Hi all:
I'm trying to do support of lcd in u-boot for displaying a logo!
My steps what i have followed:
board.c
stdio_init, drv_lcd_init, lcd_init ....
In config file, enabled CONFIG_LCD
our_logo.bmp added in tool/logos/Makefile
but while executing ,
i'm facing an error that is:
U-Boot 2010.06-rc1 (May 30 2012 - 12:20:58)
OMAP34xx/35xx-GP ES2.1, CPU-OPP2 L3-165MHz
OMAP3 Beagle board + LPDDR/NAND
I2C: ready
DRAM: 256 MiB
NAND: 512 MiB
lcd_base = 80fb6000
omapdss_init
omapdss_init 1
value in control register = 00018309
omap_dss_init end
lcd_display_bitmap
Error: no valid bmp image at 80fb6000
In: serial
Out: serial
Err: serial
Beagle unknown 0x01
Die ID #6e4600029e380000016830c501032014
Hit any key to stop autoboot: 0
But i'm not able to understand that bmp image address?
Please can anyone help me?
Regards,
santosh vastrad