JetPack SDK 5.1.1
NVIDIA JetPack SDK is the most comprehensive solution for building end-to-end accelerated AI applications. JetPack provides a full development environment for hardware-accelerated AI-at-the-edge development on Nvidia Jetson modules.
JetPack includes Jetson Linux with bootloader, Linux kernel, Ubuntu desktop environment, and a complete set of libraries for acceleration of GPU computing, multimedia, graphics, and computer vision. It also includes samples, documentation, and developer tools for both host computer and developer kit, and supports higher level SDKs such as DeepStream for streaming video analytics, Isaac for robotics, and Riva for conversational AI.
JetPack 5.1.1
JetPack 5.1.1 is a production quality release and brings support for Jetson Orin Nano Developer Kit, Jetson AGX Orin 64GB, Jetson Orin NX 8GB, Jetson Orin Nano 8GB and Jetson Orin Nano 4GB modules. It includes Jetson Linux 35.3.1 BSP with Linux Kernel 5.10, an Ubuntu 20.04 based root file system, a UEFI based bootloader, and OP-TEE as Trusted Execution Environment. JetPack 5.1.1 packages CUDA 11.4, TensorRT 8.5.2, cuDNN 8.6.0 and VPI 2.2, along with other updates. See highlights below for the full list of features.
This release supports all Jetson AGX Orin, Jetson Orin NX, Jetson Orin Nano, Jetson AGX Xavier and Jetson Xavier NX production modules as well as Jetson AGX Orin Developer Kit, Jetson Orin Nano Developer Kit, Jetson AGX Xavier Developer Kit and Jetson Xavier NX Developer kit.
Installing JetPack
Debian Package Method
JetPack can be installed or upgraded using a Debian package management tool running on Jetson. NVIDIA also hosts runtime and development debian meta packages for all JetPack components. The runtime packages do not include samples and documentations while the development packages include these and are intended for development. Users can install full JetPack or only runtime JetPack components over Jetson Linux.
Please refer to JetPack documentation for instructions on the list of debian packages we host. Also Refer to the JetPack documentation for instructions on how to install JetPack 5.1.1 on top of Jetson Linux or upgrade JetPack.
Follow the steps at Getting Started with Jetson AGX Orin Developer Kit.
Refer to the JetPack documentation for instructions.
SD Card Image Method
Follow the steps at Getting Started
Note: If you have not previously run a JetPack 5.x release on your Jetson Xavier NX Developer kit, you must first update its QSPI before using this JetPack 5.x SD Card image. You can download an updated QSPI image from here, and then follow the QSPI update instructions from the Jetson Linux Developer Guide.
NVIDIA SDK Manager Method
With JetPack 5.1.1, SDK Manager offers the option of either a full installation of JetPack, or the installation of only JetPack runtime components. The JetPack runtime installation does not include samples or documentation and takes only half the storage as a full JetPack installation.
Follow the steps at Install Jetson Software with SDK Manager.
Use of SDK Manager to flash Jetson requires an x86 computer running Ubuntu 20.04 or Ubuntu 18.04.
More Resources
- Jetson Software Documentation
- JetPack 5.1.1 Release Notes and Documentation
- Jetson Linux 35.3.1 Release Notes
- Jetson Linux Developer Guide
- Jetson AGX Orin Developer Kit User Guide
- Jetson Orin Nano Developer Kit User Guide
- Jetson AGX Xavier Developer Kit User Guide
- Jetson Xavier NX Developer Kit User Guide
Key Features in JetPack
Jetson Linux |
NVIDIA Jetson Linux 35.3.1 provides the Linux Kernel 5.10, UEFI based bootloader, Ubuntu 20.04 based root file system, NVIDIA drivers, necessary firmwares, toolchain and more. JetPack 5.1.1 includes Jetson Linux 35.3.1 which adds following highlights: (Please refer to release notes for additional details)
|
TensorRT |
TensorRT is a high performance deep learning inference runtime for image classification, segmentation, and object detection neural networks. TensorRT is built on CUDA, NVIDIA’s parallel programming model, and enables you to optimize inference for all deep learning frameworks. It includes a deep learning inference optimizer and runtime that delivers low latency and high-throughput for deep learning inference applications. JetPack 5.1.1 includes TensorRT 8.5.2 |
cuDNN |
CUDA Deep Neural Network library provides high-performance primitives for deep learning frameworks. It provides highly tuned implementations for standard routines such as forward and backward convolution, pooling, normalization, and activation layers. JetPack 5.1.1 includes cuDNN 8.6.0 |
CUDA |
CUDA Toolkit provides a comprehensive development environment for C and C++ developers building GPU-accelerated applications. The toolkit includes a compiler for NVIDIA GPUs, math libraries, and tools for debugging and optimizing the performance of your applications. JetPack 5.1.1 includes CUDA 11.4.19 Starting with JetPack 5.0.2, upgrade to latest and greatest CUDA releases from CUDA 11.8 onwards without the need to update Jetson Linux other JetPack components. Refer to instructions in the CUDA documentation on how to get the latest CUDA on JetPack. |
Multimedia API |
The Jetson Multimedia API package provides low level APIs for flexible application development. Camera application API: libargus offers a low-level frame-synchronous API for camera applications, with per frame camera parameter control, multiple (including synchronized) camera support, and EGL stream outputs. RAW output CSI cameras needing ISP can be used with either libargus or GStreamer plugin. In either case, the V4L2 media-controller sensor driver API is used. Sensor driver API: V4L2 API enables video decode, encode, format conversion and scaling functionality. V4L2 for encode opens up many features like bit rate control, quality presets, low latency encode, temporal tradeoff, motion vector maps, and more. JetPack 5.1.1 Camera highlights include:
JetPack 5.1.1 Multimedia highlights include:
|
Computer Vision |
VPI (Vision Programing Interface) is a software library that provides Computer Vision / Image Processing algorithms implemented on multiple hardware accelerators found on Jetson such as PVA (Programmable Vision Accelerator), GPU, NVDEC(NVIDIA Decoder), NVENC (NVIDIA Encoder), VIC (Video Image Compositor) and so on. OpenCV is an open source library for computer vision, image processing and machine learning. JetPack 5.1.1 includes a minor update to VPI 2.2 with bug fixes JetPack 5.1.1 includes OpenCV 4.5.4 |
Graphics |
JetPack 5.1.1 includes the following graphics libraries:
|
Nsight Developer Tools |
CUDA Toolkit provides a comprehensive development environment for C and C++ developers building high-performance GPU-accelerated applications with CUDA libraries. The toolkit includes Nsight Visual Studio Code Edition, Nsight Eclipse Plugins, debugging and profiling tools including Nsight Compute, and a toolchain for cross-compiling applications NVIDIA Nsight Systems is a low overhead system-wide profiling tool, providing the insights developers need to analyze and optimize software performance. NVIDIA Nsight Graphics is a standalone application for debugging and profiling graphics applications. NVIDIA Nsight Deep Learning Designer is an integrated development environment that helps developers efficiently design and develop deep neural networks for in-app inference. Nsight System, Nsight Graphics, and Nsight Compute are all supported on Jetson Orin modules to assist development for autonomous machines. JetPack 5.1.1 includes NVIDIA Nsight Systems v2022.5 JetPack 5.1.1 includes NVIDIA Nsight Graphics 2022.6 JetPack 5.1.1 includes NVIDIA Nsight Deep Learning Designer 2022.2 Refer to release notes for more details. |
Supported SDKs and Tools |
|
Cloud Native |
Jetson brings Cloud-Native to the edge and enables technologies like containers and container orchestration. NVIDIA JetPack includes NVIDIA Container Runtime with Docker integration, enabling GPU accelerated containerized applications on Jetson platform. NVIDIA hosts several container images for Jetson on NVIDIA NGC. Some are suitable for software development with samples and documentation and others are suitable for production software deployment, containing only runtime components. Find more information and a list of all container images at the Cloud-Native on Jetson page. |
Security |
NVIDIA Jetson modules include various security features including Hardware Root of Trust, Secure Boot, Hardware Cryptographic Acceleration, Trusted Execution Environment, Disk and Memory Encryption, Physical Attack Protection and more. Learn about the security features by jumping to the security section of the Jetson Linux Developer guide. JetPack 5.1.1 Security highlights include: |
JetPack Documentation and Webinars
Documentation |
|
Webinars |
|
Support |
Visit NVIDIA Jetson forum for all your questions and issues. NVIDIA has a dedicated team of Jetson experts to support you on the forum. |
For older versions of JetPack, please visit the JetPack Archive.