blob: 433387c901ceede093230ca3e5abb4189d70aaab [file] [log] [blame]
# Minimal SD card image for the Starfive VisionFive 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"
}
}