@veye_xumm Yes, I made sure to use the signed version and used the file you mentioned. I made sure that the signed DTB file tegra194-p3668-all-p3509-0000.dtb was in the /boot directory.
Also I edited the extlinux.conf file and the FDT line to the end, so it looks like this:
TIMEOUT 30
DEFAULT primary
MENU TITLE L4T boot options
LABEL primary
MENU LABEL primary kernel
LINUX /boot/arducam/Image
INITRD /boot/initrd
APPEND ${cbootargs} quiet root=/dev/mmcblk0p1 rw rootwait rootfstype=ext4 console=ttyTCU0,115200n8 console=tty0 fbcon=map:0 net.ifnames=0
FDT /boot/tegra194-p3668-all-p3509-0000.dtb
I did a reboot but it didn't work. I ran the command "ls /sys/bus/i2c/drivers/" but there was no imx307 directory present. Also I ran the command "ls /proc/device-tree/cam_i2cmux/i2c@*" but the camera model was not listed.
Please let me know. Thanks!