@@ -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
1321321 . Power off the board
133- 2 . Set boot switches to ** 0101 ** (NAND mode)
133+ 2 . Set boot switches to ** 1010 ** (NAND mode)
1341343 . 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
156156fatload usb 0:1 0x50000000 bl2.img
157157mmc write 0x50000000 0x0 0x400
158158mmc 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