Skip to content

Commit 56bb018

Browse files
authoredFeb 9, 2025··
Update README.md
1 parent a9a7d9a commit 56bb018

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed
 

‎README.md

+11-4
Original file line numberDiff line numberDiff line change
@@ -97,18 +97,25 @@ Audio player for
9797
- Windows, MacOS, Ubuntu: [Raspberry Pi Imager](https://www.raspberrypi.org/software/)
9898
- Manjaro: `pacman -Sy rpi-imager`
9999
- Others: [Build and install](https://github.com/raspberrypi/rpi-imager)
100-
- Download an image file.
100+
- Download an image file
101101
- **Raspberry Pi Imager:**
102102
- `CHOOSE DEVICE` - (No need)
103-
- `CHOOSE OS` > Use custom
103+
- `CHOOSE OS`
104+
- Select "Use custom" (bottom of the list)
105+
- Select the image file
104106
- `CHOOSE STORAGE`:
105107
- Select SD card - normal boot
106108
- Select USB drive - boot from USB drive without SD card
107109
- For Raspberry Pi 2B v1.2, 3A+, 3B, 3B+, 4B
108110
- [USB mass storage boot](https://www.raspberrypi.org/documentation/hardware/raspberrypi/bootmodes/msd.md) must be set.
109111
- Should be used only when USB drive is faster than SD card.
110-
- `NEXT` - (No customization settings)
111-
- Once writing done, verifying is not needed.
112+
- `NEXT`
113+
- `NO` customization settings
114+
- `YES` continue
115+
- On Windows - To ensure filesystem set properly:
116+
- `CANCEL WRITE` when reach at least 2% on 1st write.
117+
- Continue with `NEXT` again and let the writing finish.
118+
- Once writing done, verifying is not normally needed.
112119
- Existing users:
113120
- Keep current setup SD card.
114121
- Try with a spare one before moving forward.

0 commit comments

Comments
 (0)
Please sign in to comment.