Upgrade to SUPER version

Upgrade to SUPER version1. File download2. Flashing mode2.1. Hardware connection2.2, Software connection3, Burning system3.1, Unzip the file3.3, Burn the system to the SSD4. Start the system5. Component environment

This tutorial supports upgrading the Jetson Orin SUB kit to SUPER. After upgrading SUPER, only the pure system will be retained, and the tutorial motherboard case cannot be run.

Note: The startup system of the Jetson series motherboard is closely related to the Jetpack version of the motherboard. Different Jetpack versions may fail to start

1. File download

Official website: https://developer.nvidia.com/embedded/jetson-linux-r3643

Note: NVIDIA Jetson Linux 36.4.3 corresponds to Jetpack 6.2

Download the compressed package files corresponding to Driver Package (BSP) and Sample Root Filesystem:

image-20250120150532008

2. Flashing mode

2.1. Hardware connection

  1. Use a jumper cap to short the FC under the core board REC and GND pins: You don't need to remove the core board, the picture is just for a clearer observation
  2. The Jetson Orin motherboard needs to be connected to a DC power adapter, DP data cable, network cable and Type C data cable: Type C data cable connects to the computer

image-20250120171038907

2.2, Software connection

The motherboard is successfully connected to the Ubuntu system, and the lsusb command will display the NVIDIA Corp. APX information:

image-20250120154019235

3, Burning system

3.1, Unzip the file

Enter the download folder and open the terminal, then unzip the file in the terminal and enter the specified folder:

image-20250120152138271

3.3, Burn the system to the SSD

Description: jetson orin nano and jetson orin nx can use the same command to burn the system to the SSD

image-20250120152242874

Note: During the burning process, the user needs to connect the device to the virtual machine in time, otherwise it will cause the link to time out!

image-20250120155459747

image-20250120155405246

4. Start the system

After the system is successfully burned, disconnect the mainboard power supply (disconnect the DC power adapter and Type-C data cable), and then unplug the jumper cap that shorts FC REC and GND under the core board; after confirming that the above operations are completed, reconnect the DC power adapter and DP data cable (connect the display) to start the system.

image-20250120161524122

image-20250120162024278

image-20250120162037749

5. Component environment

The above is only to complete the burning of the pure system. If you need CUDA, TensorRT and other environments, users also need to refer to [Chapter 2 Jetson basic course: Installing Jetson environment]!