Tool/software: Linux
Hi,
We are using a custom board based on AM3352. Currently we are able to display logo in LCD at the u-boot level. I did the u-boot changes based on http://processors.wiki.ti.com/index.php/Processor_SDK_Linux_U-Boot_Splash_Screen
At u-boot frambuffer address is configured ad CONFIG_FB_ADDRESS 0x83000000
Once kernel boot, the display no longer holds the image from u-boot due to framebuffer and LCD reinitialization. So
1) How to maintain same framebuffer address throughout u-boot and kernel boot.
2) How to avoid re-initialization of LCD core.
Our goal is to display logo throughout uboot and kernel boot without any flickering.
I'm using processor-sdk-04.01.00.06 version
Regards,
Manoj