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
run [2021/06/11 15:36] – [Autostart] ursgrafrun [2026/09/23 16:52] (current) – [Get Output of Loggers after Autostart] ursgraf
Line 3: Line 3:
  
 ====== Running the Delta Application ====== ====== Running the Delta Application ======
- +Start your application in a terminal while the above command is still running  
-Next, ssh into the target. Before you start the delta application you have to make sure that your mouse works with +
-<code> +
-ost@bblue:$ sudo cat /dev/input/event1 +
-</code> +
- +
-Start your application in a second terminal while the above command is still running +
 <code> <code>
-ost@bblue:$ cd bin +ost@bblue:$ sudo ./bin/delta -c bin/HwConfigBBBlue.json
-ost@bblue:$ sudo ./delta -c HwConfigBBBlue.json+
 </code> </code>
  
Line 37: Line 29:
 ost@bblue:$ sudo systemctl enable delta-startup ost@bblue:$ sudo systemctl enable delta-startup
 </code> </code>
-Now, the Delta application will start 20s after the board is powered up and the operating system finished its bootup procedure. When the Delta application terminates the Beaglebone Blue will shutdown after 30s. You can terminate the application as described in [[user_interface|]].+and reboot with 
 +<code> 
 +ost@bblue:$ sudo /sbin/reboot 
 +</code> 
 +Now, the Delta application will start 5s after the board is powered up and the operating system finished its bootup procedure.
  
-:!: Please note that upon termination of the program the BeagleBoneBlue will shutdown and you will loose your ssh connection. +===== Get Output of Loggers after Autostart =====
- +
-===== Get Output of Loggers =====+
 The Delta application periodically logs various state information. To see this output the application was started in a detached screen. To see the log output from the application just reattach to this screen session. First connect to your target with  The Delta application periodically logs various state information. To see this output the application was started in a detached screen. To see the log output from the application just reattach to this screen session. First connect to your target with 
 <code>$ ssh ost@192.168.7.2</code> <code>$ ssh ost@192.168.7.2</code>
Line 49: Line 43:
 </code> </code>
 You could also terminate the application by pressing ''CTRL-C''. \\ You could also terminate the application by pressing ''CTRL-C''. \\
- 
-:!: Please note that upon termination of the program the BeagleBoneBlue will shutdown and you will loose your ssh connection. 
- 
  
 ---- ----
 **Next: [[dev|]]** **Next: [[dev|]]**
run.1623418572.txt.gz · Last modified: by ursgraf