Difference between revisions of "Enable/Power peripherals"
Jump to navigation
Jump to search
Joost.Weijs (talk | contribs) |
Joost.Weijs (talk | contribs) |
||
| Line 3: | Line 3: | ||
This script automatically gets executed during boot. | This script automatically gets executed during boot. | ||
| − | To disable automatic power-on of the ESP, change the line: | + | *To disable automatic power-on of the ESP, change the line: <code>START_ESP="yes"</code> to <code>START_ESP="no"</code>. |
| − | + | *Similarly, to disable automatic power-on of the Cube, change the line: <code>START_CUBE="yes"</code> to <code>START_CUBE="no"</code>. | |
| − | to | + | *Perform a reboot apply the change(s): |
| − | + | *:<code>$ sudo reboot 0</code> | |
| − | |||
| − | Similarly, to disable automatic power-on of the Cube, change the line: | ||
| − | |||
| − | to | ||
| − | |||
| − | |||
| − | Perform a reboot apply the change(s): | ||
| − | |||
Revision as of 20:18, 31 October 2021
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"toSTART_ESP="no". - Similarly, to disable automatic power-on of the Cube, change the line:
START_CUBE="yes"toSTART_CUBE="no". - Perform a reboot apply the change(s):
$ sudo reboot 0