Hi,
My Test Environment:
Processor: AM3517
TI Android DevKit: TI Android GingerBread 2.3 DevKit 1.0
Platform: Custom board with 7" LCD (800*480)
Kernel: 2.6.32
My problem:
The display during booting is varying:
during x-loader boot: black
during u-boot boot: black
during kernel boot: black, then random display or last shutdown screen
during system boot: android robot, animation, then system ui.
I want to clear the random display during kernel booting, I think maybe back-light is enabled earlier than clearing video buffer, can we first clear video buffer, and then enable back-light?
In arch/arm/mach-omap2/board-am3517evm.c, the function am3517_evm_display_init() can enable the back-light,
Where can I clear video buffer during the initiation, and how to arrange the sequence of the back-light and display?
Any other solution to this problem?
Thanks,
Kevin