Part Number:EVMK2G
Hi,
I want to develop an application that is loaded by ARM-Linux on the DSP and processes the audio streams from the CMB. Since it is a proof of concept, the idea is to start modifying an existing project, for example the audio analog loopback test.
Given that when loading the default loopback example, I only have to load the audioAnalogLoopbackTest.out binary file to the DSP module, I have tried to load the same binary file using Multiple Processor Manager from ARM-Linux, as follows:
mpmcl reset dsp0
mpmcl load dsp0 audioAnalogLoopbackTest.out
but I get the following message:
load failed (error: -104)
I don't know if it is possible to do it this way and I am missing some previous configurations, or maybe the way to do this is completely different.
Thank you, and best regards,
Fernando