You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi
changed /usr/lib/python3.11/site-packages/adafruit_platformdetect/board.py to detect the board (i.e. NXP_IMX8MPLUS_SOM),
now getting the error from Adafruit_Blinka package
File "/usr/lib/python3.11/site-packages/board.py", line 439, in
raise NotImplementedError(f"Board not supported {board_id}.")
NotImplementedError: Board not supported NXP_IMX8MPLUS_SOM.
Hi
I am using a board which is based on NXP i.MX8M PLUS.
Getting the following details with Detector.
Chip id: IMX8MP
Board id: None
With this unable to import board (i.e. getting NotImplementedError).
Installed required packages Adfruit-Blinka, Adfruit-circuitpython-bno08x, Adfruit-circuitpython-busdevice ...
How to use the i2c interface of the processor gpio with current packages to integrate with the bno08x? is it possible?
The text was updated successfully, but these errors were encountered: