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.

UART boot on the DM6437 EVM

I am trying to boot the DM6437 evm from UART. I can get the simple example (docExample_uart.ais) to load and I get a DONE. However, when I try my converted program ais (video_encdec)  it just sits there after loading the 1.3+MB text. Is there a limit on the file size? Do I need to build a secondary bootloader?

This is how I generated the the file.

genAIS.pl -cfg evmdm6437.cfg -otype txt -i video_encdec.out -o uartboot.ais -bootmode uart

I tried with -crc 2 and without. No errors reported during the load.

Thanks,

Shaun