]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - ipc/ipcdev.git/blob - linux/etc/tci66xx/dump_trace.sh
Merge remote-tracking branch 'gil/3.00.00.10_eng' into 3.00.00.11_eng
[ipc/ipcdev.git] / linux / etc / tci66xx / dump_trace.sh
1 echo "Core 0 Trace..."
2 cat /debug/remoteproc/dsp-core0/trace0
3 echo "-----------------------------------------"
4 echo "Core 1 Trace..."
5 cat /debug/remoteproc/dsp-core1/trace0
6 echo "-----------------------------------------"
7 echo "Core 2 Trace..."
8 cat /debug/remoteproc/dsp-core2/trace0
9 echo "-----------------------------------------"
10 echo "Core 3 Trace..."
11 cat /debug/remoteproc/dsp-core3/trace0