-
Notifications
You must be signed in to change notification settings - Fork 101
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
Raspberry Pi 4 Model B Rev 1.5: Hardware revision is not supported #130
Comments
I followed the steps from #127 and now it is working well. I didn't have to use @gbkwiatt's fork, so I just did: git clone https://github.com/jgarff/rpi_ws281x.git
rm -rf /var/app/node_modules/rpi-ws281x-native/src/rpi_ws281x
cp -r rpi_ws281x /var/app/node_modules/rpi-ws281x-native/src
cd /var/app/node_modules/rpi-ws281x-native
sudo node-gyp rebuild |
Is there an ETA for a fix to this issue? The solution from @dimzeta worked for me too so it should be fairly straightforward to implement. By the way, thanks for the library! |
@dimzeta It works for me. Big helpful. Thanks. |
I was unable to get this to work and spent several hours trying things. Unfortunately I am not much into the node ecosystem and only am trying to do this to get https://github.com/bbx10/node-opc-server working. and that's just so I can write to it using a python program that I can't use sudo with. All this just to not need sudo. |
I am running successfully my node app on Raspberry 3 and Raspberry Pi 4 Rev 1.4, but I have this error on Raspberry Pi 4 Rev 1.5:
The text was updated successfully, but these errors were encountered: