How to Install NVIDIA JetPack SDK on Target - introlab/rendezvous GitHub Wiki
Introduction
This wiki page explains how to install NVIDIA Jetpack 4.2.2 SDK for Jetson TX2 with a remote host on Ubuntu 18.04 using NVIDIA SDK Manager.
Procedure
On the host :
-
Download SDK Manager for Jetpack 4.2.2
-
Install the SDK Manager
-
Open the SDK Manager and login with your NVIDIA account

-
Change Target Hardware to Jetson TX2 then select Continue

-
Make sure that Jetson OS and Jetson SDK Components are selected and accept the terms and conditions

-
Wait for SDX Manager is about to flash your Jetson TX2 screen to appear
-
Connect the host computer to the Micro-B USB connector on the target
-
Set the device USB Recovery Mode to Automatic Setup, Fill IP Address, Username and Password, then select Flash

On the target :
-
Wait for Ubuntu System configuration wizard screen on the target
-
Complete the Ubuntu System configuration wizard on the target
-
Wait for OS login screen
-
Update the target system
sudo apt-get update sudo apt-get upgrade sudo apt autoremove sudo reboot
On the host :
-
In the Install SDX components on your Jetson TX2 screen, make sure IP Address, Username and Password are valid, then select Install

-
Wait for installation to complete, then select Finish and exit

-
Jetson OS and Jetpack components are now installed, and the target is ready for usage
What's next?
The next step is to Configure the Target.
References
- Jetpack : https://developer.nvidia.com/embedded/jetpack
- Installation with NVIDIA SDX Manager : https://docs.nvidia.com/sdk-manager/install-with-sdkm-jetson/index.html