-
Notifications
You must be signed in to change notification settings - Fork 237
JetPack 5.0.2 L4T R35.1.0 Notes
As of 23 Aug 2022, the wip-jetpack-5-ga
branch is under active development for merging support for this version of JetPack/L4T into master. Please use the jetpack-5-test channel for discussions, and to help with validating the integration.
This is a major update to L4T and JetPack which adds support for the Jetson AGX Orin modules and removes support for all other Jetson modules except for the Jetson AGX Xavier and Jetson Xavier NX series.
NVIDIA documentation:
The only Jetson modules supported in this release (and future releases) are:
- Jetson AGX Orin series
- Jetson AGX Xavier series
- Jetson Xavier NX series
- The
cboot
bootloader has been replaced by UEFI. You can use either NVIDIA's prebuilt copy, or build it from source. - The device tree plugin manager, which was a
cboot
feature, is no longer supported. To dynamically modify the device tree (e.g., for camera configuration), you must configure a device tree overlay instead. - Bootloader updating and redundancy behaves differently than with earlier L4T releases. See the L4T documentation for details.
- The Linux kernel has been updated to 5.10.104. The repository used in the layer for this new kernel is here.
- The
trusty
trusted OS has been replaced by OP-TEE. - Open-source display driver (AGX Orin series only).
- The OpenMAX gstreamer plugin (
gstreamer1.0-omx-tegra
), which has been deprecated since L4T R32.1.0, is no longer supported. - Improved support for Wayland/Weston via the EGL-GBM backend interface.
- Container support now defaults to a smaller set of libraries passed through from the host to the container.
Besides the upgrade to the Linux 5.10 LTS kernel as a base, the new default kernel configuration for Jetson devices
builds far more features and drivers as modules, rather than building them into the kernel itself. If you have recipes
that depend on specific kernel features/drivers, you may need to add RRECOMMENDS
settings to ensure that the
necessary modules get installed into your rootfs image.
- CUDA updated to 11.4.
- New versions of cuDNN, TensorRT, VPI.
-
libvisionworks
is no longer supported.
As of this writing, an updated version of the DeepStream SDK that supports JetPack 5.0.2 has not yet been released.