[U-Boot-Users] LCD on pxa255

Wolfgang Denk wd at denx.de
Mon Jun 14 21:49:12 CEST 2004


In message <40CDC64A.4010601 at siol.net> you wrote:
>
> > We use the LCD to show the splash screen when it boots.
> > I have splash image gziped and stored in flash and in our
> > board initialization routine I unzip the image directly
> > to frame buffer.
> > I also set the stdout and stderr environment variables
> > to serial.
> 
> Great - where can I set stdout and stdin to be automagically
> set to serial ?

Put:

#define CONFIG_PREBOOT  "setenv stdout serial;setenv stdin serial"

in your board config file :-)

> I'm also working on bootsplash being displayed while linux
> boots.

Than have a look at our linux-2.4 kernel tree; it make sLinux use the
same memory for framebuffer as used by U-Boot,  so  you  can  have  a
steady  image  from a few milliseconds after power-on until the Linux
GUI takes over :-) [Of course  you  can  also  load  "boot  progress"
screels in U-Boot using the "bmp" command...

> Maybe it would be helpfull to others if we sent patches
> to Wolfgang...

Sure that would be helpful. I have only that many different boards in
our lab, and even stricter limits on available time :-(

Best regards,

Wolfgang Denk

-- 
Software Engineering:  Embedded and Realtime Systems,  Embedded Linux
Phone: (+49)-8142-4596-87  Fax: (+49)-8142-4596-88  Email: wd at denx.de
If you're not part of the solution, then you're part of the  precipi-
tate.




More information about the U-Boot mailing list