Jetson AGX Orin 32GB: 14 supported JetPack releases.
Method v1.0 · dataset 2026-09-07 · verified 2026-09-07 · last updated September 2026
JetPack 5.1.2 through 7.2.1. JetPack 7.0, 7.1 do not support this module. Jetson AGX Orin 32GB platform page. Power-mode presets: Jetson AGX Orin 32GB on the power-modes page.
Supported releases and compute stack
| JetPack | L4T | CUDA | TensorRT | cuDNN | DeepStream | Ubuntu |
|---|---|---|---|---|---|---|
| 5.1.2 | 35.4.1 | 11.4.19 | 8.5.2 | 8.6.0 | — | 20.04 |
| 5.1.3 | 35.5.0 | 11.4.19 | 8.5.2 | 8.6.0 | — | 20.04 |
| 5.1.4 | 35.6.0 | 11.4.19 | 8.5.2 | 8.6.0 | — | 20.04 |
| 5.1.5 | 35.6.1 | 11.4.19 | 8.5.2 | 8.6.0 | — | 20.04 |
| 5.1.6 | 35.6.4 | — | — | — | — | 20.04 |
| 5.1.7 | 35.6.5 | — | — | — | — | 20.04 |
| 6.0 | 36.3 | 12.2.12 | 8.6.2 | 8.9.4 | — | 22.04 |
| 6.1 | 36.4 | 12.6.10 | 10.3.0 | 9.3.0 | 7.1 | 22.04 |
| 6.2 | 36.4.3 | 12.6.10 | 10.3.0 | 9.3.0 | — | 22.04 |
| 6.2.1 | 36.4.4 | 12.6.10 | 10.3.0 | 9.3.0 | — | 22.04 |
| 6.2.2 | 36.5.0 | — | — | — | — | 22.04 |
| 6.2.3 | 36.5.2 | — | — | — | — | 22.04 |
| 7.2 | 39.2 | 13.2.1 | 10.16.2 | 9.20.0 | — | 24.04 |
| 7.2.1 | 39.2.1 | 13.2.1 | 10.16.2 | 9.20.0 | — | 24.04 |
Install methods
| Method | JetPack range | Notes |
|---|---|---|
| SDK Manager (host flash) | all | Host-driven flash from an x86 Ubuntu machine (or a Docker container per NVIDIA's SDK Manager Docker image). Only method that can flash the Super flash configuration and the JetPack 6.x/7.x QSPI-firmware bridge update; required to change flash configuration (e.g. move a non-Super Orin Nano to jetson-orin-nano-devkit-super). |
| ISO image (target-side) | 6.0+ | USB-stick installable image, flashed target-side (no x86 host required). Cannot upgrade a non-Super device to Super Mode (must reflash from an x86 host / SDK Manager, or hand-edit TNSPEC/COMPATIBLE_SPEC in /etc/nv_boot_control.conf). JetPack 7.2's ISO image is the sole install path for the Orin Nano Developer Kit now that the SD Card image is gone. |
| apt upgrade / OTA | minor/point releases within the same major L4T line only (e.g. 6.0→6.2.x, 7.0→7.2.x) | In-place `apt update && apt dist-upgrade` (or NVIDIA's OTA image mechanism) works only within the same L4T major version. Crossing a major boundary (5.x→6.x, 6.x→7.x) is unsupported and requires a full reflash because the bootloader/kernel/rootfs and base Ubuntu version all change. |
| flash.sh / Jetson Linux BSP | all | Command-line flashing (`sudo ./flash.sh <board_config> mmcblk0p1` or `tools/kernel_flash` scripts) using the Jetson Linux BSP tarball + sample rootfs extracted on an x86 Ubuntu host, in recovery mode over USB. Underlies SDK Manager's GUI flash and is the only way to pass a custom board/flash configuration string (e.g. jetson-orin-nano-devkit-super) without the GUI. |
nvpmodel power-mode presets
| Flash configuration | Mode | nvpmodel id | Watts | |
|---|---|---|---|---|
| All JetPack releases | MAXN | 0 | — | |
| All JetPack releases | 15W | 1 | 15 | |
| All JetPack releases | 30W | 2 | 30 | default |
| All JetPack releases | 40W | 3 | 40 |
Power-mode sources
- NVIDIA · jetson-linux-r36.4.4/power-orin r36.4.4 (JetPack 6.2.1) · NVP Model Clock Configuration for Jetson AGX Orin 32GB · verified 2026-09-07 · Jetson Linux Developer Guide — Platform Power and Performance: Jetson Orin Nano Series, Jetson Orin NX Series and Jetson AGX Orin Series · class A
“MAXN | 15W | 30W* | 40W — The default mode is 30W (mode ID 2).”
- NVIDIA · DS-10662-001 v1.8 · Power, Table · verified 2026-09-07 · Jetson AGX Orin Series Modules Data Sheet · class A
“JAO 32GB Maximum Module Power: Up to 40W”
Full detail: Jetson AGX Orin 32GB on the power-modes page.
Known issues
jp5 to jp6 no ota
Affects: Jetson Orin Nano 8GB, Jetson Orin Nano 4GB, Jetson Orin NX 16GB, Jetson Orin NX 8GB, Jetson AGX Orin 32GB, Jetson AGX Orin 64GB, Jetson AGX Orin Industrial, jetson_xavier_nx, jetson_agx_xavier · JetPack 5.x → 6.x
Symptom: `apt upgrade`/OTA cannot move a device from JetPack 5.x to 6.x; the device stays on 5.x or breaks partway through.
Cause: JetPack 5 and 6 use different L4T major versions (R35 vs R36), different base Ubuntu (20.04 vs 22.04), and a different bootloader/kernel — no in-place upgrade path exists across major L4T versions.
Remediation: Reflash the device fully via SDK Manager or flash.sh with the JetPack 6.x BSP; only same-major-version point-release OTA (e.g. 6.0→6.2.x) is supported.
Sources
- NVIDIA · forums.developer.nvidia.com/t/280782 · verified 2026-09-07 · NVIDIA Developer Forums — Expected JetPack 5 to JetPack 6 Upgrade paths (staff reply, linuxdev) · class A
“Correct, you won't be able to OTA update from 5 to 6. You'll be able to upgrade minor upgrades only. You'll need to flash (in”
ubuntu2404 jetpack7
Affects: Jetson Thor T5000, Jetson T4000, Jetson Orin Nano 8GB, Jetson Orin Nano 4GB, Jetson Orin NX 16GB, Jetson Orin NX 8GB, Jetson AGX Orin 32GB, Jetson AGX Orin 64GB, Jetson AGX Orin Industrial · JetPack 7.x
Symptom: apt packages, PPAs, or container base images built for Ubuntu 22.04 (JetPack 6.x) fail to install or behave differently on JetPack 7.x.
Cause: JetPack 7.x moved the root filesystem to Ubuntu 24.04 LTS with Linux Kernel 6.8, up from Ubuntu 22.04 / Kernel 5.15 on JetPack 6.x.
Remediation: Rebuild or re-pull container images and packages targeting Ubuntu 24.04 / L4T R38+ when moving a workload from a JetPack-6 (Orin) deployment to JetPack-7 (Thor or unified Orin+Thor 7.2+).
Sources
- NVIDIA · nvidia-dev:embedded/jetpack/downloads/archive-7.0 · verified 2026-09-07 · JetPack SDK Downloads and Notes Archive — 7.0 · class A
“Jetson Linux 38.2 ... Ubuntu 24.04 LTS ... L4T Ubuntu 24.04.”
Every JetPack pairing
Links
- Live engine: https://edgeaistack.ai/engines/jetson-configuration-checker/?hw=jetson_agx_orin_32gb&jp=7.2.1&install=sdk_manager&rt=tensorrt&mv=1.0&dv=2026-09-07
- Methodology: /methodology/jetson-configuration-checker/
- Dataset: /datasets/jetpack-config.json
- Platform page: Jetson AGX Orin 32GB platform page
- Power modes: /platforms/jetson-power-modes/#jetson-agx-orin-32gb
Check an exact configuration.
Pick the JetPack, install method, runtime and power mode — the engine builds the checks and verify plan live.