Skip to content

Indiedroid Nova Incorrectly Detected #394

@macromorgan

Description

@macromorgan

The Indiedroid Nova has an RK3588S chip, but when support was added in commit 7fcf46b it was placed under the RK3588 (RK3588S didn't exist at the time). As a result even though this board is "supported", the following error is received when I attempt to detect the board while running Debian Trixie 13 with the trixie-backport kernel (version 6.16) from the Debian repositories:
`NotImplementedError:
adafruit-platformdetect version 3.83.1 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.`

If the ameridroid_id() is triggered under RK3588S instead of RK3588 it should resolve this issue.

Thank you.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions