Hello,
I’m using a Jetson Orin Nano Developer Kit running JetPack 6.1 (L4T 36.x), and I’m trying to use a Raspberry Pi HQ Camera. However, I’m encountering an issue where the camera is not detected at all.
My current setup:
-
Board: NVIDIA Jetson Orin Nano Developer Kit
-
JetPack / L4T: JetPack 6.1 (L4T 36.x)
-
Camera: Raspberry Pi HQ Camera (IMX477, CSI-2 interface)
-
Interface: Connected directly to CSI port on the Jetson carrier board
What I did:
-
Ran
ls /dev/video*→ No devices found -
Used
sudo /opt/nvidia/jetson-io/jetson-io.py→ Enabled IMX477-A under CSI Camera options -
Rebooted the board → Still no
/dev/video0or any camera device node appears
Followed Arducam’s Jetson-IO configuration guide as per their tutorial
And removed R8 resistor from camera module( Raspberry Pi HQ camera IMX477 Linux driver for Jetson )
Question:
-
How can I properly enable and verify the IMX477 camera on Jetson Orin Nano with JetPack 6.1?
-
Is additional driver installation required, or is the IMX477 supported out of the box on JetPack 6.1?
-
Do I need to modify the device tree or use
v4l2-ctlwith a specific configuration?
Any guidance on how to correctly bring up this camera would be greatly appreciated.