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

This thread is quite old. Please consider starting a new thread rather than reviving this one.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines