Basics
Make sure you have the following before installation:- Device: 945-14070-0080-000 | Jetson AGX Thor Developer Kit
- USB Memory Stick
Monitor-attached flow. We have successfully used jetsoninstaller-0.2.0-r38.2-2025-08-22-01-33-29-arm64.iso. Sometimes the installation hangs right after freeing initrd memory at t = 4s, but just restart the Thor and try again; it should work eventually. You will be left with the Thor running Ubuntu 24.04.3 LTS.
JetPack SDK
Once you have installed Ubuntu, install JetPack.System Basics
System Info
-
GPU: You can get GPU stats and other basic information via the built in command
nvidia-smi. The command should show CUDA version 13. -
tegastats: The
tegrastatscommand (via the top right corner Nvidia dropdown) gives you information about system temperatures, frequencies, and power consumption in a terminal. - Jetson Power GUI gives you a visual overview of CPU, GPU, Thermal, Power, and fans.
OM1
Then, install OM1 on the Nvidia Thor from its command line, following the standard instructions.RealSense Depth Camera
- Install
cmake:
development branch of librealsense.
Follow Building from Source using Native Backend.
- Patch
./scripts/patch-realsense-ubuntu-L4T.sh
38.2.2 to the list of supported versions:
- Make sure your local CUDA is working; test with the Nvidia examples:
- Add needed env vars to your
.bashrc:
- Install OpenGL Utility Library (GLU)
- Change the
cmakecommand relative to “building-from-source-using-native-backend”
-DCMAKE_CUDA_ARCHITECTURES=native seems to be needed. The resulting command is:
realsense-viewer, it should just work.
Warning The RealSense camera requires the full bandwidth of an entire USB 3.2 hub. This means that on the Thor, depending on where you plug in the RealSense, the adjacent USB port will stop working (practically speaking). So e.g. you cannot use one USB 3.2 A port for your mouse, and the other for the DepthSense. We suggest adding a hub to one of the USB Type-C ports, and then using that hub for your mouse, keyboard, microphones, speakers, and other cameras, etc, and then the RealSense can use/block both USB 3.2 Type A ports.