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

2013-05-10 Thread Bhargav A K
27;m wrong. But the bigger problem here is I'm not able to figure out where the mistake is. I'm pretty conversant with using the Lauterbach to debug. I have JTAG pins drawn out on my board. Please give me Ur suggestions. Regards Bhargav ____ From: An

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

2013-04-27 Thread Bhargav A K
Hi All Please bring up my post. I'm still waiting for an answer. Kind regards Bhargav From: Bhargav A K Sent: Friday, April 19, 2013 9:29 PM To: u-boot@lists.denx.de; Anatolij Gustschin Subject: RE: [U-Boot] Displaying characters on the display in u

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

2013-04-19 Thread Bhargav A K
the lcd_drawchars() function into my LCD code, tried to write characters to the LCD, nothing came onto the screen. Please point out where I am going wrong. Kind regards Bhargav ____________ From: Bhargav A K Sent: Wednesday, March 27, 2013 10:04 PM To: Anatolij Gustschin

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

2013-03-27 Thread Bhargav A K
be a dummy function. I shall make it a dummy, and I have to make sure it return success, as I have done it elsewhere. Kind regards Bhargav From: Anatolij Gustschin [ag...@denx.de] Sent: Wednesday, March 27, 2013 9:57 PM To: Bhargav A K Cc: u-boot@lists.denx

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

2013-03-27 Thread Bhargav A K
ch on the LCD, etc., I'll have to do all such functions in it. But if all of those are already done, I can just return a dummy from the function ? Kind regards Bhargav From: Anatolij Gustschin [ag...@denx.de] Sent: Wednesday, March 27, 2013 8:30 PM T

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

2013-03-27 Thread Bhargav A K
Hi All I have been able to display a splash screen in u-boot by converting the splash image to a header (using GIMP) and loading it into a GFX register (OMAP 4470). Now I have to display text(character) on the display. I read about CONFIG_CFB_CONSOLE in the u-boot documentation. How exactly doe