Part Number: AM5728
Hi All,
Currently am trying to use IPC example listed under
http://software-dl.ti.com/processor-sdk-rtos/esd/docs/latest/rtos/How_to_Guides.html#create-dsp-and-ipu-firmware-using-pdk-drivers-and-ipc-to-load-from-arm-linux-on-am57xx-devices
Am able to build & run uart application for DSP, but not able to run IPC messageQ example.
A15 is running with Linux & RTOS running on DSP core.
when I run app_host on target for DSP1, getting below data on console:
./app_host DSP1
--> main:
--> Main_main:
--> App_create:
after this no further message.
My trace0 log is:
cat /sys/kernel/debug/remoteproc/remoteproc2/trace0
[ 0.000] 17 Resource entries at 0x95000000
[ 0.000] [t=0x00025a08] xdc.runtime.Main: --> main:
[ 0.000] registering rpmsg-proto:rpmsg-proto service on 61 with HOST
[ 0.000] [t=0x0003d3b4] xdc.runtime.Main: NameMap_sendMessage: HOST 53, port=61
Where DSP application which I build using CCS, already started before I run host application.
So can I know how to communicate between host and DSP1 core.
My main requirement is to communicate between DSP and A15 core using any mechanism.
I tried with ex02_message example as mention under above link. Is there any other way to communicate like Rpmsg or any other approach with/without using RTOS
Regards,
Geek13