nagyistoce / opencv-dsp-acceleration

Automatically exported from code.google.com/p/opencv-dsp-acceleration
0 stars 0 forks source link

DSP fail #3

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. sudo ./remote_ti_platform_evm3530_opencv.xv5T d dsp
2. Error: DSP Engine create failed.
3. Error: DSP initialization Failed.

What is the expected output? What do you see instead?
Look like arm-side.

What version of the product are you using? On what operating system?
Beagle Board Rev.C3
Linux 2.6.35

Please provide any additional information below.
I can build you project already.
Everything of arm-side is OK. but DSP-side can not created engine.

Original issue reported on code.google.com by anolpaisal on 23 Sep 2010 at 7:29

GoogleCodeExporter commented 9 years ago

Error mentioned above are due to the reason that DSP in not initialized. You 
need to load the dsplink, cmem and lpm modules before executing the 
application. "./loadmodules.sh" can be used to load the modules.

Original comment by ktmp...@gmail.com on 27 Sep 2010 at 2:28