-
-
Notifications
You must be signed in to change notification settings - Fork 64
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
When using uboot, sometimes rpi5 fails to boot #16
Comments
Same here. Sometimes it gets stuck on uboot screen when rebooting, and seemingly randomly either it gets unstuck on it's own after like 1 minute or I have to do hard reset 1-2 times and hope it boots normally next time. Also, maybe related, I'm not sure if there should be generation selection on uboot screen, but it doesn't show up. |
That's interesting -- I'm not sure why that would be, but if I were you I would just boot with the normal rpi boot process by disabling uboot @rszyma I have always seen the uboot generation selection, but I previously experienced a different issue where my usb keyboard presses weren't recognized by uboot, so I could only interact with uboot/pick a different generation over uart. |
same happening to me. I have two identical rpi5s. The u-boot logo will show in the corner, with no generations menu. It feels like the longer I leave it, the more likely it is to boot successfully after a reset. Is there anyway of debugging this with a serial connection or something? |
same here, Sounds like uboot doesn't work with pi 5 properly yet. I see logo, never got past the logo screen. trying without uboot enabled works. Just wondering if I set Also I see green dots over hdmi, something not right with graphics. But tested working with 24.11 now. |
Yes, uboot writes to uart. I have used that on rpi4 a good bit, but not yet on rpi5. |
Hi, first of all, thanks for your work on this project 🙏
I've just tried running nixos from the example repository (both build from sources and using the published images) but my rpi5 gets stuck on the first screen with uboot logo. I am not sure how to debug it since there are no logs or anything like that. Any idea what could be the reason? The default rpi system is running fine. Not sure if that matters but I have a nvme hat installed (with the rpi system on it).
The text was updated successfully, but these errors were encountered: