From 2efdf836695678feeebbd5ee153dff1bb710d0de Mon Sep 17 00:00:00 2001 From: Tim Gover Date: Mon, 19 May 2025 15:23:29 +0100 Subject: [PATCH 1/2] config_txt: set_reboot_order --- .../asciidoc/computers/config_txt/boot.adoc | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/documentation/asciidoc/computers/config_txt/boot.adoc b/documentation/asciidoc/computers/config_txt/boot.adoc index a83ad8b4d..664f3f825 100644 --- a/documentation/asciidoc/computers/config_txt/boot.adoc +++ b/documentation/asciidoc/computers/config_txt/boot.adoc @@ -189,6 +189,26 @@ If `erase_eeprom` is set to `1` then `recovery.bin` will erase the entire SPI EE Default: `0` +[[set_reboot_arg1]] +==== `set_reboot_arg1` +Raspberry Pi 5 only. + +Sets the value of `boot_arg1` to be passed via reset-safe register to the bootloader after a reboot. +See xref:config_txt.adoc#boot_arg1[`boot_arg1`] for more details. +Default: `` + +[[set_reboot_order]] +==== `set_reboot_order` + +Raspberry Pi 5 only. + +Sets the value of xref:raspberry-pi.adoc#BOOT_ORDER[BOOT_ORDER] to be passed via reset-safe register to the bootloader after a reboot. As with `tryboot`, this is a one-time setting and is automatically cleared after use. + +This property could be used to debug different xref:raspberry-pi.adoc#BOOT_ORDER[BOOT_ORDER] settings. Alternatively, it could be used in a provisioning system which has control over power and the `nRPIBOOT` GPIO to override the boot mode without specifying xref:config_txt.adoc#conditional-filters[conditional filter] statements in the EEPROM config. + +Default: `` + + [[eeprom_write_protect]] ==== `eeprom_write_protect` From e56490d4f000c3df43af3d413c52bb5694dc246b Mon Sep 17 00:00:00 2001 From: Andrew Scheller Date: Wed, 21 May 2025 18:19:53 +0100 Subject: [PATCH 2/2] wording tweak --- documentation/asciidoc/computers/config_txt/boot.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/asciidoc/computers/config_txt/boot.adoc b/documentation/asciidoc/computers/config_txt/boot.adoc index 664f3f825..b87ef830d 100644 --- a/documentation/asciidoc/computers/config_txt/boot.adoc +++ b/documentation/asciidoc/computers/config_txt/boot.adoc @@ -193,7 +193,7 @@ Default: `0` ==== `set_reboot_arg1` Raspberry Pi 5 only. -Sets the value of `boot_arg1` to be passed via reset-safe register to the bootloader after a reboot. +Sets the value of `boot_arg1` to be passed via a reset-safe register to the bootloader after a reboot. See xref:config_txt.adoc#boot_arg1[`boot_arg1`] for more details. Default: `` @@ -202,7 +202,7 @@ Default: `` Raspberry Pi 5 only. -Sets the value of xref:raspberry-pi.adoc#BOOT_ORDER[BOOT_ORDER] to be passed via reset-safe register to the bootloader after a reboot. As with `tryboot`, this is a one-time setting and is automatically cleared after use. +Sets the value of xref:raspberry-pi.adoc#BOOT_ORDER[BOOT_ORDER] to be passed via a reset-safe register to the bootloader after a reboot. As with `tryboot`, this is a one-time setting and is automatically cleared after use. This property could be used to debug different xref:raspberry-pi.adoc#BOOT_ORDER[BOOT_ORDER] settings. Alternatively, it could be used in a provisioning system which has control over power and the `nRPIBOOT` GPIO to override the boot mode without specifying xref:config_txt.adoc#conditional-filters[conditional filter] statements in the EEPROM config.