-
Notifications
You must be signed in to change notification settings - Fork 258
Description
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.