TinyCtrl Initial Setup of Linux Board

From Wiki
Revision as of 10:19, 22 June 2018 by Peter (talk | contribs) (Created page with "''' Note that any Board that ordered from Commonplace Robotics will definitely have been set up like this already.''' However this document may provide some insight about what...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Note that any Board that ordered from Commonplace Robotics will definitely have been set up like this already. However this document may provide some insight about what is happening behind the scenes:

Install TinyCtrl Service

vi /etc/system/system/autostart_tinyctrl.service

paste this:

# This is part of systemd.

[Unit]
Description=TinyCtrl autostart
DefaultDependencies=no


[Service]
Type=oneshot
RemainAfterExit=yes
ExecStart=/home/root/TinyCtrl/startBatch.sh
StandardOutput=syslog

[Install]
WantedBy=sysinit.target

save and close.

:wq!