-
Notifications
You must be signed in to change notification settings - Fork 77
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
160MB GPU RAM cause RPI Zero 2 to hang #175
Labels
bug
Something isn't working
Comments
mryel00
changed the title
160MB GPU RAM cause RPI Zero to hang
160MB GPU RAM cause RPI Zero 2 to hang
Sep 10, 2023
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 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. |
KwadFan
pushed a commit
that referenced
this issue
Sep 12, 2023
Merged
mryel00
added a commit
that referenced
this issue
Sep 12, 2023
* fix: fix wrong gpumem calculation (#176) Signed-off-by: Patrick Gehrsitz <[email protected]> * fix: fix wrong syntax in gpumem (#177) Fix syntax error made in #176 Fixes #175 --------- Signed-off-by: Patrick Gehrsitz <[email protected]> Co-authored-by: Patrick Gehrsitz <[email protected]>
This was referenced Sep 13, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
The text was updated successfully, but these errors were encountered: