support for NXP i.MX 8M PLUS #1085
Replies: 3 comments
|
Detection for the board will need to be added to https://github.com/adafruit/Adafruit_Python_PlatformDetect. If you'd like to add it yourself, you can follow this guide: https://learn.adafruit.com/adding-a-single-board-computer-to-platformdetect-for-blinka. Otherwise, please provide the board name. |
|
Hi There is no folder/file related to NXP in https://github.com/adafruit/Adafruit_Blinka/tree/main/src/adafruit_blinka/board |
|
https://www.karo-electronics.com/fileadmin/download/Datasheets/QSXP.pdf |
Uh oh!
There was an error while loading. Please reload this page.
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?
All reactions