Monday, February 10, 2014

You are Welcome !!!

In this page, you can  find the first steps about installing and getting started Beaglebone Black (BBB) on OpenCV, you should go to http://beagleboard.org/Getting%20Started and  to follow all the steps. When you are done !!!,  you will be ready to install Opencv on BBB Angstrom Distribution.

Now, you should go to Link Putty and download the file Putty.exe for windows on Intel x86.



After you had installed  putty , you should configure it.

1) In the next image you can see the IP adress´s configurations and you put the name ( BeagleBoneBlack in this case) in the saved sessions.


2) Now, you should select your configuration (BeagleBoneBlack) and click in Open button. After If It show a message, you click in the option Yes.

3) When you are done, you can see the conection between your computer and your Beaglebone Black, now you should put up Login and Password:

login as: root
root@192.168.7.2´s password: root



Then, you will be ready to updates packges and install OpenCV library. You should set up Ethernet plug into BBB. After, you should write the following commands:

su
opkg update
opkg install task-native-sdk cpp
opkg install python-distutils python-compile python-compiler
opkg install opencv



Congratulations!!! OpenCV is ready on your BBB.