-
Notifications
You must be signed in to change notification settings - Fork 27
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 5B 16 GB doesn't boot. #43
Comments
Have you tried to replace the included .dtb file with the d0 firmware file and updated the config.txt file to reference it? |
Had a similar issue on RPI5/16GB. When rpi5-uefi (v0.3) runs the screen turned black. |
According to worproject/rpi5-uefi#43 fixes it
I can confirm this worked for me as well, "Setting 'framebuffer_depth=16' in config.txt fixed the display" |
BTW depth 24 worked also. Not sure if I spotted any visual difference between the two values. |
Both 24bit and 16bit framebuffer_depth options work for me to display the boot splash screen. However, system seems to hang and not boot after boot splash timeout or when pressing Enter to boot. I also added the d0 firmware (bcm2712d0-rpi-5-b.dtb) to the efi partition and added device_tree=bcm2712d0-rpi-5-b.dtb. System boots fine on 8GB Raspberry Pi 5 with nvme. |
hey what is d0 firmware, where do I get it? |
Here is some info on the d0 firmware - https://www.jeffgeerling.com/blog/2024/new-2gb-pi-5-has-33-smaller-die-30-idle-power-savings This is a pic of the d0 chip version on my 16GB Raspberry Pi 5 You can get the firmware here https://github.com/raspberrypi/firmware/tree/master/boot - specifically for the d0 Raspberry Pi 5s: https://github.com/raspberrypi/firmware/blob/master/boot/bcm2712d0-rpi-5-b.dtb |
I am running on d0 chip with d0 firmware, but now my UEFI is not loading at all, do you know what to do? Second thing what I need is, that I want to run UEFI and windows 11 on one sd card, is there any way how to do it, because I found on youtube tutorial where guy used SSD for windows 11 and sd card for UEFI, I am curently using 2 sd cards. |
This is why we are having this conversation ;-) looks like the d0 version of the Pi 5 boards is not supported currently by the UEFI firmware. I am in the same boat. Maybe someone will find a work around or update the code. |
I possibly have the same issue as I can't get the latest VMware ESXi ARM Fling ISO to boot either on my 16 GB Pi 5 |
Trying the UEFI with a 16 GB Pi loads to a black screen,
The text was updated successfully, but these errors were encountered: