Getting Started

What's Pre-Installed

When you order an ARK Jetson PAB Carrier bundle, everything comes pre-flashed:

  • Flight Controller: Latest PX4 stable firmware

  • Jetson: Latest ARK kernel + ARK-OS (bundle purchases)

  • Credentials: Username jetson, password jetson

Important: Custom Kernel Required

circle-exclamation

Device tree files: https://github.com/ARK-Electronics/ark_jetson_kernel/tree/main/device_tree/ark_pabarrow-up-right

See the Flashing Guide for complete instructions.

WiFi Setup

MHF4 Antenna Cables (Not Included)

circle-info

MHF4 to RP-SMA antenna cables are required for WiFi and are not included. You can purchase compatible cables from Amazon:

First Boot: WiFi Hotspot

On first boot, if no known WiFi network is found, the Jetson will create a hotspot:

  • Network: jetson-<serial>

  • Password: password

Connect to the hotspot, then open a web browser and go to http://jetson.localarrow-up-right to configure your WiFi network.

After clicking Apply, reconnect to your local network and refresh the page.

Connecting to Your Jetson

Option 1: SSH over WiFi

Once connected to the same network as your Jetson:

If mDNS is not working on your network, use the Jetson's IP address directly.

Option 2: Via Micro USB

triangle-exclamation

When connected via Micro USB, the Jetson appears as a USB network device:

  • PC IP: 192.168.55.100

  • Jetson IP: 192.168.55.1

ARK-UI Web Interface

ARK-UI provides a web interface for managing your Jetson. Access it at http://jetson.localarrow-up-right.

From ARK-UI you can:

  • Configure WiFi networks

  • Manage ARK-OS services

  • Update flight controller firmware

  • View system logs

Next Steps

Last updated