View Single Post
  #10   Spotlight this post!  
Unread 02-02-2017, 21:18
Justin Buist Justin Buist is offline
Registered User
FRC #4003 (TriSonics)
Team Role: Mentor
 
Join Date: Feb 2015
Rookie Year: 2015
Location: Allendale, MI
Posts: 27
Justin Buist is an unknown quantity at this point
Re: Robot Communication and External CPUs during Competitions

Quote:
Originally Posted by arushshah1 View Post
How can I run a program on startup?
Well, the Jetson eLinux (which I've never used) is basically Ubuntu 14.04 (which I do use) so I'd guess add it to the /etc/rc.local script before it reaches the "exit 0" line.

/path/to/program.py &

The ampersand disconnects it from the terminal and lets it run the background.
Reply With Quote