Oleksandr Sovenko Posted August 12, 2021 Posted August 12, 2021 Hi everyone! I am using https://github.com/armbian/build to prepare my own images for orange pi boards. I have a board (orange pi pc) which one I want to use in the my car KIA, and I have touch screen for that. I enabled splash screen, but there is default boot splash, I want to replace it on my custom. Can somebody give me some tips where I can do it, please. I want to make own custom multimedia system for the my car based on orange pi (for begin) and armbian, also I want to use own custom boot splash for that. Thanks
Werner Posted August 12, 2021 Posted August 12, 2021 Moved to Common issues / peer to peer technical support
Solution Oleksandr Sovenko Posted August 13, 2021 Author Solution Posted August 13, 2021 I found it myself, lol, nothing complicated. Need to replace the image https://github.com/armbian/build/blob/master/packages/blobs/splash/logo.png and ./compile.sh \ CLEAN_LEVEL="images" \ BOARD=orangepicp \ <-- THIS IS IN MY CASE BRANCH=current \ RELEASE=focal \ BUILD_MINIMAL=yes \ BUILD_DESKTOP=no \ KERNEL_ONLY=no \ KERNEL_CONFIGURE=no \ BOOT_LOGO=yes \ <-- ADD THIS OPTION COMPRESS_OUTPUTIMAGE=xz
Recommended Posts