How to download jetpack4.3 in 2024 with CUDA

I want to install Jetpack 4.3 on my Nvidia Jetson TX2, but the latest version of SDK Manager can only download Jetpack 4.4 when started through the command sdkmanager --archived-versions. I found a way to install L4T 32.3.1 at NVIDIA’s Jetson Linux Archive(Jetson Linux Archive | NVIDIA Developer), but it seems to not include CUDA. How can I install Jetpack 4.3 with CUDA?

Hi,

JetPack 4.3 includes CUDA.
You can refer to this documentation for more details.

Thanks

I know Jetpack 4.3 includes CUDA, but I couldn’t get Jetpack 4.3. The latest version of SDK Manager can only download Jetpack 4.4 even with the command sdkmanager --archived-versions.

Hi,

Download the L4T Driver Package (BSP) and Sample Root Filesystem from this website.
And follow the guidance to install.

Thanks

I have already installed L4T 32.3.1 on my Jetson TX2, but it seems to not include CUDA. Is there a way to download CUDA separately?

Try:

sudo apt update
sudo apt install nvidia-jetpack

Thanks

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.