mirror of
https://github.com/raspberrypi/rpi-eeprom.git
synced 2026-01-20 21:13:36 +08:00
cc58b7d6ce9f026d4d2a05f65ddc1aa89090fa78
* Add set_reboot_order API and config.txt properties If set_reboot_order is defined in config.txt or set via vcmailbox then this will override the bootloader config BOOT_ORDER property on the next reboot. The parameter is stored in a reset safe register and is cleared by the bootloader after reading it. Typically, the config.txt value only be used via rpiboot to override the boot-order on the next reboot. Otherwise, it should reside in a conditional section so that the boot order is not overridden on every reboot. Example, test network boot sudo vcmailbox 0x0003808b 4 4 0xf4612; sudo reboot
rpi-eeprom
This repository contains the scripts and pre-compiled binaries used to create the rpi-eeprom package which is used to update the Raspberry Pi 4 and Raspberry Pi 5 bootloaders EEPROM images.
Support
Please check the Raspberry Pi general discussion forum if you have a support question.
Reset to factory defaults
To reset the bootloader back to factory defaults use Raspberry Pi Imager to write an EEPROM update image to a spare SD card. Select Misc utility images under the Operating System tab.
Bootloader documentation
Description
Languages
Shell
63.8%
Python
35.6%
Standard ML
0.6%