This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Linux/AM3358: Adding splash or boot logo in uboot and linux booting

Part Number: AM3358

Tool/software: Linux

Hi,
I am using our own AM3358 based custom board and would like to add boot logo in uboot and Linux stage till matrix launcher comes up.
Can you please tell how I can proceed.
Referred the following link for adding splash screen, but getting an error in uboot. (invalid splash file)
How can I create valid splash bmp file, share me your valid splash.bmp.gz file to try ?


fatload mmc 0 0x82000000 splash.bmp.gz
bmp i 0x82000000


I got an error while executing bmp command in uboot.
software-dl.ti.com/.../Foundational_Components_U-Boot.html

BTW, I am using very latest TI PROCESSOR SDK package.