@@ -21,18 +21,19 @@ cat <<EOF
2121Usage:
2222sudo $( 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.
3839EOF
0 commit comments