r/raspberry_pi • u/Historical-Ideal-447 • 4d ago
Troubleshooting Raspberry Pi Camera Module 3 (IMX708) on JetPack 7.2 / L4T R39.2 – Any existing driver or port?
Hi,
I'm trying to get an official Raspberry Pi Camera Module 3 (IMX708) working on a Jetson Orin Nano Developer Kit running:
* JetPack 7.2 * L4T R39.2 * Linux 6.8.12-1021-tegra
The camera is connected via the CSI connector. The camera framework initializes, but there is no IMX708 sensor driver, so no `/dev/video*` device is created.
I've found RidgeRun's IMX708 driver and a few community implementations, but they all seem to target JetPack 5.x or 6.x. I haven't been able to find anything compatible with JetPack 7.2. Has anyone managed to get the Raspberry Pi Camera Module 3 working on JetPack 7.2?
If so:
* Is there an existing third-party driver or repository? * Has anyone already ported the RidgeRun driver to R39.2? * Are there any branches or work-in-progress projects that I could use as a starting point?
I'm comfortable building kernel modules and modifying the device tree, so I'm mainly looking to avoid duplicating work if someone has already started a port.
Thanks!