Ask Your Question
0

add Opencv on linux embedded (khepera 4)

asked 2019-04-29 06:43:01 -0600

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.

edit retag flag offensive close merge delete

Comments

can you please replace the screenshot with a TEXT version, so it can be indexed, ppl can quote it, etc ? thank you !

berak gravatar imageberak ( 2019-04-29 06:45:01 -0600 )edit

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

yacinedz6 gravatar imageyacinedz6 ( 2019-04-29 06:58:23 -0600 )edit

1 answer

Sort by » oldest newest most voted
0

answered 2019-04-29 06:50:41 -0600

berak gravatar image

updated 2019-04-29 06:51:22 -0600

it is very unlikely, that you will find a prebuilt package for that os (opencv does not maintain any)

you'll probably have to build it from src

edit flag offensive delete link more

Comments

i can't use the sudo commande, i think the problme that i dont know how to confeg the pkg-config !!

yacinedz6 gravatar imageyacinedz6 ( 2019-04-29 06:57:32 -0600 )edit

Are you using Raspberry pi?

supra56 gravatar imagesupra56 ( 2019-04-29 08:40:15 -0600 )edit

no, i'm using a robot khepera 4

yacinedz6 gravatar imageyacinedz6 ( 2019-04-29 13:06:37 -0600 )edit

Question Tools

1 follower

Stats

Asked: 2019-04-29 06:43:01 -0600

Seen: 96 times

Last updated: Apr 29 '19