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/TMS320DM8148: How to display boot logo at uboot

Part Number: TMS320DM8148

Tool/software: Linux

Hello.

I have used DM8148 evm board with ti-ezsdk_dm814x-evm_5_05_02_00 (u-boot-2010.06-psp04.04.00.01).

I tried to display a logo on HDMI output at boot with DM814x_EZ_Software_Developers_Guide.pdf as follows.

 1. tftp 0x81000000 ti_logo.bmp 

 2. bmp info 0x81000000

 3. bmp display 0x81000000

But the logo isn't displayed on HDMI output at boot.

Please let me know how to display a logo.

Thank you

David Seo