We are pleased to announce the production release of JetPack 6.2.2. JetPack 6.2.2 packages Jetson Linux 36.5 with Linux Kernel 5.15 and Ubuntu 22.04 based root file system. JetPack 6.2.2 is a minor upgrade over JetPack 6.2.1. This release supports all NVIDIA Jetson Orin modules and developer kits.
What’s new in JetPack 6.2.2
- Fixes for known issues and security vulnerabilities.
You can install JetPack 6.2.2 with any of the methods below
-
SDK Manager: You can do a fresh install of JetPack 6.2.2 using SDK Manager.
-
Debian Package: If you have JetPack 6 already installed on Jetson AGX Orin Developer Kit or Jetson Orin Nano Developer Kit, you can upgrade to JetPack 6.2.2 using APT. Refer to the steps here.
-
Manual Flashing: If you prefer to install using the command line, you can flash Jetson device from a linux host by following steps here. Once Jetson Linux is flashed, you can install the compute stack using SDK Manager (using linux host) or by running “sudo apt update” followed by “sudo apt install nvidia-jetpack” on Jetson.
-
SD Card: If you are using Jetson Orin Nano Developer Kit, you can download the SD Card image from JetPack 6.2.1 page and use Balena Etcher to prepare the SD Card with JetPack 6.2.1. You can then follow the instructions below to APT upgrade to JetPack 6.2.2.
STEP 1: Edit source.list to point to 36.5
vi etc/apt/sources.list.d/nvidia-l4t-apt-source.list
change all repo versions to r36.5 in this file
STEP 2: APT upgrade and reboot
sudo apt update
sudo apt dist-upgrade
sudo apt install --fix-broken -o Dpkg: :=“–force-overwrite”
Note: JetPack 6.2.2 packages the same libraries, components and supports the same SDKs as JetPack 6.2.1.
JetPack 6.2.2/ Jetson Linux 36.5 resources