Skip to content

Commit

Permalink
visionfive2: Create a bootable SD card
Browse files Browse the repository at this point in the history
* Use visionfive2.wks
* Install required files on the boot partition

Signed-off-by: Alexey Firago <alexey.firago@gmail.com>
  • Loading branch information
a-firago committed Mar 8, 2023
1 parent e675ae5 commit 1d9d05d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions conf/machine/visionfive2.conf
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ UBOOT_ENTRYPOINT = "0x80200000"
UBOOT_DTB_LOADADDRESS = "0x82200000"
UBOOT_DTB = "1"
UBOOT_DTB_BINARY = "starfive_visionfive2.dtb"
SPL_BINARY = "spl/u-boot-spl.bin"
SPL_NORMAL_BINARY = "u-boot-spl.bin.normal.out"

## wic default support
WKS_FILE_DEPENDS ?= " \
Expand All @@ -68,7 +70,7 @@ IMAGE_BOOT_FILES ?= " \
${KERNEL_IMAGETYPE} \
${RISCV_SBI_FDT} \
boot.scr.uimg \
uEnv.txt \
vf2_uEnv.txt \
"

WKS_FILE ?= "beaglev.wks"
WKS_FILE ?= "visionfive2.wks"

0 comments on commit 1d9d05d

Please sign in to comment.