User Tools

Site Tools


getting_started:deploy:deploy_manually

This is an old revision of the document!


Deploy Manually

If you develop EEROS itself or one of its hardware wrapper libraries, your target image does not yet include these libraries of it has an older version which you may want to replace. How to proceed?

The system must find the eeros and hardware wrapper libraries to dynamically load them. The following symbolic links must be created once.

debian@beaglebone:$ cd /usr/lib/
debian@beaglebone:$ sudo ln -s /opt/eeros/lib/libbbblueeeros.so.1.2.0.0 libbbblueeeros.so.1.2.0.0
debian@beaglebone:$ sudo ln -s libbbblueeeros.so.1.2.0.0 libbbblueeeros.so
debian@beaglebone:$ sudo ln -s /opt/eeros/lib/libeeros.so.1.2.0.0 libeeros.so.1.2.0.0
debian@beaglebone:$ sudo ln -s libeeros.so.1.2.0.0 libeeros.so

IMPORTANT Make sure the version information (….so.1.2.0.0) is not outdated! If you use newer versions of the libraries as given in deploy.txt you must adapt the links accordingly.

getting_started/deploy/deploy_manually.1616602865.txt.gz · Last modified: 2021/03/24 17:21 by ursgraf