Skip to content

Commit 2d94c5e

Browse files
authored
Fix typos in make-pi4-rpiboot-gpio-sd help
(also some whitespace consistency fixes)
1 parent eed4273 commit 2d94c5e

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

imager/make-pi4-rpiboot-gpio-sd

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,19 +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
26+
Once programmed, if this GPIO is pulled to ground at power-on the SoC
2727
bootrom will boot into rpiboot provisioning mode.
2828
29-
This setting permenantely modifies the device confiuration and cannot
29+
This setting permanently modifies the device configuration and cannot
3030
be undone or changed.
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.
36-
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.
36+
3737
gpio_num: Select the rpiboot GPIO number from 2,4,5,6,7 or 8.
3838
EOF
3939
exit 1

0 commit comments

Comments
 (0)