Skip to content

Commit 91e7eb5

Browse files
committed
tools: imager: make-pi4-rpiboot-gpio-sd: Minor typos
1 parent eed4273 commit 91e7eb5

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

imager/make-pi4-rpiboot-gpio-sd

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,18 +21,19 @@ cat <<EOF
2121
Usage:
2222
sudo $(basename $0): <gpio_num>
2323
24-
Creates and SD card image which programs the OTP on a Pi 4B or Pi 400
24+
Creates an SD card image which programs the OTP on a Pi 4B or Pi 400
2525
to select a GPIO on the 40-pin header for use as the rpiboot GPIO.
26-
Once programmed, if this GPIO is pulled to ground at power on the SoC
27-
bootrom will boot into rpiboot provisioning mode.
26+
Once programmed, if this GPIO is pulled to ground at power on, the
27+
SoC bootrom will boot into rpiboot provisioning mode.
2828
29-
This setting permenantely modifies the device confiuration and cannot
30-
be undone or changed.
29+
This setting _permanently_ modifies the device confiugration - it cannot
30+
be undone or changed, ever.
3131
32-
The SD image will be written to images-2711/pi4-program-rpiboot-gpioN.zip
33-
and can be flashed using Raspberry Pi Imager to a spare SD card.
34-
As with programming the bootloader EEPROM insert the card in the
35-
Raspberry Pi, power on and wait for the green LED to flash.
32+
The SD image will be written to images-2711/pi4-program-rpiboot-gpioN.zip,
33+
where N is the number of the chosen GPIO, and can be flashed using
34+
Raspberry Pi Imager to a spare SD card. As with programming the bootloader
35+
EEPROM, insert the card in the Raspberry Pi, power on and wait for the
36+
green LED to flash.
3637
3738
gpio_num: Select the rpiboot GPIO number from 2,4,5,6,7 or 8.
3839
EOF

0 commit comments

Comments
 (0)