Download and Run SDK Manager

Instructions for downloading and running SDK Manager from NVIDIA Developer are detailed below.

Download via NVIDIA DRIVE Developer Program

The following instructions are for NVIDIA DRIVE Developer Program users.

  1. Navigate to https://developer.nvidia.com/nvidia-sdk-manager, and log in.

    Alternatively, you can access SDK Manager from the download page that corresponds with the product category you are installing (for example, NVIDIA DRIVE Downloads).

  2. From the download page, locate the Debian package for Ubuntu or download directly from https://developer.nvidia.com/sdkmanager_deb.

  3. Download the file to your host machine.

Install the SDK Manager Package

Note: Ubuntu version 20.04 LTS comes with Python3 installed as the default and /usr/bin/python is not present, as detailed here: https://wiki.ubuntu.com/FocalFossa/ReleaseNotes#Other_base_system_changes_since_18.04_LTS. However, DRIVE OS installation using SDK Manager requires /usr/bin/python in the system. To address this, run the following command before starting the installation:
sudo update-alternatives --install /usr/bin/python python /usr/bin/python3 1
Alternatively, you can install the python-is-python3 package, which will cause /usr/bin/python to point to python3 instead:
sudo apt install python-is-python3

Once you have downloaded the SDK Manager .deb file to your host machine, do the following.

  1. From a terminal, install the Debian package:

    sudo apt install ./sdkmanager_[version]-[build#]_amd64.deb 
  2. Next, you can start SDK Manager using one of the following two methods:

    1. Launch SDK Manager from the Ubuntu launcher.

    2. Open a terminal and launch SDK Manager with the following command:

      sdkmanager
Note: SDK Manager also supports a command line interface. To see the options, run:
sdkmanager --help

To learn more, see Command Line Install.

Log In to SDK Manager

  1. From the SDK Manager launch screen, select the appropriate login tab for your account type and installation.

    • NVIDIA DRIVE Developer Program — developer.nvidia.com

    • Offline — to install SDKs that were previously downloaded, and are available from a local folder or mounted drive. For more information, see Offline Install.

    The default login tab is for NVIDIA Developer.

    1. On the SDK Manager log in page, enter the credentials for your NVIDIA Developer account, and click Login.

    2. Once completed, SDK Manager will start.

    QR code login option:

    1. Click the QR code icon from the sign in panel.

    2. When the QR code image appears, scan the code via a camera application on a different device.

    3. Enter the credentials for your NVIDIA Developer account on that device.

    4. Once completed, SDK Manager will start.

  2. Before proceeding, choose whether or not to enable data collection.