Getting Started with Jetson Using SDK Manager on Ubuntu 22.04
The finale version, after many, many attempts
Last updated
Was this helpful?
The finale version, after many, many attempts
Last updated
Was this helpful?
This tutorial will cover how to install Ubuntu 22.04 on NVIDIA Jetson AGX Orin and Jetson Orin NX with the NVIDIA SDK Manager.
The NVIDIA Jetson AGX Orin ships with Ubuntu 20.04 with relatively easy setup procedures for NVIDIA drivers and tools. If this is sufficient for your application, please refer to this tutorial instead:
NVIDIA Jetson AGX Orin Development Kit or NVIDIA Jetson Orin NX Development Kit and its accessories.
DisplayPort cable and a compatible monitor.
USB Type A keyboard and mouse
A Linux host computer with Ubuntu 22.04 or 20.04.
NVIDIA SDK Manager has strict requirement on the host OS version. The system compatibility matrix is available from the :
After download, use apt package manager to install the application.
Launch SDKManager from the app search page.
Connect USB keyboard and mouse, and the DisplayPort port to a monitor.
Connect to the host computer with the provided USB Type-C to Type A cable using the port near the 40 pin header.
Lastly, while holding the recovery button (middle button), connect the USB Type-C power cable. The device will enter recover mode and can be detected on the USB port.
After connecting the hardware and powering up the device, it should automatically detect the USB device connection.
Select the correct device type.
Choose the desired component to install. Here we select everything.
After entering the system password, it will begin to download and install the components.
After it's done, it will prompt to configure the account information and ask for the installation location.
We will install to the built-in eMMC device.
About one third into the installation process, the Jetson will reboot and boot into the system.
When this happens, the SDKManager on the host computer will create this prompt.
Wait until the Jetson boots up fully, then log into the system, and then click Install on the host side.
If it cannot find the device through the USB connection, try Ethernet connection instead.
Sometimes it will report this error:
In case this happens, a possible solutions is as follows.
Remove ALL the uncommented lines in the file.
The rest of the installation takes about one hour to finish.
Finally, to verify the installed version, run the following commands on Jetson
Download SDK Manager from .
Then, try the installation again.