diff --git a/makefile b/makefile index 125597a..0dd83d5 100644 --- a/makefile +++ b/makefile @@ -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 diff --git a/skeleton/SYSTEM/rg35xx/dat/boot_logo.bmp.gz b/skeleton/SYSTEM/rg35xx/dat/boot_logo.bmp.gz deleted file mode 100755 index fc862cb..0000000 Binary files a/skeleton/SYSTEM/rg35xx/dat/boot_logo.bmp.gz and /dev/null differ diff --git a/skeleton/SYSTEM/rg35xx/dat/boot_logo.png b/skeleton/SYSTEM/rg35xx/dat/boot_logo.png new file mode 100644 index 0000000..d333e01 Binary files /dev/null and b/skeleton/SYSTEM/rg35xx/dat/boot_logo.png differ