I'm trying to get the sample applications for DSPLInk Version 1.61 to run in DSP_BOOTMODE_NOBOOT on the OMAPL137 EVM. I believe I have properly built the sample applications for DSP_BOOTMODE_NOBOOT (as detailed in the DSPLink ProgrammersGuide.pdf and Install_Guide_Linux_OMAPL137xx.pdf) but I have some confusion on how flashing the DSP sample application will work/interact with the bootloaders. From my understanding of how the ARM and DSP bootloaders work, the dsp bootloader is used to start the ARM bootloader which in turn starts u-boot for booting Linux. If I flash the dsplink (dsp-side) sample application will it overwrite the dsp bootloader and stop the ARM/Linux side from booting? Is there any documentation that describes how to design/flash an application to boot on the dsp side and then start the bootloader on the ARM side of the part to boot up Linux?
Thanks