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.

Linux/AM5728: Big data ipc demo

Part Number: AM5728

Tool/software: Linux

Hi

If I want to run the big-data-ipc-demo on DSP2,What should I do?

How to modify the example code?

Thanks

  • I tried to modify the resource table rsc_table_dsp.h

    I changed the marco from VAYU_DSP_1 to VAYU_DSP_2

    At the same time,I disabled the OpenCL application and update the FW symbolic link.

    After I run ./app_host DSP2, I got the following three lines:

    --> main:
    --> Main_main:
    --> App_create:

    It seems that the FW is incorrect.So what I want to know is whether I can run the demo on DSP2? And what should I do?
  • Hi, Ricardo,

    In the host_linux/simple_buffer_example/makefile, the PROC_DSP_NAME is DSP1. Try to modify it to DSP2 and rebuild the images and see if it works for you.

    Rex