Skip to content

Commit 6c283ed

Browse files
authored
docs: readme: make-pi4-rpiboot-gpio dependencies
1 parent f2cbf5a commit 6c283ed

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

Readme.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,13 +146,20 @@ This is configured using the `make-pi4-rpiboot-gpio-sd` utility, which generates
146146
* The selected GPIO can be used normally after boot, but it must **not** be pulled low unless `rpiboot` mode is intended. Confirm that this does not conflict with any HATs you may attach.
147147
* **This option permanently modifies the OTP and cannot be changed afterwards.**
148148

149-
Example: build an SD card image that configures GPIO 8 as `nRPIBOOT`:
150-
149+
#### Dependencies
150+
This tool must be run on Linux and depends upon the `kpartx` command.
151151
```bash
152+
sudo apt update && sudo apt full-upgrade
152153
sudo apt install kpartx
154+
```
155+
156+
#### Example
157+
Build an SD card image (`images-2711/pi4-program-rpiboot-gpio8.zip`) that configures GPIO 8 as `nRPIBOOT`:
158+
```bash
153159
sudo ./rpi-eeprom/imager/make-pi4-rpiboot-gpio-sd 8
154160
```
155161

162+
156163
### Pi 500
157164
Pi 500 requires the QMK keyboard firmware to be updated via `raspi-config` to the latest release to enable `rpiboot` through the power button.
158165

0 commit comments

Comments
 (0)