u-boot support boot logo for duos mipi dsi

This commit is contained in:
carbon
2024-05-05 00:26:31 +08:00
parent 7bad8c0c65
commit bc8cc5a88b
11 changed files with 78 additions and 2 deletions

View File

@ -3,7 +3,7 @@
export MV_BOARD=milkv-duos-emmc
export MV_BOARD_CPU=cv1813h
export MV_VENDOR=milkv
export MV_BOOTLOGO=
export MV_BOOTLOGO=logo.jpg
export MV_BUILD_ENV=milkvsetup.sh
export MV_BOARD_LINK=cv1813h_milkv_duos_emmc

View File

@ -0,0 +1 @@
../milkv-duos-sd/logo.jpg

View File

@ -3,7 +3,7 @@
export MV_BOARD=milkv-duos-sd
export MV_BOARD_CPU=cv1813h
export MV_VENDOR=milkv
export MV_BOOTLOGO=
export MV_BOOTLOGO=logo.jpg
export MV_BUILD_ENV=milkvsetup.sh
export MV_BOARD_LINK=cv1813h_milkv_duos_sd

View File

@ -26,6 +26,11 @@ image milkv-duos-sd.img {
image = "boot.vfat"
}
partition logo {
image = "logo.jpg"
size = 2M
}
partition rootfs {
partition-type = 0x83
image = "rootfs.ext4"

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB