kumquat-buildroot/board/visionfive2/genimage.cfg
Francois Dugast 704c62bbc5 configs/visionfive2_defconfig: new defconfig
Add a defconfig for the Starfive VisionFive2 board, a board built around the
Starfive JH7110 RISC-V 64bit SoC.

This board comes with functional lowlevel and U-Boot bootloaders in SPI
flash. The defconfig reuses these and only builds a (5.15 based) kernel and
rootfs.

The factory shipped U-Boot is hard coded to look at MMC partition 3.

Signed-off-by: Francois Dugast <francois.dugast.foss@gmail.com>
[Peter: add to DEVELOPERS]
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2022-12-19 10:05:23 +01:00

22 lines
310 B
INI

# Minimal SD card image for the Starfive VisionFive2 board
image sdcard.img {
hdimage {
}
# u-boot is hard coded to look at 3rd partition
partition dummy1 {
size = 512
}
partition dummy2 {
size = 512
}
partition rootfs {
partition-type = 0x83
image = "rootfs.ext4"
bootable = "true"
}
}