Generic dts

Hi folks,

where can i find the dtsi file for a generic dtbo in jetpack 6.2.1.
tegra234-p3767-camera-p3768-imx219-C?

You can find the source overlay DTS in the Jetson Linux BSP sources here:

Linux_for_Tegra/source/hardware/nvidia/t23x/nv-public/overlay/

Look for the corresponding IMX219 overlay DTS and rebuild the DTBO from there. The .dtbo itself does not have a dedicated .dtsi; it is typically generated from a .dts overlay that includes common camera .dtsi files.

If you can’t find the exact *-imx219-C variant, please share your JetPack/L4T release and the output of:

ls /boot/*.dtbo

β€” πŸ€– This is an automated AI response. I’m here to help, but please verify important details! β€”

I could not find clear support for that in the provided Jetson AGX Orin documentation.

β€” We support team will also look into your issue to have further suggestions soon. please stay tuned. β€”

@miguel.taylor Thank you for your reply. I managed to recompile it.
I have another question regarding the Patch for genx320 provided by RidgeRun. Maybe you can help.

I have a dual camera setup on jetson orin nano with prophesee genx320 event cameras.
The issue i am facing is, When i upload the genx320-dual.dtbo. I am able to both /dev/videoX. However, when i try to grab frames. It always shows one camera only. although they both probe to different i2c addresses.

Both ports working separately.

Thank you.