JetPack SDK
NVIDIA JetPack SDK powering the Jetson modules is the most comprehensive solution for building end-to-end accelerated AI applications, significantly reducing time to market.
NVIDIA JetPack includes 3 components:
Jetson Linux: A Board Support Package (BSP) with bootloader, Linux kernel, Ubuntu desktop environment, NVIDIA drivers, toolchain and more. It also includes security and Over-The-Air (OTA) features.
Jetson AI Stack: CUDA Accelerated AI stack which includes a complete set of libraries for acceleration of GPU computing, multimedia, graphics, and computer vision. It supports application frameworks such as Metropolis to build, deploy and scale Vision AI application, Isaac for building high performance robotic applications and Holoscan for building high performance computing applications (HPC) with real time insights and sensor processing capabilities from edge to cloud.
Jetson Platform Services: A collection of ready to use services to accelerate AI application development on Jetson.
JetPack 6
JetPack 6 is the biggest upgrade ever. It not only brings an updated Kernel and updated Ubuntu root file system but also includes novel features never before available on Jetson. JetPack 6 brings the flexibility to run any Linux Kernel and offers wider options of Linux based distros from Jetson ecosystem partners. It also includes the flexibility to update Jetson AI Stack without updating Jetson Linux BSP.
JetPack 6.1
JetPack 6.1 is the latest production release of JetPack 6. This release includes Jetson Linux 36.4, featuring the Linux Kernel 5.15 and an Ubuntu 22.04-based root file system. The Jetson AI stack packaged with JetPack 6.1 includes CUDA 12.6, TensorRT 10.3, cuDNN 9.3, VPI 3.2, DLA 3.1, and DLFW 24.0. Additionally, the release include an enhanced Argus library bringing optimizations that reduce CPU utilization by up to 40% for vision applications. JetPack 6.1 also introduces support for Firmware-based Trusted Platform Module (fTPM) on the Jetson Orin platform, enhancing system security. This release supports all NVIDIA Jetson Orin modules and developer kits.
Note: To use the compute stack of JetPack 6.1 on Jetson Linux 36.3, please refer to the NVIDIA JetPack SDK documentation.
Installing JetPack
SD Card Image Method
Jetson Orin Nano Developer Kit Users:
If you were previously using JetPack 5 on your Jetson Orin Nano Developer Kit and want to upgrade to JetPack 6
without using any host machine, please follow the instructions provided in
Jetson Linux documentation.
NVIDIA SDK Manager Method
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. To install Jetpack on top of Jetson Linux 36.4, all you need to do is “apt install nvidia-jetpack
More Resources
Key Features in JetPack 6.1
Jetson Linux |
NVIDIA Jetson Linux 36.4 provides the Linux Kernel 5.15, UEFI based bootloader, Ubuntu 22.04 based root file system, NVIDIA drivers, necessary firmwares, toolchain and more. JetPack 6.1 includes Jetson Linux 36.4 with following highlights:
|
Jetson Platform Services |
Jetson Platform Services is a collection of pre-built and cloud-native software services and reference workflows to accelerate AI applications on Jetson. These services are modular, API-driven and can be quickly configured to build Generative AI and other edge applications. There are 15+ services from AI services to system services. The services include:
To demonstrate the capabilities of these services, following reference workflows are included:
Note: Jetson Platform Services will be available soon. |
Linux Distros on Jetson |
JetPack includes Jetson Linux out of the box, but Jetson ecosystem partners offer various Linux based Distros on Jetson. They include: Canonical Ubuntu: Ubuntu 22.04 offered by Canonical. Please refer to this webinar to learn more about Canonical offering on Jetson. Red Hat : Red Hat Enterprise Linux 9.4 offered by Red Hat Windriver Linux: Commercial embedded Linux OS from Windriver. SUSE: SUSE Linux Enterprise Server (SLES) offered by SUSE. RedHawk: Real Time Linux OS from Concurrent Real-Time for mission critical hard real time applications. Yocto based distros: Various Yocto based distros and services leveraging meta-tegra are offered by ecosystem partners like Balena, Foundries.io & TimeSys. |
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 6.1 includes TensorRT 10.3.0 |
DLA |
NVIDIA DLA hardware is a fixed-function accelerator engine targeted for deep learning operations. It’s designed to do full hardware acceleration of convolutional neural networks, supporting various layers such as convolution, deconvolution, fully connected, activation, pooling, batch normalization, and others DLA software consists of the DLA compiler and the DLA runtime stack. The offline compiler translates the neural network graph into a DLA loadable binary and can be invoked using NVIDIA TensorRT™. The runtime stack consists of the DLA firmware, kernel mode driver, and user mode driver. JetPack 6.1 includes DLA 3.14 |
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 6.1 includes cuDNN 9.3.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 6.1 includes CUDA 12.6.10 |
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. |
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. JetPack 6.1 includes VPI 3.2 with following highlights:
|
Graphics |
JetPack 6.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. Nvidia Nsight Perf SDK is a graphics profiling toolbox for Vulkan and OpenGL enabling the collection of GPU performance metrics directly from user application. Nsight System, Nsight Graphics, Nsight Compute, Nsight Perf SDK are all supported on Jetson Orin modules to assist development for autonomous machines. JetPack 6.1 includes NVIDIA Nsight Systems v2024.5 JetPack 6.1 includes NVIDIA Nsight Graphics 2024.2 JetPack 6.1 includes NVIDIA Nsight Compute v2023.2 as part of the CUDA Toolkit 12.2 |
Supported SDKs and Tools |
NVIDIA DeepStream SDK is a complete analytics toolkit for AI-based multi-sensor processing and video and audio understanding. JetPack 6.1 supports DeepStream 7.1 NVIDIA Isaac™ ROS is a collection of hardware-accelerated packages that make it easier for ROS developers to build high-performance solutions on NVIDIA hardware including NVIDIA Jetson. JetPack 6.1 will support Isaac ROS 3.0 Note: NVIDIA Isaac™ ROS will be available soon. NVIDIA Holoscan is a sensor processing platform that streamlines the development and deployment of AI and high-performance computing (HPC) applications for real-time insights JetPack 6.1 supports Holoscan SDK 2.6 NVIDIA Triton™ Inference Server simplifies deployment of AI models at scale. Triton Inference Server is open source and supports deployment of trained AI models from NVIDIA TensorRT, TensorFlow and ONNX Runtime on Jetson. On Jetson, Triton Inference Server is provided as a shared library for direct integration with C API. PowerEstimator is a webapp that simplifies creation of custom power mode profiles and estimates Jetson module power consumption. |
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 6.1 Security Highlights include:
|
JetPack Documentation and Webinars
Documentation |
|
Webinars |
|
Support |
Visit the NVIDIA Jetson forum for all your questions and issues. NVIDIA has a dedicated team of Jetson experts to support you. |
For older versions of JetPack, please visit the JetPack Archive.