diff options
| author | Chanho Park <[email protected]> | 2023-07-14 18:41:09 +0900 |
|---|---|---|
| committer | Leo Yu-Chi Liang <[email protected]> | 2023-07-24 13:22:02 +0800 |
| commit | 90704967947817eecf6170daa3cea723e3110f8a (patch) | |
| tree | 7895c136f444b4648845f6abf130f67681e2a551 | |
| parent | 43cefb49345e00e1dc7fed90af0db5e11f2d0bd5 (diff) | |
doc: visionfive2: apply a trailing space to the prompt
Apply the trailing space changes in the guide document.
Signed-off-by: Chanho Park <[email protected]>
Reviewed-by: Leo Yu-Chi Liang <[email protected]>
| -rw-r--r-- | doc/board/starfive/visionfive2.rst | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/board/starfive/visionfive2.rst b/doc/board/starfive/visionfive2.rst index 951e0d80fb9..941899a0a4e 100644 --- a/doc/board/starfive/visionfive2.rst +++ b/doc/board/starfive/visionfive2.rst @@ -206,16 +206,16 @@ Sample boot log from StarFive VisionFive2 board Working FDT set to ff74a340 Hit any key to stop autoboot: 0 StarFive # - StarFive #version + StarFive # version U-Boot 2023.04-rc2-00055-gfc43b9c51a-dirty (Mar 02 2023 - 10:51:39 +0800) riscv64-buildroot-linux-gnu-gcc.br_real (Buildroot VF2_515_v1.0.0_rc4) 10.3.0 GNU ld (GNU Binutils) 2.36.1 StarFive # - StarFive #mmc dev 1 + StarFive # mmc dev 1 switch to partitions #0, OK mmc1 is current device - StarFive #mmc info + StarFive # mmc info Device: mmc@16020000 Manufacturer ID: 9f OEM: 5449 @@ -229,7 +229,7 @@ Sample boot log from StarFive VisionFive2 board Bus Width: 4-bit Erase Group Size: 512 Bytes StarFive # - StarFive #mmc part + StarFive # mmc part Partition Map for MMC device 1 -- Partition Type: EFI @@ -253,7 +253,7 @@ Sample boot log from StarFive VisionFive2 board (data) guid: 539a6df9-4655-4953-8541-733ca36eb1db StarFive # - StarFive #fatls mmc 1:3 + StarFive # fatls mmc 1:3 6429424 Image.gz 717705 u-boot.itb 125437 u-boot-spl.bin.normal.out @@ -262,13 +262,13 @@ Sample boot log from StarFive VisionFive2 board 5 file(s), 0 dir(s) - StarFive #fatload mmc 1:3 ${kernel_addr_r} Image.gz + StarFive # fatload mmc 1:3 ${kernel_addr_r} Image.gz 6429424 bytes read in 394 ms (15.6 MiB/s) - StarFive #fatload mmc 1:3 ${fdt_addr_r} jh7110-starfive-visionfive-2.dtb + StarFive # fatload mmc 1:3 ${fdt_addr_r} jh7110-starfive-visionfive-2.dtb 11285 bytes read in 5 ms (2.2 MiB/s) - StarFive #fatload mmc 1:3 ${ramdisk_addr_r} initramfs.cpio.gz + StarFive # fatload mmc 1:3 ${ramdisk_addr_r} initramfs.cpio.gz 152848495 bytes read in 9271 ms (15.7 MiB/s) - StarFive #booti ${kernel_addr_r} ${ramdisk_addr_r}:${filesize} ${fdt_addr_r} + StarFive # booti ${kernel_addr_r} ${ramdisk_addr_r}:${filesize} ${fdt_addr_r} Uncompressing Kernel Image ## Flattened Device Tree blob at 46000000 Booting using the fdt blob at 0x46000000 |
