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

Unable to determine hardware version: I see: hardware: bcm2835 #88

Open
vandrei977 opened this issue Jan 25, 2018 · 5 comments
Open

Unable to determine hardware version: I see: hardware: bcm2835 #88

vandrei977 opened this issue Jan 25, 2018 · 5 comments

Comments

@vandrei977
Copy link

Please update the install script to download the latest version of wiringpi from their git repo as the version you currently have in the script does not work on linux kernel 4.9.x. There are other wrappers on top of wiringPi that have the same issue.

@tillepille
Copy link

Just as an idea to this problem: As how I see it, why not pull directly from git.drogon.net/wiringPi than use these unregular maintained repos?

@nitwhiz
Copy link

nitwhiz commented Mar 13, 2018

Documentation is aware of bcm2835, but the software isn't?
DOCUMENTATION.md:195 : "Unlike Arduino, the BCM2835 has both pull-up and down internal resistors."

@gouthamgandhi
Copy link

I see the same problem anyone found a work around for this ?

@toolboc
Copy link

toolboc commented Apr 20, 2018

You may try downgrading your raspberry pi kernel to 4.4.50, this fixed the issue for me.

sudo rpi-update 52241088c1da59a359110d39c1875cda56496764

@iammoen
Copy link

iammoen commented Apr 3, 2019

You may try downgrading your raspberry pi kernel to 4.4.50, this fixed the issue for me.

sudo rpi-update 52241088c1da59a359110d39c1875cda56496764

This worked for me. One note is that I had to remove the node_modules folder and do an npm install after the reboot otherwise I would get a Segmentation Fault. Just in case someone else stumbles across that.

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

No branches or pull requests

6 participants