Other Parts Discussed in Thread: OMAP3530
Hi all, this is my first post in this forum and before decide to write here I read a lot of articles/posts/papers/etc...
Well I'm working with a Beagleboard-xM rev. C (if need more detail is here: http://beagleboard.org/static/BBxMSRM_latest.pdf) and with an host pc with Ubuntu 11.04 64bit. My aim is to use the DSP core to accelerate the opencv feature extraction algorithm.
Well, after several attempts I build an Angstrom base-image with ti-codec-engine and OpenCV-2.2 libs using the OpenEmbedded & bitbake tools.
The result is:
- I can cross-compile an application (i.e. nano) from my host pc to ARM on BB-xM and it works fine
- I can cross-compile an opencv application (i.e. image-converter) from my host pc to ARM on BB-xM and it works fine
- I can load dsplink, cmem and lpm_omap3530 modules without error or warning, execute provided examples (like messagegpp, ...) and all works fine
After building and installing ti-c6accel-1_01_00_03-r102c in BB-xM I tryed to launch
./c6accel_app
and all test are ok.
Now, all examples/test that I tryed are successed but how can I run the opencv algorithm from the DSP?
Hope I've been clear.