duos sd disable bootlogo partition

This commit is contained in:
carbon
2024-05-26 13:21:41 +08:00
parent 7bc1dab872
commit d41e90e48a

View File

@ -23,13 +23,15 @@ image milkv-duos-sd.img {
partition boot {
partition-type = 0xC
bootable = "true"
image = "boot.vfat"
image = "boot.vfat"
}
/*
partition logo {
image = "logo.jpg"
image = "logo.jpg"
size = 2M
}
*/
partition rootfs {
partition-type = 0x83