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.

DM816X SD Card boot logo

 Hi, Group:

 I 'm working on DVR_RDK_04.01.00.02.

And our board use SD card booting mode, what should i do if i want to see the logo on HDMI Display ?

We use config_1G_256MLinux.bld.

I read <DVR RDK V4.1 GA Installation Guide> , however, the document  mentions are nand way.

I don't know what to do now, Could you help me ?

Thanks !

  • Hello,

    You could check this thread :

    e2e.ti.com/.../872065

    Hope it helps.

    You could search in the e2e for more thread regarding DVR & boot logo.

    BR
    Margarita
  • Hi, Margarita,

    Thanks for reply.

    I saw these links you show me. But the contents about boot logo are "nand read xxxxx, nand xxxxx".

    There is no nand flash on our board. We use "SD Card" to boot system.

    Do i miss something ? What should i set about u-boot bootcmd something like "logo on <address_bmp_image> <final_bmp DSS read address> <VPDMA Descriptor address> <Display time in seconds> <Display fps (less than 60)>"?

    If is "nand" way, it could be " 'nand read ${logoreadaddr} 0x280000 0x300000; logo on ${logoreadaddr} 0xB0000000 0xBFDD0000 40 60; tftp 0x81000000 uImage;bootm". But what if "SD Card " ?

    Thanks !