Getting Started with Jetson AGX Orin and Ubuntu 22.04
The finale version, after many, many attempts
This tutorial will cover how to install Ubuntu 22.04 on NVIDIA Jetson AGX Orin with the NVIDIA software tools.
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:
Using Jetson AGX Orin with Provided Ubuntu 20.04 SystemRequirements
NVIDIA Jetson AGX Orin 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.
WARNING
Ubuntu 24.04 is not supported as of 2024-11-05.
Install NVIDIA SDK Manager
Download SDK Manager from this website.
After download, use apt package manager to install the application.
Launch SDKManager from the app search page.
Hardware Connection
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, connect the USB Type-C power cable.
Flashing the Device
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.
The rest of the installation takes about one hour to finish.
Finally, to verify the installed version, run the following commands on Jetson
Last updated