Hi,
I am working on EVMK2H board.
Copy file from /ti/ipc_3_00_00_20/packages/ti/ipc/tests/messageq_single.c
to new created CCS project, and Copy file
ti/mcsdk_bios_3_00_00_11/demos/image_processing/ipc/evmtci6638k2k/slave/image_processing_evmtci6638k2k_slave.cfg
and add
var Resource = xdc.useModule('ti.ipc.remoteproc.Resource');
Resource.loadSegment = Program.platform.dataMemory;
Resource.traceOnly = true;
The project is successfully compiled and seems run OK using mpmcl command
and dump /debug/remoteproc/remoteprocN/trace0
But run the MessageQBench from linux on ARM prints errors as belows
root@keystone-evm:~# /usr/bin/MessageQBench
Ipc_start: NameServer_setup() failed: -1
Using numLoops: 1000; payloadSize: 8, procId : 1
Ipc_start failed: status = -1
What's the mistake ?
I am trying many times to search .cfg file that used to gerenate /lib/firmware/messageq_single.xe66
with no success.
Questions are :
1. Is the /ti/ipc_3_00_00_20/packages/ti/ipc/tests/messageq_single.c source code for /lib/firmware/messageq_single.xe66.?
2, If yes, where is the cfg file generted the /lib/firmware/messageq_single.xe66 ?
3. Is there Project for messageq_single_xe66 for windows CCS envirionment ?
Thanks in advance.
Holic