Files
SDK_SG200x_V2/device/milkv-duo256m-musl-riscv64-sd/genimage.cfg
carbon 1de05a8fa9 device: add genimage config files
Signed-off-by: carbon <carbon@milkv.io>
2024-06-21 14:23:44 +08:00

34 lines
413 B
INI

image boot.vfat {
vfat {
label = "boot"
files = {
"fip.bin",
"rawimages/boot.sd",
}
}
size = 128M
}
image rootfs.ext4 {
ext4 {
label = "rootfs"
}
size = 768M
}
image milkv-duo256m-musl-riscv64-sd.img {
hdimage {
}
partition boot {
partition-type = 0xC
bootable = "true"
image = "boot.vfat"
}
partition rootfs {
partition-type = 0x83
image = "rootfs.ext4"
}
}