-
Notifications
You must be signed in to change notification settings - Fork 100
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
WiringPi error RaspberryPi 4 #199
Comments
This looks like wiringpi not understanding your hardware. SprinklerPi
requires wiringpi for output control so you will need to get that working
before it will work.
…On Sat, Feb 17, 2024 at 11:50 AM gervann ***@***.***> wrote:
So I ran into a problem when setting up two new rpi 4b’s.
After installing bookworm (first trying 64bit and then 32bit) and
installing WiringPi, the following error pops up after running gpio -v:
gpio -v
gpio version: 2.52
Copyright (c) 2012-2018 Gordon Henderson
This is free software with ABSOLUTELY NO WARRANTY.
For details type: gpio -warranty
Oops: Unable to determine board revision from /proc/cpuinfo
-> No "Hardware" line
-> You'd best google the error to find out why.
It affects the Ouput setting and gives an error, eventually leading to an
unresponsive SprinklerPi.
When installing a legacy os, like Bullseye, everything works (have working
SprinklerPi’s on rpi 3b’s)
Any advice would be appreciated so much
-g
—
Reply to this email directly, view it on GitHub
<#199>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AABIJXE4ILVJYQ3KERD5OULYUDNWRAVCNFSM6AAAAABDNN6JJGVHI2DSMVQWIX3LMV43ASLTON2WKOZSGE2DAMRZG4YDAOI>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Thank you. Yes I figured that much. Forums are littered with people calling for a move away from wiringPi as it was deprecated a while ago. There are forks of it from enthusiasts who want to keep it alive, but I think new development and upgrades have stopped when Gordon shelved it. This is where I am stuck and want to know if anybody else came across this? Any insight or help will be greatly appreciated. -g |
So problem solved. There is a brilliant guy on stackexchange who gave the solution a few days ago. Build it and run gpio -v to check if the error pops up again. Here is an ouput of gpio -v on one of the current RPi 4's: Raspberry Pi Details: I hope this will guide and help someone in the future. ps. I used master fork @ https://github.com/WiringPi/WiringPi/tree/master/wiringPi. -g |
So I ran into a problem when setting up two new rpi 4b’s.
After installing bookworm (first trying 64bit and then 32bit) and installing WiringPi, the following error pops up after running gpio -v:
gpio -v
gpio version: 2.52
Copyright (c) 2012-2018 Gordon Henderson
This is free software with ABSOLUTELY NO WARRANTY.
For details type: gpio -warranty
Oops: Unable to determine board revision from /proc/cpuinfo
-> No "Hardware" line
-> You'd best google the error to find out why.
It affects the Ouput setting and gives an error, eventually leading to an unresponsive SprinklerPi.
When installing a legacy os, like Bullseye, everything works (have working SprinklerPi’s on rpi 3b’s)
Any advice would be appreciated so much
-g
The text was updated successfully, but these errors were encountered: