-
-
Notifications
You must be signed in to change notification settings - Fork 40
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 Zero 2 W Freezes at init
#75
Comments
I once had that problem too and found it was a short circuit between 5V and 3.3V (soldering mistake). The Pi seemed to work perfect in the first place but always crashed when opening the ws2812svr. Later I found out some other stuff wasn't working anymore, SD card was very hot and then noticed the solder problem. This might be a total different problem... What you can do is try using a different DMA channel but be careful as this may corrupt the SD card or do unexpected things. Try if this library works: https://github.com/jgarff/rpi_ws281x which the ws2812svr is based on. |
Hello |
@tstalzer I was never able to resolve this, but I have since tried with multiple other Raspberry Pi Zero 2W and all of them had this issue. |
I know I've had the issue myself but didn't have time to investigate yet sorry, maybe someone can find it and make a pull request? |
Hi there, right away I'm sorry for probably being too vague but I dont know how to get more useful information...
Everything worked fine until yesterday when I ran
apt upgrade
on my Raspberry Pi Zero 2 W.After that, as soon as
init
is called inws2812svr
, the Pi freezes and gets really hot.I'm only connected via SSH and at that moment the SSH connection breaks, so I dont know how to get any more information...
When I put the same SD card into my older Raspberry Pi Zero 1, everything still works as expected....
The text was updated successfully, but these errors were encountered: