[U-Boot] Displaying characters on the display in u-boot

Anatolij Gustschin agust at denx.de
Fri May 10 13:38:43 CEST 2013


Hi,

On Fri, 10 May 2013 16:00:31 +0530
Bhargav A K <bhargav.ak at sasken.com> wrote:

> Hi
> 
> > Why are you using 0xA5000000 address here as the frame buffer base
> > address?
> 
> Yeah this is a very much a valid frame buffer address. I 'used' to use this for splash screen also and it
> worked fine.
> 
> >  Can you see changes on the display if you write data to this address by
> > U-Boot "mw" command (i.e. "mw a5000000 ffffffff 100") ?
> 
> No.. but the memory will have all "f"'s contained in it until I reboot.

Well, if you do not see changes on the display, that means
your OMAP display controller doesn't fetch data starting from this
frame buffer base address. Otherwise you would see some white
lines on the display.

Best regards,

Anatolij


More information about the U-Boot mailing list