Hi,
I'm new to developping software on the OMAP-L138. I've already completed the following steps:
1.) Followed steps from Logic PD's OMAP-L138 Quick Start Guide to set up the board
2.) Executed some basic DSP-side examples with CCSv5 and GEL-Files from the BSL-Module
3.) Set up the DVSDK on a Linux-Host
4.) Set the Board to boot from tftp with nfs
5.) Run the basic DSPLink Examples
What i'm trying to do now is to let the two processors (DSP and ARM) work parallel. My idea was to somehow start an application on the DSP-side which runs forever (or until the board is powered off again) and nevertheless being able to work on the ARM with Linux. The next step would be to write a Linux application which is able to connect to the running DSP and retrieve the actual result of the calculation. After that the DSP should continue running the application loaded at the beginning. (An alternative for the last step would be writing and reading to shared memory so that the DSP doesn't have to be interrupted).
Any ideas how this could possibly work?
Regards Fabian