mainsail-crew / crowsnest

Webcam Service for multiple Cams
GNU General Public License v3.0
315 stars 73 forks source link

160MB GPU RAM cause RPI Zero 2 to hang #175

Closed Benik3 closed 1 year ago

Benik3 commented 1 year ago

What happened

The installation script sets GPU memory to 160MB, which cause RPi Zero 2W to hang during boot. 128MB is OK.

What did you expect to happen

Boot RPi Zero 2 properly

How to reproduce

fetch latest master sudo make install reboot

Additional information

No response

mryel00 commented 1 year ago

Nice catch, I didn't yet had such a problem and I already installed it quite a few times on the pi zero 2w. But you are right and this is a bug inside the code. To be precise it's here and comes from not using else if.

I updated the title as you reported it with a pi zero 2 and we don't recommend to use crowsnest on a pi zero 1.