3. NVIDIA SDKManager

SDKManager is NVIDIA's official tool to help you download Jetson-related tools to flash system images, change kernel, or device trees.

You can install the NVIDIA SDKManager via:

  • Download the Debian package of NVIDIA SDK Manager (.deb) [linkarrow-up-right]

  • Type the following command in the terminal to update the package list on Host Machine

sudo apt-get update
  • Install the Debian package of NVIDIA SDK Manager [linkarrow-up-right]

    • sudo apt install ./sdkmanager-[version].[build#].deb

circle-info

If you failed to open SDKManager GUI, you may enter the following command in the terminal to remove the cache of SDKManager sudo rm -r ~/.nvsdkm/

circle-info

If you can't find the JetPack version you need, please try to open SDKManager with the following command sdkmanager --archivedversions

Last updated