-
Notifications
You must be signed in to change notification settings - Fork 176
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to use config-pin on beagleboneAI #152
Comments
@Zeki411 config-pin will "NEVER" be supported on the AM5x based BeagleBone AI. You will have to use u-boot overlays.. Regards, |
now i want to enable spi at P9.17,P9.18,P9.21,P9.22 but i dont know how to do it |
i try to use u-boot overlays by adding these following line in uEnv.txt but it doesnt work:
cmdline=coherent_pool=1M net.ifnames=0 quiet cape_universal=enable |
@Zeki411 correct, those won't work.. All the "BB-" and "PB-" overlays are am335x based and will not work on the AM5x. There are a few "BBAI_*" example overlays. But I haven't had any free personal time over this last few months to add more.. So, patches welcome.. Regards, |
I know when you write a python script using adafruit_bbio.spi as the import, it will auto load SPIDEV0 or SPIDEV1 into an available cape slot based on your code i.e. spi(0,0). |
@willisjr40 that doesn't support the BBAI yet.. |
Hello !
I cant use config-pin on beaglebone AI
When I use "config-pin P8.07 gpio" it shows the failure:
"P8_07 pinmux file not found!
Pin has no cape: P8_07"
Here is my version
can anybody help me pls ?
The text was updated successfully, but these errors were encountered: