duos support boot logo for mipi dsi
Need to enable CONFIG_BOOTLOGO in u-boot's defconfig Signed-off-by: carbon <carbon@milkv.io>
This commit is contained in:
@ -23,7 +23,12 @@ image milkv-duos-glibc-arm64-sd.img {
|
||||
partition boot {
|
||||
partition-type = 0xC
|
||||
bootable = "true"
|
||||
image = "boot.vfat"
|
||||
image = "boot.vfat"
|
||||
}
|
||||
|
||||
partition logo {
|
||||
image = "logo.jpg"
|
||||
size = 2M
|
||||
}
|
||||
|
||||
partition rootfs {
|
||||
|
||||
@ -26,6 +26,11 @@ image milkv-duos-musl-riscv64-sd.img {
|
||||
image = "boot.vfat"
|
||||
}
|
||||
|
||||
partition logo {
|
||||
image = "logo.jpg"
|
||||
size = 2M
|
||||
}
|
||||
|
||||
partition rootfs {
|
||||
partition-type = 0x83
|
||||
image = "rootfs.ext4"
|
||||
|
||||
Reference in New Issue
Block a user