I have a new Orin Nano dev kit flashed throught SDKManager with the latest Jetpack version. I have two identical Rapberry Pi Camera V2 with imx219 sensor.
If I connect one camera to cam0 port it works, when I add a second camera to cam1 port, both the camera are recognized (i can see both /dev/video0 and /dev/video1) but only the camera connected to cam1 interface works.
I add the imx219-dual overlay through jetson-io utility.
In order to test the cam I use the following command
just double check the carrier board you’re using.
is it Orin Nano Developer Kit out of box? or… you’ve connected Orin Nano module to any other carrier board?
Hi @JerryChang ,
I’m using the “official” “super” ( but actually the kit is exactly the same compared to another kit bought two years ago… ) Orin Nano Dev kit received two weeks ago… I flashed yesterday for the first time and attached to the cameras. Never moved the module to another board.
I expected the opposite behaviour, that camera connected to cam0 was i2c 9-0010 and the camera connected to cam1 interface was 10-0010 klogs.txt (62.5 KB)
did you flashing the target with jetson-orin-nano-devkit-super.conf config file on r36.4.2?
please refer to Topic 317755, it’s known Jetson-IO issue with super mode config, the fixes will be available in the next Jetpack public release.
Hi @JerryChang ,
I copy below my reply to the other post:
Hi @simon.bunn , I had the same issue with latest version of Jetpack. If you see other posts, you can see that this is some bug related to the dtb file of the new “super” mode. Nvida team seems that will fix in next release. In the meantime I found the following workaround: - create a new boot configuration in /boot/extlinux/extlinux.conf copying from the default primary - add in new configuration the following line FDT /boot/dtb/kernel_tegra234-p3768-0000+p3767-0005-nv.dtb
where the file /boot/dtb/kernel_tegra234-p3768-0000+p3767-0005-nv.dtb is a copy of /boot/tegra234-p3768-0000+p3767-0005-nv.dtb
- reboot the board and select the new boot option - when the system start you can succesfully run jetson-io.py
Basically with this fix you use the kit without the new super mode