JetPack 5.1.3/L4T 35.5.0 is now live

JetPack 5.1.3 , the latest production release for Jetson was released today. JetPack 5.1.3 is a production quality release and a minor update to JetPack 5.1.2. JetPack 5.1.3 packages the same compute stack as of JetPack 5.1.2 but updates Vision Programming Interface (VPI) to VPI 2.4. and brings additional features related to security and OTA.

JetPack 5.1.3 includes Jetson Linux 35.5.0 BSP with following highlights:

(Please read Jetson Linux Release Notes for more details and list of known issues)

  • Double-Bit ECC Error Detection that is enabled for Jetson AGX Orin Industrial
  • Support for following Process Change Notifications (PCN):
  • Over The Air Updates (OTA)
    • Image-Based OTA for Jetson AGX Orin has been extended to include support for rootfs on NVMe
    • Image-Based OTA support has been extended to include Jetsons with disk encryption enabled
  • Security
    • Protection of UEFI variables from physical attack.
    • Fixes for known security vulnerabilities

Installing JetPack 5.1.3

You can install JetPack 5.1.3 using multiple ways:

  1. Using SDK Manager: Install JetPack 5.1.3 using SDK Manager on any Jetson Orin and Xavier modules.
  2. SDCard Image: If you are using Jetson Orin Nano Developer Kit or Jetson Xavier NX Developer kit, then you can use the SDCard image from JetPack 5.1.3 page.
  3. Flashing Scripts: Download the Jetson Linux tar balls from Jetson Linux 35.5.0 page and use flashing scripts to flash. Refer to QuickStart section in Jetson Linux Developer Guide.
  4. Debian Packages: After flashing Jetson Linux, you can install the rest of the JetPack using apt commands. Please refer JetPack documentation

To upgrade from a previous version of JetPack 5 using debian packages, refer to JetPack documentation

JetPack 5.1.3 Components

  • Jetson Linux 35.5.0
  • CUDA 11.4.19
  • TensorRT 8.5.2
  • cuDNN 8.6.0
  • VPI 2.4
  • OpenCV 4.5.4
  • Vulkan 1.3
  • Nsight Systems 2022.5
  • Nsight Graphics 2022.6
  • Nsight DLD/Compute 2022.2

Resources

Dear Suhash,

Could you give some more details about the following feature:

It’s something we would like to have. How can we enable this, and how does it work? The release notes don’t give any specific details.

Best,
h123

I was wondering if the floating issue as shown below was resolved when Jetpack 5.1 was installed on Xavier NX.

All of the documentation instruction using containers is wrong.
The containers do not work following the instructions.
The containers fail to ping6 a server on the Xavier as a staff member educated me.

  1. The container expects to ipv6 egress via USB to the Xavier.
  2. The container requires --network host to see the Xavier
  3. You can only have one --network host in docker, You cannot delete it to recreate one with ipv6 support as it is the default network.

This means, It is impossible for anyone to have ever tested the containers, If they did , Where is the missing documentation to workaround the above?

Dear Suhash,

There is inconsistency on the Jetpack 5.1.3 documentation.

  1. Second Paragraph: “It includes Jetson Linux 35.5 BSP with Linux Kernel 5.10, an Ubuntu 20.04 based root file system, a UEFI based bootloader, and OP-TEE”

  2. Under Key Features in JetPack 5.1.3: “Linux Kernel 5.10, UEFI based bootloader, Ubuntu 22.04 based root file system, NVIDIA drivers, necessary firmwares, toolchain and more.”

Which based root file system it is?

Thanks for pointing this out. It is based on Ubuntu 20.04

1 Like