Prepare splash for uboot (#69)

This commit is contained in:
tiopex
2023-12-27 13:58:30 +01:00
committed by GitHub
parent cb9342a0f5
commit b01780f318
2 changed files with 2 additions and 0 deletions

View File

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

View File

@@ -47,6 +47,7 @@ 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
# Generate MAIN BTRFS partition
image="${BINARIES_DIR}/main.img"