Files
SDK_SG200x_V2/device/milkv-duos-glibc-arm64-sd/genimage.cfg
carbon 56495c9593 duos support boot logo for mipi dsi
Need to enable CONFIG_BOOTLOGO in u-boot's defconfig

Signed-off-by: carbon <carbon@milkv.io>
2024-06-26 15:41:05 +08:00

39 lines
450 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-duos-glibc-arm64-sd.img {
hdimage {
}
partition boot {
partition-type = 0xC
bootable = "true"
image = "boot.vfat"
}
partition logo {
image = "logo.jpg"
size = 2M
}
partition rootfs {
partition-type = 0x83
image = "rootfs.ext4"
}
}