I'm trying to find some information on replacing the default (TI) splash screen/load bar with my own image. To be clear, I know how to update init scripts in order to prevent the current splash screen from loading, what I do not know is how I should call up my image in the new start up script.
I found this link: http://processors.wiki.ti.com/index.php/Sitara_Linux_Training:_Boot_Time_Reduction#Optimizing_the_Root_File_System
Which is to a lab explaining how to remove the TI boot splash screen and replace it with a "startup.rawr16" application, which no doubt is some other image. That's good, but what I want to understand (and what is not covered by the lab) is if I want to have my own custom image (say bmp, but it could be anything) up on the display.
How do I accomplish this?
Is there some guide somewhere that tells me how to compile "startup.rawr16"? I could probably just use that to step my way through getting my image to be displayed.