Jump to content

Custom Boot Splash


Go to solution Solved by Oleksandr Sovenko,

Recommended Posts

Posted

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 

  • Solution
Posted

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

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines