Part Number: AM5728
Other Parts Discussed in Thread: TMDSEVM572X
Tool/software: Linux
Customer trying to measure DSP usage for thier program, which uses OpenCV with SDK 03.01.00.06. They run dsptop in console and thier program in telnet session. If their program uses one of these functions - cvGaussian() and cvErode() - they get the following error and system hangs:
[ 836.364891] omap_l3_noc 44000000.ocp: L3 application error: target 3 mod:2 (unclearable)
[ 836.373082] omap_l3_noc 44000000.ocp: L3 debug error: target 3 mod:2 (unclearable)
If they put ocl::setUseOpenCL(false); before these calls, forcing OpenCV to not use OpenCL during these calls - program works fine and dsptop shows DSP usage. Is there any way to get dsptop to work with the above functions?