Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions imager/make-pi4-rpiboot-gpio-sd
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@ sudo $(basename $0): <gpio_num>
Once programmed, if this GPIO is pulled to ground at power on, the
SoC bootrom will boot into rpiboot provisioning mode.

This setting _permanently_ modifies the device confiugration - it cannot
This setting _permanently_ modifies the device configuration - it cannot
be undone or changed, ever.

The SD image will be written to images-2711/pi4-program-rpiboot-gpioN.zip,
where N is the number of the chosen GPIO, and can be flashed using
Raspberry Pi Imager to a spare SD card. As with programming the bootloader
EEPROM, insert the card in the Raspberry Pi, power on and wait for the
green LED to flash.

gpio_num: Select the rpiboot GPIO number from 2,4,5,6,7 or 8.
EOF
exit 1
Expand Down