From 4dc997ff63c8e4b429ffed88a0019baf743a824b Mon Sep 17 00:00:00 2001 From: Andrew Scheller Date: Fri, 11 Feb 2022 13:37:40 +0000 Subject: [PATCH] Grammar typo --- .../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 e390cac71..0677f74a3 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 firmware 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. ----