mirror of
https://github.com/Fishwaldo/meta-riscv.git
synced 2025-03-15 11:31:43 +00:00
visionfive2: Create a bootable SD card
* Use visionfive2.wks * Install required files on the boot partition Signed-off-by: Alexey Firago <alexey.firago@gmail.com>
This commit is contained in:
parent
534eaf9336
commit
7dc4ca0f05
1 changed files with 4 additions and 2 deletions
|
@ -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 ?= " \
|
||||
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue