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.

.cfg file for arm

Hi, all. 

   I am learning how to build IPC examples projects on EVMK2H. I am using the lastest mcsdk and ccs. I have successfully build an example for DSP to DSP communication. Now, I am trying to make a simple example project for DSP - ARM communication over SRIO. I understand that SYSLINK is used on the arm side for building IPC examples. I understand there is IPC demos for that. But I wish someone can explain to be in simpler words.

I am now wonder whether ".cfg" file can be used on the arm side? Because I always thought .cfg is used only for SYSBIIOS projects. 

How can I compile a project with ".cfg" file both in CCS and outside of CCS?

Thanks.

 

  • Hi,
    IPC ARM examples can be build in Linux system via command line.
    C:\ti\mcsdk_bios_3_01_01_04\demos\image_processing\ipc\evmtci6638k2k\master
    I hope, It won't use any *.cfg file.
  • Hi,

    wei said:
    I am now wonder whether ".cfg" file can be used on the arm side? Because I always thought .cfg is used only for SYSBIIOS projects.


    Your understanding is right. For building IPC on ARM side, cfg files are not required.

    ---

    wei said:
    understand that SYSLINK is used on the arm side for building IPC examples. I understand there is IPC demos for that. But I wish someone can explain to be in simpler words.


    For building the ARM Side IPC Master code, You may have to make use of the makefile located at "../mcsdk_bios_3_01_03_06/demos/image_processing/ipc/evmtci6638k2k/master/makefile" and "/opt/ti/mcsdk_bios_3_01_03_06/demos/image_processing/ipc/master/src/makefile"

    -----
  • Hello,

    I am trying building master code on the CCS. i have loadded ipc and design makefile of master code. I tried to work on master code like slave code,but i did not. Also, i have changed and design slave (dsp side) on the CCS but i cannot do that for master. I wanna load and build master codes in the CCS, could you add same explanation about this, like loading ipc it was really helpful. i need it.

    thanks

  • Hi,

    Please start a new thread.

    Best Regards,
    Yordan
  • You are right it is different,
    I think it is about cross compile.
    I need to more search:)
    thanks