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
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
The text was updated successfully, but these errors were encountered:
Ok, I just looked and the Khadas vim3 is supposed to be supported (I deleted my last comment about it being a new board, because that's wrong). I think this issue should be moved to PlatformDetect.
Please understand that we don't have a Khadas VIM3 to test with and so we'll need you to be able to look up certain pieces of information to narrow down where the behavior is differing.
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'
Additional information
No response
The text was updated successfully, but these errors were encountered: