Add Blinka support for NXP i.mx 8m nano #1087
AirmanAeronautics
started this conversation in
New Board Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hello,
I'm recently integrate the Adafruit sensor with NXP i.mx 8m nano board. it's booted by Debian based distro on this board. I'm installed the necessary pkg for that adafruit sensor and trying to run python code that code it's getting error as:
NotImplementedError:
adafruit-platformdetect version 3.81.0 was unable to identify the board and/or
microcontroller running the Linux platform. Please be sure you
have the latest packages by running:
'pip3 install --upgrade adafruit-blinka adafruit-platformdetect'
So please try to add the Blinka support for NXP boards
All reactions