Ubuntu 22 (Jetson Linux 36.4.3 JetPack 6.2) — Super Only
Note 1. The host system must be running Ubuntu 20 or later. 2. If sudo apt update reports an error, the host's package source may be the cause. Switch to an available source.
3 min read · English documentationNote
1. The host system must be running Ubuntu 20 or later. 2. If `sudo apt update` reports an error, the host's package source may be the cause. Switch to an available source.
Flashing Orin_NX 16GB in Super Mode
A. Place the installation package on the Ubuntu host and extract it:
tar -xvf Amovlab_Orin_16G_super.tar.gz
B. Install the environment automatically (see the Readme).
(1) Add permission.
cd Amovlab_Orin_16G_super
sudo chmod +x install.sh
(2) Run the installation script.
sudo ./install.sh
(3) Enter REC mode. Procedure:
2.1 Turn off power to the system.
2.2 Use a USB cable to connect the ORIN OTG-USB port to a USB port on the Ubuntu development host.
2.3 Press and hold the REC button, power on the system, keep holding the button for at least 3 seconds, and then release the REC button.
2.4 Enter lsusb in the host terminal. If an NVIDIA device is displayed, the device has successfully entered Recovery mode and subsequent operations such as flashing and backup can be performed. If no NVIDIA device is displayed, check the cable and the procedure for entering the mode, and then try again.
(4) Flash the device.
cd Linux_for_Tegra
./jetson_orin_flash.sh
Flashing Orin_NX 8GB in Super Mode
Amovlab_Orin_8G_super.tar.gz A. Place the installation package on the Ubuntu host and extract it:
tar -xvf Amovlab_Orin_8G_super.tar.gz
B. Install the environment automatically (see the Readme).
(1) Add permission.
cd Amovlab_Orin_8G_super
sudo chmod +x install.sh
(2) Run the installation script.
sudo ./install.sh
(3) Enter REC mode. Procedure:
2.1 Turn off power to the system.
2.2 Use a USB cable to connect the ORIN OTG-USB port to a USB port on the Ubuntu development host.
2.3 Press and hold the REC button, power on the system, keep holding the button for at least 3 seconds, and then release the REC button.
2.4 Enter lsusb in the host terminal. If an NVIDIA device is displayed, the device has successfully entered Recovery mode and subsequent operations such as flashing and backup can be performed. If no NVIDIA device is displayed, check the cable and the procedure for entering the mode, and then try again.
(4) Flash the device.
cd Linux_for_Tegra
./jetson_orin_flash.sh
Flashing Orin_nano in Super Mode
Amovlab_Orin_nano_super.tar.gz A. Place the installation package on the Ubuntu host and extract it:
tar -xvf Amovlab_Orin_Nano_super.tar.gz
B. Install the environment automatically (see the Readme).
(1) Add permission.
cd Amovlab_Orin_Nano_super
sudo chmod +x install.sh
(2) Run the installation script.
sudo ./install.sh
(3) Enter REC mode. Procedure:
2.1 Turn off power to the system.
2.2 Use a USB cable to connect the ORIN OTG-USB port to a USB port on the Ubuntu development host.
2.3 Press and hold the REC button, power on the system, keep holding the button for at least 3 seconds, and then release the REC button.
2.4 Enter lsusb in the host terminal. If an NVIDIA device is displayed, the device has successfully entered Recovery mode and subsequent operations such as flashing and backup can be performed. If no NVIDIA device is displayed, check the cable and the procedure for entering the mode, and then try again.
(4) Flash the device.
cd Linux_for_Tegra
./jetson_orin_flash.sh
