HDMI-MIPI Configuration
After the Jetson Orin Super Developer Kit boots with the HDMI–MIPI CSI-2 Bridge Board connected, follow these steps to configure the camera interface.
Download Configuration folder
Note
Download
Configuration folderfrom the Drivers tab on the HDMI – MIPI CSI-2 Bridge Board product page
Step 1: Open Terminal on the Developer Kit
- Press
Ctrl + Alt + T
Step 2: Extract Configuration folder
Replace <resolution> with the suffix of the zip you downloaded — 1080, 4k30 or 4k60 — matching your camera's output resolution.
unzip ~/Downloads/OPPILA_ORIN_L4T_36.5.0_INTEGRATION_HM_<resolution>.zip -d OPPILA_ORIN_L4T_36.5.0_INTEGRATION_HM_<resolution>Configuration folder contains :
Step 3: Move the downloaded tegra234-p3767-camera-p3768-imx219-C.dtbo file into the configuration folder based on your resolution
Load Configuration
Step 4: Navigate to Configuration folder
cd ~/OPPILA_ORIN_L4T_36.5.0_INTEGRATION_HM_<resolution>Step 5: Grant executable permissions to files
sudo chmod +x config.shStep 6: Execute config.sh script
Execute the config script using the following command.
sudo sh config.shThis script file does the following steps:
- Loads the kernel and configuration modules.
- Loads Device Tree.
Configure Device Tree Overlay
Note
This is a one-time configuration required after each new flash. It is not required on every boot.
Step 7: Open Terminal on the Developer Kit
- Press
Ctrl + Alt + T
Step 8: Run the Jetson-IO Configuration Tool
sudo /opt/nvidia/jetson-io/jetson-io.pyStep 9: Navigate to Configuration Menu
Follow the menu selections in order:
Select "Configure Jetson 22-pin CSI Connector":

Select "Configure for compatible hardware":

Select "Camera IMX219-C":

Select "Save pin changes":

Select "Save and reboot to reconfigure pins":

Step 10: Press Any Key to Reboot
The system will reboot and reconfigure the MIPI pins for the HDMI camera.

Info
- The system will shut down and restart. This process typically takes 30-60 seconds.
