Part Number: 66AK2H14
Tool/software: Linux
Hi everyone. I have a question about IPC. Is it possible that implement a topology like below so that transfer data between ARM and DSPs when Linux is running on an ARM and between DSP[0-7] and DSP[0-7]?
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.
Part Number: 66AK2H14
Tool/software: Linux
Hi everyone. I have a question about IPC. Is it possible that implement a topology like below so that transfer data between ARM and DSPs when Linux is running on an ARM and between DSP[0-7] and DSP[0-7]?
Hi Rex. Tnx for your reply.
Where is this example???? I don't know! Is it in SDK?
Hi Rex.
When I compiled the source code in CCS, the output does not work with mpmcl and stopped in the below line:
root@k2hk-evm:~# MessageQApp
Using numLoops: 100; procId : 1
Entered MessageQApp_execute
Local MessageQId: 0x80
root@k2hk-evm:~# cat /sys/kernel/debug/remoteproc/remoteproc0/trace0
2 Resource entries at 0x800000
main: MultiProc id: 1
registering rpmsg-proto:rpmsg-proto service on 61 with HOST
multicoreFxn: Entered...
multicoreFxn: Creating HeapBufMP...
multicoreFxn: Opening Remote Queue: CORE1...
hostMsgqFxn: created MessageQ: SLAVE_CORE0; QueueID: 0x10081
Awaiting sync message from host...
I need to work with CCS to debug my code.
And why the binary code in the mentioned directory has .xe66 postfix but CCS has .out?
And what is DDR3 in memory map file? I don't have any DDR3 section in my default platform for TCI6638!!
Mahat,
I forgot to mention that there are some glitches in high level build in 4.3 release. Some of the IPC build targets are broken, but works in 4.1 and may be in 4.2. Please take a look at this thread, e2e.ti.com/.../702993, which refers another thread with a new makefile to fix the high level build issue.
Rex
Dear Rex.
I have my own code and I want to just use the .cfg file of this example. If I want to debug my code, I gotta use CCS! (I think).
So how can Ido that?
Hello,
Please take a look at the following app note for techniques on debugging the DSP core when the ARM is running Linux. If you would like to debug in CCS, I recommend referring to the "Attaching Before the Issue" section.