Hi Tuma, > But now I have new question - how can I display a Bitmap picture on the > board's LCD? I know there is the "bmp" command, but how should I configure > and build U-Boot to have this command in prompt? My board is OMAP3EVM.
Well for the bmp command to work, an implementation for the LCD part needs to be there. Checking the configs for supported OMAP boards, not one defines CONFIG_LCD: $ grep CONFIG_LCD `grep -l OMAP include/configs/*` | wc -l 0 As an example the MPC823 LCD controller is supported: $ grep CONFIG_LCD `grep -l MPC823 include/configs/*` | wc -l 25 I fear that you will need to implement support for the LCD controller yourself. Cheers Detlev -- You are God. Remember? -- Timothy Leary -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-40 Fax: (+49)-8142-66989-80 Email: d...@denx.de _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot