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 Orange Pi 3B #321

Merged
merged 1 commit into from
Oct 5, 2023
Merged

Add Orange Pi 3B #321

merged 1 commit into from
Oct 5, 2023

Conversation

johnp789
Copy link
Contributor

@johnp789 johnp789 commented Oct 4, 2023

This adds detection for the Orange Pi 3B. It was tested with Armbian 23.8.2 Bookworm.

>>> from adafruit_platformdetect import Detector
>>> detector = Detector()
>>> detector.chip.id
'RK3566'
>>> detector.board.id
'ORANGE_PI_3B'
>>> detector.board.any_orange_pi
True

Copy link
Collaborator

@makermelissa makermelissa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you.

@makermelissa makermelissa merged commit f3da619 into adafruit:main Oct 5, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants