Tool/software: Linux
Hi there, I have got the basic IPC example working on the OMAPL138 LCDK.
The SDK is v4.0.0.4 and Linux is 4.9.28
In the DSP Core, I am using following command to print errors "Log_print0(Diags_ENTRY | Diags_INFO, "--> msgQ_create():");"
But I am not able to see these error from Linux.
Once the Linux is booted and DSP App is running, I have entered the following cmd:
mount -t debugfs none /debug
cat /debug/remoteproc/remoteproc0/trace0
Would the errors be logged in remoteproc trace??
Thanks.