ARK-OS
ARK-OS is ARK's companion computer software suite: a set of systemd services for MAVLink routing, video streaming, flight log management, firmware updates, and network RTK corrections, plus a web UI to manage it all. It comes pre-installed on the ARK Jetson image.
ARK-UI
The web UI is served at http://jetson.local (or the Jetson's IP). Pages: System (hardware and resource info, hostname), Autopilot (status, firmware update, reset), Connections (WiFi/Ethernet/LTE, data usage), Services (start/stop, autostart, logs, config editing), Video (live camera stream), and Logs (flight log download and upload to Flight Review).

Services
See the Services page for what each service does and which are enabled by default.
Command-Line Tools
ARK-OS puts its operator scripts on PATH (open a login shell and run them by name):
Updating ARK-OS
ARK-OS is distributed as a Debian package on the releases page. To update a device, run the install script from a clone of the repo on the Jetson:
Upgrading resets the service configuration under /etc/ark-os/ to packaged defaults — reconfigure via the web UI afterward.
Last updated