Part Number: TMDSEVM572X
Tool/software: Linux
Hello!
I'm trying to measure DSP usage for my program, which uses OpenCV. I'm using Linux Processor SDK 03.01.00.06. I'm trying to run dsptop in console and my program in telnet session. Here is the problem I faced with. If my program uses one of these functions - GaussianBlur() and erode() - I 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 I 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 GaussianBlur() and erode()?