-
Notifications
You must be signed in to change notification settings - Fork 210
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
Fail to boot after bootloader config update #669
Comments
Is the failure mode specific to those lines or does it fail if you add some dummy values i.e. is it the flashrom update that's failing even though it was able to read it and verify it ok. e.g. Please could you try using rpi-eeprom-config --edit
The other thing to try is setting changing |
@holzgeist What Revision does |
Does this work if the board is woken by pressing the power-button / is the failure specific to RTC wakeup? |
@lurch
@timg236 I'll try the options you gave me shortly |
It's not related to RTC wakeup. Then I ran
It rebooted fine. Running the command (with edit) again, the dummy options were still there. I quit without changing and the script showed the exact same output as above (with other tmp files of course). As mentioned above, the service that writes RTC is disabled currently |
Also, sometimes I need to run the booloader reset twice to get it up and running again |
ok, next update: It seems to be completely random. One time I can reboot 5 times in a row without reflashing. Then (without doing anything different) it doesn't work anymore. Another time the first reboot fails.. |
Are you able to try an older version of the bootloader e.g. pieeprom-2025-01-22?
8-blinks is SDRAM error |
It rebooted fine at first. Adding |
I'll check if I have yet another SD Card to test with a completely new install |
I could not get a new install to boot consistently either.. I'm giving up for today and will retry after the weekend |
Describe the bug
I have a script on my raspberry pi 5 to power it off during night and auto-power it on in the morning via RTC.
Since the last update (
rpi-update
) I cannot enablePOWER_OFF_ON_HALT
anymore without breaking boot.The green LED blinks 8 times, indicating SDCard issues. Resetting the bootloader with Raspberry Pi Imager gets the system to boot again, but of course without the power changes
It does not matter if I manually edit the config with
rpi-eeprom-config -e
or do the change automatically withraspi-config
Here's a log of trying the change with
raspi-config
:As mentioned, I can get the SD card to boot by resetting the booloader with a different SD card. But every time I try touch the eeprom, it goes in to 8-blink mode again.
UPDATE: Even running
rpi-eeprom-config
to print the current configuration breaks the bootloaderSteps to reproduce the behaviour
either running
raspi-config
->Advanced Options
->Shutdown Behaviour
->Full power off ...
Or
rpi-eeprom-config -e
and enter following config:Device (s)
Raspberry Pi 5
Bootloader configuration.
This is the config that's in a working environment:
That's the config I'd like to use:
System
cat /etc/rpi-issue
:vcgencmd bootloader_version
:vcgencmd version
:uname -a
:Linux raspberrypi5 6.6.78-v8-16k+ #1854 SMP PREEMPT Mon Feb 17 16:37:33 GMT 2025 aarch64 GNU/Linux
Bootloader logs
No response
USB boot
No response
NVMe boot
No response
Network (TFTP boot)
No response
The text was updated successfully, but these errors were encountered: