-
Notifications
You must be signed in to change notification settings - Fork 238
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
Problem for Orange Pi zeros 2 detection on Debian #285
Comments
Since it's been that way for 2 years without issue, it might be wise to just check for either value to avoid breaking it for others. |
Thanks a lot for your feedback.
In the actual version it seems to be "orange pi" and now the board come as
"orangepi".
Best regards
Ed
…On Fri, 24 Mar 2023, 19:48 Melissa LeBlanc-Williams, < ***@***.***> wrote:
Since it's been that way for 2 years without issue, it might be wise to
just check for either value to avoid breaking it for others.
—
Reply to this email directly, view it on GitHub
<#285 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AGHT7VVJ6C4KKT7DFMDBAXTW5XT6VANCNFSM6AAAAAAWGJEDRY>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Prosím řeším následují problém na mém zařízení Orangepi 3 lts viz. chybové hlášení: Už jsem zkoušel několikrát přeinstalovat a upravit ...bohužel pořád se objevuje stejná chyba :
Předem děkuji za pomoc a radu jak odstranit. |
Could either of you provide some more details such as the OS that you are running. If armbian, I'm surprised https://github.com/adafruit/Adafruit_Python_PlatformDetect/blob/main/adafruit_platformdetect/board.py#L359-L360 isn't detecting the Orange Pi Zero 2 and https://github.com/adafruit/Adafruit_Python_PlatformDetect/blob/main/adafruit_platformdetect/board.py#L341-L342 isn't detecting the Orange Pi 3 LTS. If it's a different OS, place respond with the results of |
Sorry I didn't list my OS. |
this is also not detected, I think this is a new batch of raspberry pis
|
Even after installing patch 288, see your link, the problem with determining the SCK and SDA pins persists. Is it possible that changing the operating system would solve the problem? I'm using a whole bunch of libraries installed on my device, but most of the code is giving me an adafruit-blinka problem. |
@Foxelix you can use the pin number instead of board.SDA Which orange pi is this? |
So I reinstalled a new Debian system. Installed all necessary libraries. Including adafruit blinka. Unfortunately, I still have the problem that "DigitalIout" is not defined. I also installed pull 288, just everything and I don't know what the problem could be :( orangepi@orangepi3-lts:~$ /bin/python3 "/home/orangepi/Desktop/test zařízení imu senzor a gps.py" |
To reiterate: The original issue was about boards with the following chipsets not being detected in the
This was noticed on the Orange Pi Zero 2 with the H616 specifically, though I'm not sure which OS this was on. The issue has sort of expanded about possibly adding better detection for boards not running Armbian which are using the
The board mentioned was the Orange Pi 3 LTS with the H6 running Debian.
I think for the Orange Pi 3 LTS, it was specifically added for running Armbian. The Raspberry Pi 3 was an unrelated issue and was already addressed in #291. A lot of the issues mentioned here stem from certain boards working only with a certain OS and no easy way to determine which OS it was tested with for the average user. Perhaps a markdown page that lists the OS that the board was tested with may be helpful. I'll try and bring this up in the CircuitPython meeting today. For now though, improving on the |
Most board detection problems in the OrangePi series are caused by differences in the OS being used.
That's exactly right, but I still can't find a list to markdown. If you have a markdown list of tested OSes, users can select an OS from that list and avoid board detection issues. Many users may provide unmarked OS tests and patches for there. |
Hi there,
The detection script had a problem with the detection of the orange pi board.
With the modification of the board.py file at line 612 "orange pi" => "orangepi" all come back to normal.
The text was updated successfully, but these errors were encountered: