Enable/Power peripherals

From Take-Air Wiki
Revision as of 20:16, 31 October 2021 by Joost.Weijs (talk | contribs) (Created page with "After installation the ESP module and Cube are enabled by default: They will be powered when booting the Jetson. To configure this a the script is provided: <code>/opt/take-ai...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

After installation the ESP module and Cube are enabled by default: They will be powered when booting the Jetson. To configure this a the script is provided: /opt/take-air/OpenOC2-boot.sh. This script automatically gets executed during boot.

To disable automatic power-on of the ESP, change the line:

START_ESP="yes"

to:

START_ESP="no"

Similarly, to disable automatic power-on of the Cube, change the line:

START_CUBE="yes"

to:

START_CUBE="no"

Reboot to take effect.