User Tools

Site Tools


deploy

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
deploy [2019/11/15 16:41] – [Notes] grafdeploy [2021/03/31 18:40] – [Deploy to the Target] ursgraf
Line 4: Line 4:
 $ ./deploy.sh $ ./deploy.sh
 </code> </code>
-The default password on the BeagleBone Blue Board is "temppwd". Edit the ''deploy.txt'' file to define which files should be downloaded. \\+The default password on the BeagleBone Blue Board is "ost". Edit the ''deploy.txt'' file to define which files should be downloaded. \\
  
 ==== Notes ==== ==== Notes ====
Line 16: Line 16:
 <code> <code>
 debian@beaglebone:$ cd /usr/lib/ debian@beaglebone:$ cd /usr/lib/
-debian@beaglebone:$ sudo ln -s /opt/eeros/lib/libbbblueeeros.so.1.1.0.0 libbbblueeeros.so.1.1.0.0 +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.1.0.0 libbbblueeeros.so +debian@beaglebone:$ sudo ln -s libbbblueeeros.so.1.2.0.0 libbbblueeeros.so 
-debian@beaglebone:$ sudo ln -s /opt/eeros/lib/libeeros.so.1.0.0.30 libeeros.so.1.0.0.30 +debian@beaglebone:$ sudo ln -s /opt/eeros/lib/libeeros.so.1.1.0.libeeros.so.1.1.0.0 
-debian@beaglebone:$ sudo ln -s libeeros.so.1.0.0.30 libeeros.so+debian@beaglebone:$ sudo ln -s libeeros.so.1.1.0.libeeros.so
 </code> </code>
-Make sure the version information (....so.1.0.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.+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.
    
  
deploy.txt · Last modified: 2021/10/20 09:43 by ursgraf