User Tools

Site Tools


deploy

This is an old revision of the document!


Deploy to the Target

Finally, load the executable onto the target (see notes below if you are doing this on a brand new board) with

$ ./deploy.sh

The default password on the BeagleBone Blue Board is “temppwd”. Edit the deploy.txt file to define which files should be downloaded.

Notes

When the BeagleBone Blue Board is used the first time (never used with EEROS before or a brand new BeagleBone Blue / Image), some initial setup steps are needed. The script deploy.sh will copy the executable and libraries to /opt/eeros. Therefore, this folder must be present on the target or the copy fails. To create the folder, execute the following on the BeagleBone:

debian@beaglebone:$ sudo mkdir /opt/eeros
debian@beaglebone:$ sudo chown debian:debian /opt/eeros/

Also, some links must be created. The system must find the eeros libraries to load them. The following symbolic links are needed:

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.1.0.0 libeeros.so.1.1.0.0
debian@beaglebone:$ sudo ln -s libeeros.so.1.1.0.0 libeeros.so

Make sure the version information (….so.1.1.0.0) is not outdated! This can be checked by browsing the BeagleBoneBlue/install-armhf/lib/ folder on the development computer before copying the libraries to the target.


Next: Running the Delta Application

deploy.1573833639.txt.gz · Last modified: 2019/11/15 17:00 by graf