Other Parts Discussed in Thread: OMAPL138
I have booted the linux from the sd card now i want to atach the open cv library files how can i attach opencv library files, i have omap l138 lcdk kit
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Other Parts Discussed in Thread: OMAPL138
I have booted the linux from the sd card now i want to atach the open cv library files how can i attach opencv library files, i have omap l138 lcdk kit
Hi Marut,
This query was already answered in thise thread. Please have alook. Revert if you have further questions.
http://e2e.ti.com/support/dsp/omap_applications_processors/f/42/p/326897/1139946.aspx#1139946
Step by step opencv build instructions are given for ARM cortex-A8, you can refer it and give it a try for OMAPL138.
http://processors.wiki.ti.com/index.php/Building_OpenCV_for_ARM_Cortex-A8
And more over, try posting the queries on opencv into CCS forum.
Regards,
Shankari
-------------------------------------------------------------------------------------------------------
Please click the Verify Answer button on this post if it answers your question.
--------------------------------------------------------------------------------------------------------
I have seen this link http://processors.wiki.ti.com/index.php/Building_OpenCV_for_ARM_Cortex-A8 .. in this link for building open cv library files in the starting there is a command sudo apt-get install ,when i am running this command in my target kit omap l138 it is saying no command found apt-get and sudo so how to update these commands
Hi,
Please read the document clearly,
OpenCV 2.2 uses cmake to build. Cmake is a meta-makefile system that generates makefiles. We need to install this first.
- Update Ubuntu to install and setup cmake
$ sudo apt-get install cmake cmake-curses-gui