adafruit / adafruit/adafruit-beaglebone-io-python
Add support for BeagleBone AI with Adafruit BBIO.GPIO
Open
enhancement
help wanted
- Dominant language
- C
- Stars
- 479
- Forks
- 214
- PR merge metrics
- No merged PRs in 30d
Description
The new BeagleBone AI has a AM57x processor and a different gpio mapping than the previous BeagleBone boards, thus the BBIO GPIO Python libs do not work properly on the BB AI.
Ex:
On the BB AI P9_15 is mapped to gpio76
where
On the BB Black, P8_39 is mapped to gpio76
Also, although not really a Adafruit issue, the config-pin tool does not work with the BB AI:
$ config-pin -q P9_15
P9_15 pinmux file not found!
Pin has no cape: P9_15
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.