diff options
| author | Hiago De Franco <[email protected]> | 2026-04-30 16:13:06 -0300 |
|---|---|---|
| committer | Leo Yu-Chi Liang <[email protected]> | 2026-07-26 19:39:21 -0700 |
| commit | 33e63831080d28d099abec5ef40d5f8ae83ec7c0 (patch) | |
| tree | b4e82694814abb20bef00c82c2b63c2d2aacd0f1 | |
| parent | b635d43bca429500cb8ef20aa151cb5773b9a8a5 (diff) | |
doc: sophgo: licheerv_nano: fix incorrect step numbering
Steps 2 and 3 are incorrectly numbered. Fix them.
Signed-off-by: Hiago De Franco <[email protected]>
| -rw-r--r-- | doc/board/sophgo/licheerv_nano.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/board/sophgo/licheerv_nano.rst b/doc/board/sophgo/licheerv_nano.rst index a75c6a37dc5..a3b1171287d 100644 --- a/doc/board/sophgo/licheerv_nano.rst +++ b/doc/board/sophgo/licheerv_nano.rst @@ -43,9 +43,9 @@ To run u-boot.bin on top of FSBL, follow these steps: FSBL, OpenSBI, and U-Boot. Note that you will have to use the file cv181x.bin as the FSBL. -2. Place the generated fip.bin file into the FAT partition of the SD card. +4. Place the generated fip.bin file into the FAT partition of the SD card. -3. Insert the SD card into the board and power it on. +5. Insert the SD card into the board and power it on. The board will automatically execute the FSBL from the fip.bin file. Subsequently, it will transition to OpenSBI, and finally, OpenSBI will invoke |
