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: How to view DSP logs/printfs on Linux OS.

Other Parts Discussed in Thread: OMAPL138, SYSBIOS

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.