Remove obsolete uboot miyoo logo format (#77)

This commit is contained in:
tiopex
2024-01-03 17:49:19 +01:00
committed by GitHub
parent c6cc029a0c
commit b63ab29b2f
3 changed files with 1 additions and 3 deletions

View File

@@ -6,7 +6,6 @@ image bootfs.vfat {
"suniv-f1c100s-miyoo.dtb",
"suniv-f1c100s-miyoo-4bit.dtb",
"boot.scr",
"boot/miyoo-boot.bmp",
"boot/miyoo-splash.bmp",
"boot/autorun.inf",
"boot/boot.ico",

View File

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 10 KiB

View File

@@ -46,8 +46,7 @@ else
fi
# Write CFW version to splash image
convert board/miyoo/miyoo-boot.png -pointsize 12 -fill white -annotate +10+230 "v${CFW_RELEASE} ${CFW_VERSION} (${LIBC}) ${STATUS}" -alpha off -type truecolor -strip -define bmp:format=bmp4 -define bmp:subtype=RGB565 "${BINARIES_DIR}"/boot/miyoo-boot.bmp
convert board/miyoo/miyoo-boot.png -pointsize 12 -fill white -annotate +10+230 "v${CFW_RELEASE} ${CFW_VERSION} (${LIBC}) ${STATUS}" -type Palette -colors 224 -depth 8 -compress none -verbose BMP3:"${BINARIES_DIR}"/boot/miyoo-splash.bmp
convert board/miyoo/miyoo-splash.png -pointsize 12 -fill white -annotate +10+230 "v${CFW_RELEASE} ${CFW_VERSION} (${LIBC}) ${STATUS}" -type Palette -colors 224 -depth 8 -compress none -verbose BMP3:"${BINARIES_DIR}"/boot/miyoo-splash.bmp
# Generate MAIN BTRFS partition
image="${BINARIES_DIR}/main.img"