Hi,
I have successfully built the drivers for downstream/i2c
on the Jetson Orin NX running Jetpack 6 (r36.3). Based on my testing, it appears that the issue is likely related to v4l2
in the upstream code, or possibly the tegra-camera.ko
module.
Could you kindly provide me with the source code for v4l2
so I can attempt to build it myself? Alternatively, if possible, please share the pre-built .ko
module.
Just to clarify, the board model I'm working with is the Jetson Orin NX, though v4l2
reports it as XAVIER 10-bit
. I have also attached the relevant Dmesg log for your reference.
Additionally, I’ve tried both the prebuilt .ko file from your Git repository and my own built version, but both resulted in the same issue. This suggests that the problem isn’t related to the downstream/i2c
modules.
Thanks in advance for your support!
Dmesg Logs
Dmesg_01.txt
v4l2-ctl --list-formats-ext
ioctl: VIDIOC_ENUM_FMT
Type: Video Capture
[0]: 'GREY' (8-bit Greyscale)
Size: Discrete 1920x1080
Interval: Discrete 0.033s (30.000 fps)
[1]: 'XY10' (XAVIER 10-bit/16-bit Greyscale)
Size: Discrete 1920x1080
Interval: Discrete 0.033s (30.000 fps)
[2]: 'XY12' (XAVIER 12-bit/16-bit Greyscale)
Size: Discrete 1920x1080
Interval: Discrete 0.033s (30.000 fps)