No Description

MichaelZhuxx 8f8eb2d192 update README 1 year ago
spl_tool 8cc906c5ba init commit 1 year ago
README.md 8f8eb2d192 update README 1 year ago
visionfive2-uboot-fit-image.its 8cc906c5ba init commit 1 year ago

README.md

Usage

spl_tool

How to create u-boot-spl.bin.normal.out

Input:

{U-BOOT_PATH}/spl/u-boot-spl.bin

Output:

u-boot-spl.bin.normal.out

For example:

./create_sbl {U-BOOT_PATH}/spl/u-boot-spl.bin 0x01010101

uboot_its

How to create visionfive2_fw_payload.img

Input:

{U-BOOT_PATH}/tools/mkimage
{OPENSBI_PATH}/build/platform/generic/firmware/fw_payload.bin
visionfive2-uboot-fit-image.its

Output:

visionfive2_fw_payload.img

For example:

{U-BOOT_PATH}/tools/mkimage -f visionfive2-uboot-fit-image.its -A riscv -O u-boot -T firmware visionfive2_fw_payload.img