Host Setup & Flashing
This phase prepares the host PC environment, extracts the pre-built L4T Oppila image, and flashes it to the Jetson Orin Super Developer Kit via recovery mode.
Install Dependencies
Note
Skip step 1 if you have already installed the dependencies on the host machine.
Step 1: Update Package Lists and Install Required Packages
sudo apt update
sudo apt install -y qemu-user-static sshpass binutils abootimg libxml2-utils nfs-kernel-server u-boot-tools android-tools-fastboot python3-pip lz4
pip3 install -U pipPrepare Working Directory
Step 2: Download Required Files
Download rc.local and OPPILA_BRIDGE_LVDSMIPI.tar.bz2 from the link provided by the Oppila Support Team.
Step 3: Create a Working Directory
mkdir ~/OPPILA_BRIDGEStep 4: Move the Downloaded Image
mv ~/Downloads/OPPILA_BRIDGE_LVDSMIPI.bz2 ~/OPPILA_BRIDGE/Step 5: Navigate to the New Directory
cd ~/OPPILA_BRIDGE/Extract the OS Image
Step 6: Extract the Archive
Run the following command. Extraction may take several minutes:
sudo tar -xvJf OPPILA_BRIDGE_LVDSMIPI.tar.bz2Once complete, a directory named Linux_for_Tegra will be created inside ~/OPPILA_BRIDGE/.
Step 7: Navigate to the Extracted Directory
cd Linux_for_Tegra/Set Recovery Mode
Step 8: Recovery Mode Setup
Place a jumper between FC REC and GND pins on the carrier board as shown in the below image:

After placing the jumper:
- Connect Jetson Orin Nano/NX module on Developer Kit
- Power on the Developer kit using the provided power adapter
- Connect a USB Type-C cable from the Developer kit to the host PC
Verify Device Detection
Step 9: Check Jetson Orin Nano/NX is detected in Recovery Mode on Host PC terminal
lsusbLook for an entry such as: NVIDIA Corp. APX
Note
If the device is not visible, try a different USB cable or ensure jumper is placed in FC REC and GND pins.
Flashing Image
Step 10: Execute the below command to flash image from Host PC to Jetson Orin Nano/Nx
sudo ./nvsdkmanager_flash.sh --storage nvme0n1p1A successful flash is shown in the image below:

Note
The flashing may take around 10-15 minutes.
Post-Flash Setup
Once flashing is complete:
Power off the Developer Kit and disconnect the power cable.
Remove the jumper from the FC REC and GND recovery mode pins on the Developer Kit.
Connect the camera module via LVDS–MIPI CSI-2 Bridge Board to Developer Kit as per Full Connection setup.
Power on the LVDS-MIPI Bridge Board first and then power on the Developer Kit.
OEM Configuration Setup
On first boot, you will be guided through the following steps:
- Language Selection — Choose your preferred language.
- License Agreement — Accept the terms to continue.
- Networking — Configure Ethernet or Wi-Fi if needed.
- User Account — Create your NVIDIA account credentials.
- Password — Set a secure password for your account.
- Review & Finish — Confirm your settings and complete setup.
Once done, the device will boot into the NVIDIA Desktop Environment.
