Hello,
I'm using the OMAP-L137 EVM Kit to run a GNU/Linux system and that is working fine. Now I would like to load a DSP-application into RAM and have the DSP execute it. My question is, is there a simple way of compiling a raw binary that I can place in RAM and execute? In essence, what I want to do is to capture the data that "File->Load Program" stores in RAM on the target, into a file that i can load into RAM from the Linux system running on the ARM CPU.