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) [link]
Type the following command in the terminal to update the package list on Host Machine
sudo apt-get updateInstall the Debian package of NVIDIA SDK Manager [link]
sudo apt install ./sdkmanager-[version].[build#].deb
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/
If you can't find the JetPack version you need, please try to open SDKManager with the following command sdkmanager --archivedversions
Last updated