From 525081e2907d7868eb5e1e57291e526c2c8de57f Mon Sep 17 00:00:00 2001 From: RuffaloVM Date: Fri, 11 Feb 2022 00:00:00 +0900 Subject: [PATCH] bootflow-2711.adoc : correct spelling on firmware --- .../asciidoc/computers/raspberry-pi/bootflow-2711.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/asciidoc/computers/raspberry-pi/bootflow-2711.adoc b/documentation/asciidoc/computers/raspberry-pi/bootflow-2711.adoc index a8ffebc83..e390cac71 100644 --- a/documentation/asciidoc/computers/raspberry-pi/bootflow-2711.adoc +++ b/documentation/asciidoc/computers/raspberry-pi/bootflow-2711.adoc @@ -76,7 +76,7 @@ The bootloader may also be updated before the firmware is started if a `pieeprom === Fail-safe OS updates (TRYBOOT) -The bootloader/firmware provide a one-shot flag which, if set, is cleared but causes `tryboot.txt` to be loaded instead of `config.txt`. This alternate config would specify the pending OS update firmware, cmdline, kernel and os_prefix parameters. Since the flag is cleared before starting the firwmare a crash or reset will cause the original `config.txt` file to be loaded on the next reboot. +The bootloader/firmware provide a one-shot flag which, if set, is cleared but causes `tryboot.txt` to be loaded instead of `config.txt`. This alternate config would specify the pending OS update firmware, cmdline, kernel and os_prefix parameters. Since the flag is cleared before starting the firmware a crash or reset will cause the original `config.txt` file to be loaded on the next reboot. To set the `tryboot` flag add `tryboot` after the partition number in the `reboot` command. Normally, the partition number defaults to zero but it must be specified if extra arguments are added. ----