Other Parts Discussed in Thread: OMAP3530
Hi there,
In terms of hardware, I have an OMAP3530 Mistral Board (rev. G).
In terms of software, I have it configured to boot off of MMC (SD card) to run a graphical application. In that sense, I've re-built u-boot, the kernel, and am using the stock ramdisk image from the SDK.
When I run my graphical application (and even when I run the stock omap-demo), after about 30 seconds, the LCD powers down.. i.e. goes into sleep mode. Is there a way for me to disable that functionality, or to at least extend it to be a much larger number (i.e. 600 seconds)?
I've noticed that using the stylus doesn't appear to wake it up.. only hitting return on my serial console (most likely caused by the UART IRQ).
I've looked around at various threads, specifically looking under 'Power Management', but haven't been able to locate anything that seems to relate to the LCD timeout. I've looked at the kernel options, but nothing there. I'm aware that the LCD initialization is performed by u-boot, and I tried pawing through the u-boot code (lcd.c), but saw nothing obvious there either.
Any help would be greatly appreciated.
Thanks and Regards,
Peter Sienkewicz
p.s. If there is any other pertinent information I'd need to include (be it hardware or software), I'd be happy to include it.