HomeCompatibilityJetson Orin Nano 4GB › JetPack 6.2.3
Jetson Configuration Compatibility · Jetson Orin Nano 4GB on JetPack 6.2.3

Jetson Orin Nano 4GB on JetPack 6.2.3: NEEDS VALIDATION

Method v1.0 · dataset 2026-09-07 · verified 2026-09-07 · last updated September 2026

jetson_orin_nano_4gb on JetPack 6.2.3 (Jetson Linux 36.5.2), SDK Manager (host flash), TensorRT: NEEDS VALIDATION. jetpack release NEEDS VALIDATION; runtime NEEDS VALIDATION. 7 verify commands settle it on the board.

jetson_orin_nano_4gb · JetPack 6.2.3 (L4T 36.5.2) · CUDA — · TensorRT — · cuDNN — · Ubuntu 22.04

SDK Manager flash · TensorRT runtime. Change the install method, runtime or power mode on the live engine.

Checks

CheckStatusAssumptionEvidence
jetpack releaseREQUIRES_VALIDATIONJetPack 6.2.3 = Jetson Linux 36.5.2; CUDA ?, TensorRT ?, cuDNN ?, Ubuntu 22.04.A
module supportPASSjetson_orin_nano_4gb is in NVIDIA's supported-module list for JetPack 6.2.3.A
install methodPASSSDK Manager (host flash): Host-driven flash from an x86 Ubuntu machine (or a Docker container per NVIDIA's SDK Manager Docker image).A
power modePASS10W (nvpmodel id 0) is an NVIDIA preset for jetson_orin_nano_4gb on JetPack 6.2.3 (default preset assumed).
Super presets (25W / MAXN_SUPER) also exist on JetPack 6.2.3 when the board is flashed with the jetson-orin-nano-devkit-super configuration; name one as power_mode to check it.
A
runtimeREQUIRES_VALIDATIONTensorRT version for JetPack 6.2.3 is not listed in the archive.A

Verify plan

Run these on the board, in order, to confirm the configuration matches what is checked above.

  1. cat /etc/nv_tegra_release
    Expected: # R36 (release), REVISION: 5.2 …
    Settles: jetpack release, install method · community (aggregated forum examples) · forums.developer.nvidia.com/t/379754 · verified 2026-09-07
  2. dpkg -l nvidia-jetpack (or: apt-cache show nvidia-jetpack; dpkg-query --show nvidia-l4t-core)
    Expected: ii nvidia-jetpack <version> arm64 NVIDIA Jetpack Meta Package
    Settles: jetpack release · community (Collabnix / NVIDIA forum aggregation) · forums.developer.nvidia.com/t/145422 · verified 2026-09-07
  3. cat /proc/device-tree/model
    Expected: NVIDIA Jetson <board name> Developer Kit (Super-flashed boards append 'Super' or 'Engineering Reference Developer Kit Super')
    Settles: module support, install method · community · medium.com/@arnav04verma/bootstrapping-a-headless-jetson-orin-nano-super-for-uav-autonomy- · verified 2026-09-07
  4. sudo nvpmodel -q
    Expected: NV Power Mode: <MODE_NAME> <mode_id>
    Settles: power mode · community (JetsonHacks / RidgeRun aggregation) · jetsonhacks.com/2018/10/07/nvpmodel-nvidia-jetson-agx-xavier-developer-kit · verified 2026-09-07
  5. nvcc --version
    Expected: Cuda compilation tools, release <major.minor>, V<full version>
    Settles: jetpack release · community (jetsonhacks/jetsonUtilities aggregation) · github:jadwigo/86b905ca2573dc7b9a685652b82ef590 · verified 2026-09-07
  6. dpkg -l | grep tensorrt
    Expected: ii tensorrt <version> arm64 ... (and libnvinfer*, python3-libnvinfer* rows)
    Settles: jetpack release, runtime · community (aggregated Jetson verification guides) · github:jadwigo/86b905ca2573dc7b9a685652b82ef590 · verified 2026-09-07
  7. python3 -c "import tensorrt; print(tensorrt.__version__)"
    Expected: <major.minor.patch> (e.g. 10.3.0)
    Settles: runtime · community · nvidia-docs:deeplearning/tensorrt/latest/getting-started/release-notes-10/10.13.2.html · verified 2026-09-07

Remediations

No remediation needed — every check passed.

Known issues

No known issues apply to this configuration.

nvpmodel presets on JetPack 6.2.3

Modenvpmodel idWattsFlash
10W010standarddefault
7W_AI17standard
7W_CPU27standard
25W125Superdefault
MAXN_SUPER2Super

Full detail: Jetson Orin Nano 4GB on the power-modes page.

Other install methods

This page checks the SDK Manager (host flash) path. How the other install methods behave for Jetson Orin Nano 4GB on JetPack 6.2.3:

MethodNotes
SD card imageNot offered for Jetson Orin Nano 4GB.
ISO image (target-side)Available; cannot upgrade a non-Super board into Super Mode — reflash from a host to change flash configuration.
apt upgrade / OTAWorks only within Jetson Linux 6.x; crossing a major L4T version needs a full reflash.
flash.sh / Jetson Linux BSPAlways available from an x86 host; the only command-line way to select a custom flash configuration (e.g. Super).

Sources

Sources

  • NVIDIA · nvidia-dev:embedded/jetpack-archive · verified 2026-09-07 · source · class A
    JetPack 6.2.3 | L4T 36.5.2 — Supports: Jetson AGX Orin Series, Jetson Orin NX Series, Jetson Orin Nano Series
  • NVIDIA · nvidia-docs:jetson/r36.4.4/DeveloperGuide · verified 2026-09-07 · source · class A
    MAXN_SUPER mode is available only when flashing with jetson-orin-nano-devkit-super or jetson-orin-nano-devkit-super-maxn configuration.
  • NVIDIA · jetson-linux-r36.4.4/power-orin r36.4.4 (JetPack 6.2.1) · NVP Model Clock Configuration — Jetson Orin Nano 4GB · verified 2026-09-07 · source · class A
    10W* | 7W_AI | 7W_CPU — The default mode is 10W (mode ID 0).
  • NVIDIA · jetson-linux-r36.4.4/power-orin r36.4.4 (JetPack 6.2.1) · NVP Model Clock Configuration — Jetson Orin Nano 4GB Super · verified 2026-09-07 · source · class A
    10W | 25W* | MAXN_SUPER** — The default mode is 25W (mode ID 1).

Assumptions

  • JetPack 6.2.3 = Jetson Linux 36.5.2; CUDA ?, TensorRT ?, cuDNN ?, Ubuntu 22.04.
  • jetson_orin_nano_4gb is in NVIDIA's supported-module list for JetPack 6.2.3.
  • SDK Manager (host flash): Host-driven flash from an x86 Ubuntu machine (or a Docker container per NVIDIA's SDK Manager Docker image).
  • 10W (nvpmodel id 0) is an NVIDIA preset for jetson_orin_nano_4gb on JetPack 6.2.3 (default preset assumed).
  • Super presets (25W / MAXN_SUPER) also exist on JetPack 6.2.3 when the board is flashed with the jetson-orin-nano-devkit-super configuration; name one as power_mode to check it.
  • TensorRT version for JetPack 6.2.3 is not listed in the archive.

Warnings

  • NVIDIA's archive lists no cuda / tensorrt / cudnn versions for JetPack 6.2.3; read them off the board (nvcc --version, dpkg -l | grep tensorrt).

Method and limitations

Each check compares the requested configuration against NVIDIA's published facts (JetPack archive and release notes, Jetson Linux developer guide, power-mode registry, developer-forum staff replies): PASS when it is a published pairing, VERSION_RISK when it works but is not the officially paired version, REQUIRES_VALIDATION when the published data cannot decide it, UNSUPPORTED when NVIDIA says it does not work, UNKNOWN when the input is not in the registry. The verdict is the worst check. Every check names the on-device commands that settle it, with the expected output.

Full method, status vocabulary, verdict rule and the verify-command table: Jetson Configuration Checker methodology.

Change one input and re-run.

The live engine keeps every source line and gives you a fresh permalink and summary.

OPEN THIS CONFIGURATION LIVE →