This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Static boot logo in Beaglebone ICS

Hi 

    I'm working with beaglebone with andoid ICS my kernel is am335xevm_sk included kernel. 

   I need to display my company logo(colour) before the bootanimation sequence. How can i display my logo. I need the details in follwoing issues

           1. What is the size of image and format,

           2. Image conversion into initlogo.rle,

           3. What are the chenges need to be do in ANDROID and kernel source code. like edit init.rc, etc..

           4. Is any additional work need, other than this ?

I had searched all topic in e2e related to this and i've tried but not working. 

I'm using DVI-cape as my display.

Thanks

  • Hi Sangili,

    For displaying your company logo, you can prepare a .png format of you logo of resolution similar to your display resolution, and then use some utilities to convert image to rle.

    And then rename this logo.rle to "initlogo.rle" and place it at out/target/product/<device>/root/system/  .

    Regards,

    Umakanta Patro