Adafruit не может определить плату.
Хотя внутри Репка упоминается как "repka-pi3-h5" и "repka-pi4-h6".
# Repka-Pi boards
REPKA_PI_3_H5 = "REPKA_PI_3_H5"
REPKA_PI_4_H6 = "REPKA_PI_4_H6"
# Repka-Pi
_REPKA_PI_IDS = (
REPKA_PI_3_H5,
REPKA_PI_4_H6,
)
Traceback (most recent call last):
File "/root/py_projects/oled/main.py", line 29, in <module>
import board
File "/usr/local/lib/python3.10/dist-packages/board.py", line 448, in <module>
raise NotImplementedError(
NotImplementedError:
Adafruit-PlatformDetect version 3.77.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'
board_id None
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.