-
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
MAX_RESTARTS
is off by one, always reboots an extra time
#576
Labels
bug
Something isn't working
Comments
timg236
added a commit
to timg236/rpi-eeprom
that referenced
this issue
May 13, 2024
* Add preliminary support for booting NVMe devices behind PCIe switches. See: raspberrypi/firmware#1833 * Fix MAX_RESTARTS parameter See: raspberrypi#576 * arm_dt: Support HAT EEPROM dtparams * Fix reporting of the partition number via DT See: raspberrypi#575 * Resolve HID counting bug which caused Network Install to fail on some keyboards See: Fixes raspberrypi#574 * Pull PCIE DET_WAKE high by default on CM5
timg236
added a commit
that referenced
this issue
May 13, 2024
* Add preliminary support for booting NVMe devices behind PCIe switches. See: raspberrypi/firmware#1833 * Fix MAX_RESTARTS parameter See: #576 * arm_dt: Support HAT EEPROM dtparams * Fix reporting of the partition number via DT See: #575 * Resolve HID counting bug which caused Network Install to fail on some keyboards See: Fixes #574 * Pull PCIE DET_WAKE high by default on CM5
timg236
added a commit
to timg236/rpi-eeprom
that referenced
this issue
May 17, 2024
… (latest) * Add timestamps to UART log messages. * Add support for [tryboot] conditional the bootloader EEPROM config file. See: raspberrypi#454 * Fix MAX_RESTARTS parameter See: raspberrypi#576 * Add recovery_reboot option to config.txt for rpiboot which causes the system to reboot after updating the bootloader. * Improve secure-boot OTP provisioning logging. * Fix setting to enable secure-boot mode on Pi4B
timg236
added a commit
that referenced
this issue
May 17, 2024
… (latest) * Add timestamps to UART log messages. * Add support for [tryboot] conditional the bootloader EEPROM config file. See: #454 * Fix MAX_RESTARTS parameter See: #576 * Add recovery_reboot option to config.txt for rpiboot which causes the system to reboot after updating the bootloader. * Improve secure-boot OTP provisioning logging. * Fix setting to enable secure-boot mode on Pi4B
I presume this should be closed now that it's fixed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
If set to -1 or 0 it does nothing, if set to 1 it reboots twice (= 3 boots), if set to 2 it reboots thrice... even in the UI it ends up saying
restart 2/1
if it is set to1
Steps to reproduce the behaviour
Set
MAX_RESTARTS=1
and see it happen twiceDevice (s)
Raspberry Pi 5
Bootloader configuration.
System
No response
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: