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.

DSP boot at OMAPL138

Other Parts Discussed in Thread: OMAPL138

Hello to everybody,

As I may see from section #2 "How to copy the kernel image to SPI Flash" of "OMAPL138 Software Developers Guide" it says that there is a possibility to load the image in to ARM core:

u-boot :> dhcp

u-boot :> tftpboot 0xC0700000 ${bootfile}

u-boot :> sf probe 0

u-boot :> sf erase 0x080000 0x280000

u-boot :> sf write 0xC0700000 0x080000 0x280000

Is it possible to do the same procedure for DSP image ?

Anyone have tried to do this ? (no OS is in use)