boot_logo.bmp.gz now created by make from png

This commit is contained in:
Shaun Inman 2023-02-11 23:04:58 -05:00
parent d228a63ecf
commit 9a0b08dbf3
3 changed files with 3 additions and 0 deletions

View file

@ -58,6 +58,9 @@ bundle:
echo "$(BUILD_HASH)" > ./build/SYSTEM/commit.txt
echo "$(RELEASE_NAME)" > ./build/SYSTEM/release.txt
# prepare boot logo
cd ./build/SYSTEM/rg35xx/dat && convert boot_logo.png -type truecolor boot_logo.bmp && rm boot_logo.png && gzip boot_logo.bmp
# populate system
cp ~/buildroot/output/images/rootfs.ext2 ./build/SYSTEM/rg35xx
cp ./src/dts/kernel.dtb ./build/SYSTEM/rg35xx/dat

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB