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)