System Verification

After connecting via SSH, run the following checks to confirm the system is operating correctly.

1. System Information

uname -a

Expected output includes the kernel version and target architecture (aarch64).

cat /etc/os-release

Confirms the Ubuntu version.

2. JetPack / L4T Version

cat /etc/nv_tegra_release

Or using the Jetson stats tool if installed:

jetson_release

3. NVIDIA Jetson Hardware Detection

sudo tegrastats

This shows live CPU, GPU, and memory usage. Press Ctrl+C to exit. If tegrastats returns output, the Jetson compute module is functioning correctly.

4. USB Connection Check (from host PC)

ping 192.168.55.1

Expected: replies with low latency (~1 ms). If there is no reply, revisit Host PC Setup.

5. Storage

Verify available disk space on the root filesystem.

6. Airvolute Scripts & Logs

The home directory contains useful scripts, logs, and system utilities provided by Airvolute:

[TODO: list key scripts/logs available in ~/airvolute/ and briefly describe their purpose]

Last updated