Hi All,
I have a custom OMAP3530-based board. I am unsuccessfuly trying to have an 8-bit bitmap file displayed as the splash screen instead of the default 4-color bars (Red, Green, Blue, Yellow) at boot-up. I have done the follows:
1. Change ShowLogo() in bsp_logo.c to read just the size of the bitmap data instead of 921600 (3 * 640 * 480) by default
2. Change configure_dss() in bsp_logo.c to set DISPC_GFX_ATTRIBUTES to BITMAP8 instead of RGB24
3. Build XLDR
4. Concatenate the bitmap file with size of about 300K bytes to TIEVM3530-nand.raw
5. Erase the first 8 blocks of NAND (4 for XLDR, 2 for EBOOT, and 2 for Bitmap)
6. Flash NAND with the combo file
With some debug printf, I can see that after bootup the XLDR runs normally; the EBOOT code successfully calls ShowLogo() to read bitmap data and transfer it to video memory However, I have a black screen until WinCE shell is displayed.
I appreciate any help that you can give me.
Thanks,
Luan