Hi ,
I have to display an image(jpeg) while u-boot or uImage starts booting .In my linux i enabled frame buffer console and logo options so i am able to see some small montavista image on one corner and rest of the screen in filled with blue colour. but the problem is except image place total screen is filled with some type of bars .for this i disabled the osd (in bootargs i am not given osd option to display_fb) but after linux boot i need osd layer for my application .
the few questions are :-
(1). how to display some image on screen while booting .
(2). normally i am able to display image on osd using applicaton but when i display jpeg image the colors are not properly displaying.
(3). if i want to display jpeg image on video window what i have to do?(i tried to do but its giving some errors about colour space).
please tell some of the solution for the above and please forward if any reference or guides on this topics