Open
Description
Board Name
Khadas vim3
Steps
when i include any package from adafruit ..it doesn't able to identify the board
i'm up to date with libraries and adafruit supports vim3 board
so i don't know the reason of this problem
Description
Traceback (most recent call last):
File "/home/khadas/Desktop/intilligent module/adafruit_can.py", line 1, in
import board
File "/home/khadas/.local/lib/python3.8/site-packages/board.py", line 405, in
raise NotImplementedError(
NotImplementedError:
Adafruit-PlatformDetect version 3.62.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'
If you are running the latest package, your board may not yet be supported. Please
open a New Issue on GitHub at https://github.com/adafruit/Adafruit_Blinka/issues and
select New Board Request.
Additional information
No response