JetPack_5.0.1 can't support camera module board : 699-83326-1000-100 M

I feel that the problem has been spreading, and I have a similar problem using a custom board, so I use EVK to troubleshoot the problem, but it seems that there are more and more problems…

I find

say " We may release device tree overlay(dtbo) for it in future release. "
When will this patch be released ???

Still working on it can’t tell which release will ready.

When will this patch be released ???

Next release should be coming soon at middle of August.

Does JetPack_5.0.2 have default support camera module board : 699-83326-1000-100 M ???

I use SDK manager to update jetpack 5.0.2 …
Can’t see ov5693 video device

xavier_5.0.2_kernel.log (83.7 KB)

Try enable by jetson-io

/opt/nvidia/jetson-io/jetson-io.py

image

choose E3333 can’t see ov5693 video device

Should be e3326 instead of e3333.

But Jetpack 5.0.2 … can’t see e3326

Copy the attached file to /boot/ to run jetson-io again.

tegra194-p2822-camera-e3326-overlay.dtbo (4.2 KB)

image

Save and reboot to reconfigure pins

reboot …can see o5693

root@user-desktop:/home/user# dmesg | grep 5693
[ 12.077705] ov5693 2-0036: probing v4l2 sensor.
[ 12.078216] ov5693 2-0036: tegracam sensor driver:ov5693_v2.0.6
[ 12.976165] tegra-camrtc-capture-vi tegra-capture-vi: subdev ov5693 2-0036 bound

use gst command…

type or paste code here

gst-launch-1.0 nvarguscamerasrc sensor-id=0 ! "video/x-raw(memory:NVMM),width=1920,height=1080,framerate=30/1" ! nvvidconv ! nvoverlaysink

show WARNING …
WARNING: erroneous pipeline: no element “nvoverlaysink”

change gst command… is ok

   gst-launch-1.0 nvarguscamerasrc sensor_id=0 ! 'video/x-raw(memory:NVMM),width=1920, height=1080, framerate=30/1, format=NV12' ! nvvidconv ! nvegltransform ! nveglglessink -e

How to enable tegra194-p2822-camera-e3326-overlay.dtbo by default ???

Need enable by jetson-io by future release.

you mean can’t use dts to enable ???

No, you can modify the dts to enable.

I didn’t find tegra194-p2822-camera-e3326-overlay.dts inJetpack 5.0.2…

Should be public in next release.

Thanks

Can you give me tegra194-p2822-camera-e3326-overlay.dts first??
I need to modify it to a custom board after EVB verification

You can try dtc to dis-compiled the dtbo to dts

After comparing dts
Edit diff file
tegra194-p2822-0000-camera-e3326-a00.dtsi
tegra194-camera-e3326-a00.dtsi
But after compiling, some related modifications cannot be updated
seems to be overlaid,

How to cancel the overlay of e3326??

You can remove all of the overlay cameras and just only include e3326 relative dts to enable it.