diff options
| author | Tom Rini <[email protected]> | 2023-09-21 10:51:15 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-09-21 10:51:15 -0400 |
| commit | bcfde74974e2c399e414e8c55665bfed2612da5d (patch) | |
| tree | 444b2bee0772f4857f0b95be2fd08c63c5688af7 /doc | |
| parent | c58ee1c9946a1550b1f6fee2b25da9ecc89baf71 (diff) | |
| parent | 90602e779d3ae3bd02faae0eb40b4fcefec419f7 (diff) | |
Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-riscv into next
+ Add NVMe & USB boot devices for VisionFive2
+ Add StarFive SPL image support in mkimage tool
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/board/starfive/visionfive2.rst | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/doc/board/starfive/visionfive2.rst b/doc/board/starfive/visionfive2.rst index 941899a0a4e..f5575ab68be 100644 --- a/doc/board/starfive/visionfive2.rst +++ b/doc/board/starfive/visionfive2.rst @@ -65,18 +65,8 @@ Now build the U-Boot SPL and U-Boot proper make starfive_visionfive2_defconfig make OPENSBI=$(opensbi_dir)/opensbi/build/platform/generic/firmware/fw_dynamic.bin -This will generate spl/u-boot-spl.bin and FIT image (u-boot.itb) - -u-boot-spl.bin cannot be used directly on StarFive VisionFive2,we need -to convert the u-boot-spl.bin to u-boot-spl.bin.normal.out with -the below command: - - ./spl_tool -c -f $(Uboot_PATH)/spl/u-boot-spl.bin - -More detailed description of spl_tool,please refer spl_tool documenation. -(Note: spl_tool git repo is at https://github.com/starfive-tech/Tools/tree/master/spl_tool) - -This will generate u-boot-spl.bin.normal.out file. +This will generate the U-Boot SPL image (spl/u-boot-spl.bin.normal.out) as well +as the FIT image (u-boot.itb) with OpenSBI and U-Boot. Flashing ~~~~~~~~ |
