User Tools

Site Tools


run

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
run [2019/11/30 21:19] – [Get Output of Loggers] grafrun [2021/03/31 18:42] – [Running the Delta Application] ursgraf
Line 6: Line 6:
 For this purpose you have to copy the script //start.sh// from the //bbblue-scripts// folder of [[https://github.com/eeduro/eeduro-scripts|]] to your target: For this purpose you have to copy the script //start.sh// from the //bbblue-scripts// folder of [[https://github.com/eeduro/eeduro-scripts|]] to your target:
 <code> <code>
-scp ./bbblue-scripts/start.sh debian@192.168.7.2:/opt/eeros/bin+scp ./bbblue-scripts/start.sh ost@192.168.7.2:/opt/eeros/bin
 </code> </code>
-Make sure that it's executable:+Make sure that it's executable on the target. ssh into the target and run:
 <code> <code>
-debian@beaglebone:$ sudo chmod +x /opt/eeros/bin/start.sh +ost@bblue:$ sudo chmod +x /opt/eeros/bin/start.sh 
 </code> </code>
 In the ''/etc/rc.local'' file on your target add the following line: In the ''/etc/rc.local'' file on your target add the following line:
Line 17: Line 17:
 </code> </code>
 This script will start the Delta application as soon as the board is powered up and the operating system finished its bootup procedure. If the Delta application terminates the Beaglebone Blue will shutdown. You can terminate the application as described in [[user_interface|]]. This script will start the Delta application as soon as the board is powered up and the operating system finished its bootup procedure. If the Delta application terminates the Beaglebone Blue will shutdown. You can terminate the application as described in [[user_interface|]].
 +
 +:!: Please note that upon termination of the program the BeagleBoneBlue will shutdown and you will loose your ssh connection.
  
 ===== Get Output of Loggers ===== ===== Get Output of Loggers =====
run.txt · Last modified: 2021/10/22 09:57 by ursgraf