I have successfully built the K2L EVM project provided as part of ti\mcsdk_bios_3_01_03_06\demos\image_processing\ipc\evmtci6630k2l\slave. As per the following instructions from the FAQ page.
It states that we need to copy the built image to linux file system. When we do this the image processing demo and IPC mechanism works fine. But instead of ARM booting the DSP, when we use JTAG and load the .out file using CCS, the IPC functionality stops working. In both the cases the .out (DSP image is same).
Are we missing anything from the CCS side.
My requirement is like this.
1)Build and run DSP IPC project from CCS
2)ARM to be the master core. We don't want to use mpmcl module for loading DSP image.But use CCS to build and debug the IPC project.