-
Notifications
You must be signed in to change notification settings - Fork 258
Description
Please add support for jetson orin nano
I've already installed the latest version on jetpack 6.2 using pip3 install --upgrade adafruit-blinka adafruit-platformdetect
Here is the reproducible example:
from adafruit_servokit import ServoKit
which gives below error:
from adafruit_servokit import ServoKit Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/usr/local/lib/python3.10/dist-packages/adafruit_servokit.py", line 35, in <module> import board File "/home/sahand/.local/lib/python3.10/site-packages/board.py", line 445, in <module> raise NotImplementedError( NotImplementedError: Adafruit-PlatformDetect version 3.77.0 was unable to identify the board and/or microcontroller running the Linux platform.
python version == 3.10.12