NVIDIA Jetson Orin - Getting Started with JetPack 6.1

From RidgeRun Developer Wiki






Follow Us On Twitter LinkedIn Email Share this page


Previous: JetPack 6.1 Index Next: JetPack 6.1/Getting Started/Installing Jetpack








You will need the NVIDIA SDK Manager for flashing your Orin AGX. In this section, you will learn about the NVIDIA SDK Manager and the system requirements to use it.

The NVIDIA SDK Manager is the tool that allows developers to set up the development environment, get the JetPack SDK, and optionally flash the Orin AGX. The NVIDIA SDK Manager runs on a host computer, not in the Orin AGX. The Host computer must have:

  • Ubuntu Linux x86_64 20.04 or 22.04.
  • Internet connection.
  • At least 25GB of free disk space on the host (plus ~16GB on the target Jetson device).
  • 8GB of RAM minimum.

Get the SDK Manager

This section assumes that you are working on a host computer that meets the requirements above. The steps to get the SDK Manager installed on your host computer are:

1. Download the SDK Manager installer from https://developer.download.nvidia.com/sdkmanager/redirects/sdkmanager-deb.html. You will need to log in or register into your NVIDIA developer account to download the SDK Manager installer.

2. Install the SDK Manager by running the following command in a terminal:

sudo dpkg -i <SDK_Manager_Installer_Download_Dir>/sdkmanager_<version>-<build>_amd64.deb

For example, if the file downloaded from NVIDIA is named sdkmanager_2.3.0-12626_amd64.deb, then you can use the following command to install it:

sudo dpkg -i <SDK_Manager_Installer_Download_Dir>/sdkmanager_2.3.0-12626_amd64.deb

3. Verify that the installation was successful by launching the SDK Manager with the following command:

sdkmanager

At this point, you should see the SDK Manager UI login window as shown in Figure 1.

NVIDIA SDK Manager Login Window

The version of the SDK Manager is displayed in the top left corner of the window, in the example in Figure 1, the version is 2.3.0.12626. Another way to verify the SDK Manager version is to run the following command in the terminal:

sdkmanager --ver

The version printed in the terminal depends on your SDK Manager version, but it should be something like the following:

2.3.0.12626

At this point you should be ready to install JetPack 6.1.



Previous: JetPack 6.1 Index Next: JetPack 6.1/Getting Started/Installing Jetpack