JetPack 4.2 — L4T R32.1 release for Jetson AGX Xavier, Jetson TX2, and Jetson Nano

NVIDIA has released JetPack 4.2 and L4T R32.1 for Jetson AGX Xavier, Jetson TX2, and Jetson Nano, which is now available from NVIDIA DevZone. For the Jetson Nano Developer Kit, users can download the SD card image and follow the steps in the Getting Started with Jetson Nano guide.

For all Jetson Developer Kits, including Jetson Nano, Jetson AGX Xavier, and Jetson TX2, the new NVIDIA SDK Manager can be used to install JetPack.

For more information, please refer to the JetPack Release Notes and L4T Release Notes.

JetPack 4.2 components:

  • L4T R32.1 (K4.9)
  • Ubuntu 18.04 LTS aarch64
  • CUDA 10.0
  • cuDNN 7.3.1
  • TensorRT 5.0.6
  • VisionWorks 1.6
  • OpenCV 3.3.1

Download JetPack…https://developer.nvidia.com/embedded/jetpack
Release Notes…https://developer.nvidia.com/embedded/jetpack-notes
L4T Release Notes…https://developer.nvidia.com/embedded/dlc/l4t-release-notes-32-1
L4T R32.1 Page…https://developer.nvidia.com/embedded/linux-tegra

FYI, missing link for:
[s][url]https://developer.nvidia.com/embedded/dlc/l4t-release-notes-32-1-0[/url][/s]

Thanks, linuxdev.

We have corrected it to the right one.

Cheers

I have installed SDK manager (0.9.11.3405) but using a 768p monitor, I was unable to complete step2…the controls are below screen.
Do these GUI designers consider everyone has at least 1080p monitor, and no need to use scroll bars for lower resolutions ?

For anyone facing similar problem, a workaround was to use xrandr to scale with a factor 1.2 in my case (using this monitor as DP-1):

xrandr --output DP-1 --transform 1.20,0,0,0,1.20,0,0,0,1
2 Likes

I have the same issue with JetPack…my only Ubuntu install is on a 10" dual core atom laptop. I do remote display to my Fedora desktop in order to run JetPack for no other reason than the GUI size.

Good workaround.
using xrandr first to update the primary monitor choice.