boot_logo.bmp.gz now created by make from png
This commit is contained in:
parent
d228a63ecf
commit
9a0b08dbf3
3 changed files with 3 additions and 0 deletions
3
makefile
3
makefile
|
|
@ -58,6 +58,9 @@ bundle:
|
||||||
echo "$(BUILD_HASH)" > ./build/SYSTEM/commit.txt
|
echo "$(BUILD_HASH)" > ./build/SYSTEM/commit.txt
|
||||||
echo "$(RELEASE_NAME)" > ./build/SYSTEM/release.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
|
# populate system
|
||||||
cp ~/buildroot/output/images/rootfs.ext2 ./build/SYSTEM/rg35xx
|
cp ~/buildroot/output/images/rootfs.ext2 ./build/SYSTEM/rg35xx
|
||||||
cp ./src/dts/kernel.dtb ./build/SYSTEM/rg35xx/dat
|
cp ./src/dts/kernel.dtb ./build/SYSTEM/rg35xx/dat
|
||||||
|
|
|
||||||
Binary file not shown.
BIN
skeleton/SYSTEM/rg35xx/dat/boot_logo.png
Normal file
BIN
skeleton/SYSTEM/rg35xx/dat/boot_logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.5 KiB |
Loading…
Add table
Add a link
Reference in a new issue