JetPack SDK Setup#
Note
Make sure your NVIDIA Jetson AGX Orin Developer Kit has the base L4T BSP flashed, the Ubuntu system is up and running, and you can login to the system.
See BSP Installation for instructions on flashing the L4T BSP.
Install via apt#
You can also install JetPack components directly on the Jetson without using SDK Manager:
sudo apt update
sudo apt install nvidia-jetpack
This will install all JetPack components including CUDA, cuDNN, TensorRT, and other libraries.
Install via SDK Manager#
You can also use NVIDIA SDK Manager to install JetPack components. See BSP Installation for instructions on flashing the L4T BSP using SDK Manager.
While the NVIDIA Jetson AGX Orin Developer Kit is turned on, connect it to the PC with the bundled USB Type-A to Type-C cable.
Make sure you put the Type-C plug of the cable into the USB Type-C port ( 10
) next to 40-pin connector.
Steps to install JetPack components via SDK Manager
Launch SDK Manager
- On the Step 01 Development Environment window;
From the Product Category panel, select Jetson.
From the Hardware Configuration panel, de-select “Host Machine” and select Jetson AGX Orin module for Target Hardware.
Click “CONTINUE” button.
- On the Step 02 Details and License window;
From the Target Components panel, de-select “Jetson OS” and select “Jetson SDK Components” to install all the rest of the JetPack components.
Review the license.
Enable the checkbox to accept the license agreements.
Click CONTINUE button.
- Step 03 Setup Process window immediately brings up a dialog for inputting login information to install JetPack components
Leave the Connection as “USB”.
Leave the IPv4 address as
192.168.55.1.Click “Install” button.
Once the dialog is closed, the download progress is shown on the Step 03 Setup Process window.