Hello there,
I am trying to interface adv7280-m video decoder with jetson orin nano dev kit through the csi connector. I am using the adv7180.c source driver with the jetpack 6.0, where I have included the compiled adv7180.ko at the respective folder and have included the device tree overlay to connect with the adv7280m chip. I can see that the driver is including using lsmod, and the result of dmesg | grep adv confirms that the jetson is able to communicate with the device on cam-i2c-mux and is writing the initial configuration. However, I am not able to see /dev/video0 and no video device is found when I run cheese.
Any help is appreciated on how to achieve this task.
Thank you.