adafruit / Adafruit_Python_PlatformDetect

MIT License
58 stars 233 forks source link

Khadas vim3 not being detected on Linux Ubuntu 4.9 #349

Open HudaHussamEldeen opened 4 months ago

HudaHussamEldeen commented 4 months ago

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

makermelissa commented 4 months ago

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.

makermelissa commented 4 months ago

What are the results of typing cat /proc/device-tree/compatible in the terminal?

makermelissa commented 4 months ago

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.