Hardware: SK-TDA4VM
Using PROCESSOR-SDK-LINUX-SK-TDA4VM (Edge AI).
How to see IPC Communications, logs separately on the Linux Side?
How to send a custom message from Linux to mcu2_1?
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.
Hardware: SK-TDA4VM
Using PROCESSOR-SDK-LINUX-SK-TDA4VM (Edge AI).
How to see IPC Communications, logs separately on the Linux Side?
How to send a custom message from Linux to mcu2_1?
Hello Manu,
Suggest reading throught the IPC documentation provided here:
How to see IPC Communications, logs separately on the Linux Side?
We use try:
mount -t debugfs none /sys/kernel/debug
cat /sys/kernel/debug/remoteproc/remoteproc0/trace0
How to send a custom message from Linux to mcu2_1?
Suggest the below developer note https://software-dl.ti.com/jacinto7/esd/processor-sdk-linux-jacinto7/09_02_00_05/exports/docs/linux/How_to_Guides/FAQ/How_to_Verify_Ipc_Linux_R5.html
Thanks.