From 2ce6ea2da7fe29d7ac7c99dbd3c2cab1e549356b Mon Sep 17 00:00:00 2001 From: Andrew Scheller Date: Mon, 24 Nov 2025 17:40:53 +0000 Subject: [PATCH] Fix remaining typo --- imager/make-pi4-rpiboot-gpio-sd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/imager/make-pi4-rpiboot-gpio-sd b/imager/make-pi4-rpiboot-gpio-sd index 34feddc..4388715 100755 --- a/imager/make-pi4-rpiboot-gpio-sd +++ b/imager/make-pi4-rpiboot-gpio-sd @@ -26,7 +26,7 @@ sudo $(basename $0): 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, @@ -34,7 +34,7 @@ sudo $(basename $0): 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