Skip to content

Commit 51d3023

Browse files
authored
Merge pull request #1261 from kernelkit/update-bpi-r3-readme
bpi-r3: Update README [skip ci]
2 parents 488562d + 154393d commit 51d3023

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

board/aarch64/bananapi-bpi-r3/README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ The BPI-R3 has a 4-position DIP switch that controls boot media:
5555
|----------|-------------|---------------------------------------|
5656
| 0000 | SD card | Boot from microSD card (recommended) |
5757
| 0110 | eMMC | Boot from internal eMMC storage |
58-
| 0101 | SPI NAND | Boot from SPI NAND (advanced users) |
58+
| 1010 | SPI NAND | Boot from SPI NAND (advanced users) |
5959

6060
> [!NOTE]
6161
> Switch position is read from left to right: "0" = OFF, "1" = ON.
@@ -130,7 +130,7 @@ mtd write spi-nand0 0x50000000 0x380000 0x200000
130130
#### Step 3: Boot from NAND
131131

132132
1. Power off the board
133-
2. Set boot switches to **0101** (NAND mode)
133+
2. Set boot switches to **1010** (NAND mode)
134134
3. Power on - you should boot into U-Boot again
135135

136136
#### Step 4: Write Infix image to eMMC
@@ -156,7 +156,6 @@ mmc erase 0x0 0x400
156156
fatload usb 0:1 0x50000000 bl2.img
157157
mmc write 0x50000000 0x0 0x400
158158
mmc partconf 0 1 1 0
159-
mmc bootbus 0 0 0 0
160159
```
161160

162161
#### Step 6: Boot from eMMC
@@ -184,7 +183,7 @@ Your BPI-R3 should now boot Infix from internal eMMC storage!
184183

185184
### eMMC boot fails after installation
186185

187-
- Boot from NAND (**0101**) and verify eMMC image was written
186+
- Boot from NAND (**1010**) and verify eMMC image was written
188187
- Check USB drive contents - ensure all files are present
189188
- Re-run Step 5 (eMMC boot configuration)
190189

0 commit comments

Comments
 (0)