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.

Mistral OMAP3530EVM and DSPLINK problem

Hello,

I have a question about a problem with DSPLINK and the Mistral OMAP3530EVM, which we purchased last week.

When I first booted the system from the built-in filesystem everything worked correctly. However, the sample applications showcasing the DSPLINK (RingIO, Loop, etc.) were not on the filesystem. The folder /usr/share/ti-tools did not exist.

Then I set up an NFS system and proceeded to built the DSPLINK again on my host machine (Ubuntu 10.04). The built was ok both for the GPP and the DSP. I created a folder on the NFS system /opt/dsplink/samples and copied the example executables (RingIO, Loop, etc) along with dsplinkk.ko

I used:

$ insmod dsplinkk.ko

and received an error that the file already exists.

Then I ran the example applications and got an error for all of them [PROC_setup() failed. Status = 0x80008008]. From what I searched it seems that there is not enough memory allocated for the DSPLINK and I should change the memory map.

But, shouldn't the configuration be up and running since all the software components were installed from the included DVDs?

Am I missing something on the configuration?