-
Notifications
You must be signed in to change notification settings - Fork 218
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
fix BeagleBone Blue support to pass pytest #283
Comments
for example:
|
|
beaglebone blue has complete dtb file and does not need overlays refer to issue 283: #283
I have updated common.c to avoid trying to load overlay (e.g. cape) when running on BeagleBone Blue: |
Right now, I think the built-in LEDs and the built-in push buttons are working with this library on the Blue @fcooper @erikwelsh @MarkAYoder Are there BeagleBone Blue peripherals that you would like to see working with library? Normally I look at bonescript by @jadon to know access peripherals for a given pin number. But I don't see many clues in there as to how to find the correct peripherals in /sys for a the headers on the Blue. |
BeagleBone Blue fails to pass many of the pytest unit tests.
The text was updated successfully, but these errors were encountered: