add Opencv on linux embedded (khepera 4)
hi,
i'm using khepera 4, a robot that use embedded linux
ROOT@KHEPERA4_1079:~# LSB_RELEASE -A
DISTRIBUTOR ID: ANGSTROM
DESCRIPTION: ANGSTROM GNU/LINUX 2010.7-TEST-20130613 (FOO)
RELEASE: 2010.7-TEST-20130613
CODENAME: FOO
i want to install opencv, such as installing package is like :
C:\fakepath\Capture d’écran de 2019-04-29 12-20-57.png
thank you.
can you please replace the screenshot with a TEXT version, so it can be indexed, ppl can quote it, etc ? thank you !
5.5 Packages installations With OpenEmbedded, you can easily cross-compile existing packages or add your own ones. You can list installed packages on the board with the command: opkg list_installed 5.5.1 Existing packages Many packages are available for Open-Embedded. Here below are the instructions to add an existing package: Check if there is already a recipe package in /usr/local/khepera- etools/org.openembedded.dev/recipes If it is present, you can compile it by running in the /usr/local/ khepera-oetools directory: source extras/profile bitbake PACKAGE_NAME The package will be created in one of the folders into: /usr/local/ khepera-oetools/tmp/deploy/glibc/ipk/ Transfer the package to the robot (with Minicom or SSH: see chapters 9.1 and 9.2.5”). Then install it: opkg install