DM8148 开发记录 五 dsp 端调试成功

dsp 调试记录

root@dm814x-evm:/opt/ce_exp# ./app_remote.xv5T

[t=0x00000ea0] [tid=0x400c7000] xdc.runtime.Main: [+2] main> ti.sdo.ce.examples.apps.video_copy
[t=0x00001373] [tid=0x400c7000] xdc.runtime.Main: [+1] App-> Application started, procId DSP engineName remote_copy_DSP input-file ./in.dat output-file ./out.dat.
[t=0x0001088d] [tid=0x400c7000] xdc.runtime.Main: [+1] App-> Processing frame 0...
[t=0x00010bd7] [tid=0x400c7000] xdc.runtime.Main: [+2] App-> Encoder frame 0 process returned - 0x0
[t=0x00010e45] [tid=0x400c7000] xdc.runtime.Main: [+2] App-> Decoder frame 0 process returned - 0x0
[t=0x00010f62] [tid=0x400c7000] xdc.runtime.Main: [+1] App-> Processing frame 1...
[t=0x000111ed] [tid=0x400c7000] xdc.runtime.Main: [+2] App-> Encoder frame 1 process returned - 0x0
[t=0x0001146b] [tid=0x400c7000] xdc.runtime.Main: [+2] App-> Decoder frame 1 process returned - 0x0
[t=0x00011527] [tid=0x400c7000] xdc.runtime.Main: [+1] App-> Processing frame 2...
[t=0x000117bd] [tid=0x400c7000] xdc.runtime.Main: [+2] App-> Encoder frame 2 process returned - 0x0
[t=0x00011a3b] [tid=0x400c7000] xdc.runtime.Main: [+2] App-> Decoder frame 2 process returned - 0x0
[t=0x00011af6] [tid=0x400c7000] xdc.runtime.Main: [+1] App-> Processing frame 3...
[t=0x00011d6c] [tid=0x400c7000] xdc.runtime.Main: [+2] App-> Encoder frame 3 process returned - 0x0
[t=0x00011feb] [tid=0x400c7000] xdc.runtime.Main: [+2] App-> Decoder frame 3 process returned - 0x0
[t=0x000120a4] [tid=0x400c7000] xdc.runtime.Main: [+1] App-> Processing frame 4...
[t=0x00012331] [tid=0x400c7000] xdc.runtime.Main: [+2] App-> Encoder frame 4 process returned - 0x0
[t=0x00012589] [tid=0x400c7000] xdc.runtime.Main: [+2] App-> Decoder frame 4 process returned - 0x0
[t=0x00012655] [tid=0x400c7000] xdc.runtime.Main: [+1] App-> Processing frame 5...
[t=0x000128d7] [tid=0x400c7000] xdc.runtime.Main: [+2] App-> Encoder frame 5 process returned - 0x0
[t=0x00012b56] [tid=0x400c7000] xdc.runtime.Main: [+2] App-> Decoder frame 5 process returned - 0x0
[t=0x00012c12] [tid=0x400c7000] xdc.runtime.Main: [+1] App-> Processing frame 6...
[t=0x00012e84] [tid=0x400c7000] xdc.runtime.Main: [+2] App-> Encoder frame 6 process returned - 0x0
[t=0x000130d7] [tid=0x400c7000] xdc.runtime.Main: [+2] App-> Decoder frame 6 process returned - 0x0
[t=0x00013190] [tid=0x400c7000] xdc.runtime.Main: [+1] App-> Processing frame 7...
[t=0x0001341f] [tid=0x400c7000] xdc.runtime.Main: [+2] App-> Encoder frame 7 process returned - 0x0
[t=0x00013683] [tid=0x400c7000] xdc.runtime.Main: [+2] App-> Decoder frame 7 process returned - 0x0

[t=0x0001373c] [tid=0x400c7000] xdc.runtime.Main: [+1] App-> Processing frame 8...

可以成功运行dsp 端程序

你可能感兴趣的:(DM8148 开发记录 五 dsp 端调试成功)