@@ -97,18 +97,25 @@ Audio player for
97
97
- Windows, MacOS, Ubuntu: [Raspberry Pi Imager](https://www.raspberrypi.org/software/)
98
98
- Manjaro: `pacman -Sy rpi-imager`
99
99
- Others: [Build and install](https://github.com/raspberrypi/rpi-imager)
100
- - Download an image file.
100
+ - Download an image file
101
101
- **Raspberry Pi Imager:**
102
102
- `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
104
106
- `CHOOSE STORAGE`:
105
107
- Select SD card - normal boot
106
108
- Select USB drive - boot from USB drive without SD card
107
109
- For Raspberry Pi 2B v1.2, 3A+, 3B, 3B+, 4B
108
110
- [USB mass storage boot](https://www.raspberrypi.org/documentation/hardware/raspberrypi/bootmodes/msd.md) must be set.
109
111
- 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.
112
119
- Existing users:
113
120
- Keep current setup SD card.
114
121
- Try with a spare one before moving forward.
0 commit comments