sw_run_startup

Differences

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

Link to this comparison view

Next revision
Previous revision
sw_run_startup [2019/10/07 09:25] – created nikolalsw_run_startup [2022/09/19 11:34] (current) – external edit 127.0.0.1
Line 1: Line 1:
-====== Starting DUNE while booting ======+====== Starting applications/scripts while booting ====== 
 +===== Raspberry Pi OS (rc.local) ===== 
 There are many ways to make programs run at boot in Raspian, and for the Otter, we use the ''%%rc.local%%'' method. To configure this has only two steps: There are many ways to make programs run at boot in Raspian, and for the Otter, we use the ''%%rc.local%%'' method. To configure this has only two steps:
   - Open ''%%/etc/rc.local%%'', for example by using nano   - Open ''%%/etc/rc.local%%'', for example by using nano
Line 6: Line 8:
   sudo ./home/pi/dune-2019.02.1-armv7-32bit-linux-glibc-gcc4x/bin/dune -c otter/basic -p Hardware &   sudo ./home/pi/dune-2019.02.1-armv7-32bit-linux-glibc-gcc4x/bin/dune -c otter/basic -p Hardware &
   exit 0   exit 0
 +===== Ubuntu 20.04 (systemd) =====
 +Find java version used ''readlink -f $(which java)''
 +
 +
  
 ===== Useful links ===== ===== Useful links =====
   * [[https://www.raspberrypi.org/documentation/linux/usage/rc-local.md|rc.local on Raspian]]   * [[https://www.raspberrypi.org/documentation/linux/usage/rc-local.md|rc.local on Raspian]]
 +  * [[https://linuxconfig.org/how-to-run-script-on-startup-on-ubuntu-20-04-focal-fossa-server-desktop|systemd]]
  • sw_run_startup.1570433143.txt.gz
  • Last modified: 2022/09/19 11:33
  • (external edit)