Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add support in Blinka for orange pi zero 2 #657

Closed
radfordwill opened this issue Feb 28, 2023 · 3 comments
Closed

add support in Blinka for orange pi zero 2 #657

radfordwill opened this issue Feb 28, 2023 · 3 comments
Labels
New Board Request This is a request for a new board to be supported.

Comments

@radfordwill
Copy link

radfordwill commented Feb 28, 2023

Do you plan on supporting the orange pi zero 2?

import board Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/usr/local/lib/python3.10/dist-packages/board.py", line 333, in <module> raise NotImplementedError( NotImplementedError: Adafruit-PlatformDetect version 3.40.3 was unable to identify the board and/or microcontroller running the Linux platform. Please be sure you have the latest packages running: 'pip3 install --upgrade adafruit-blinka adafruit-platformdetect'

board info

root@orangepizero2:~/picar# cat /etc/*-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=22.04
DISTRIB_CODENAME=jammy
DISTRIB_DESCRIPTION="Ubuntu 22.04.2 LTS"
# PLEASE DO NOT EDIT THIS FILE
BOARD=orangepizero2
BOARD_NAME="Orange Pi Zero2"
BOARDFAMILY=sun50iw9
BUILD_REPOSITORY_URL=https://github.com/orangepi-xunlong/orangepi-build
BUILD_REPOSITORY_COMMIT=7a67c95-dirty
DISTRIBUTION_CODENAME=jammy
DISTRIBUTION_STATUS=supported
VERSION=3.0.6
LINUXFAMILY=sun50iw9
ARCH=arm64
IMAGE_TYPE=user-built
BOARD_TYPE=conf
INITRD_ARCH=arm64
KERNEL_IMAGE_TYPE=Image
IMAGE_UUID=32059672-6ddd-45ad-ace5-2d604fd45b70
@makermelissa makermelissa added enhancement New feature or request help wanted Extra attention is needed New Board Request This is a request for a new board to be supported. labels Mar 15, 2023
@makermelissa makermelissa removed enhancement New feature or request help wanted Extra attention is needed labels Sep 7, 2023
@makermelissa
Copy link
Contributor

It appears Orange Pi Zero2 support was added in #413 and detection for the board was added in adafruit/Adafruit_Python_PlatformDetect#141 and adafruit/Adafruit_Python_PlatformDetect#160 as part of the 3.10.0 release of PlatformDetect. The issue is likely that you are running ubuntu and it was added with armbian.

Closing since there is an existing issue at adafruit/Adafruit_Python_PlatformDetect#285 open for these sort of issues.

@OldSurferDude
Copy link

OldSurferDude commented Sep 13, 2023 via email

@makermelissa
Copy link
Contributor

While the issue isn't quite resolved, you may wish to follow the issue at adafruit/Adafruit_Python_PlatformDetect#285 for further updates.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
New Board Request This is a request for a new board to be supported.
Projects
None yet
Development

No branches or pull requests

3 participants