IMX219-83 not recognized on Jetson Orin Nano on Jetpack 6.2

Hi,

I can’t seem to catch a break. Last week I was using my IMX219-83 camera on one of my Jetson Orin Nano’s (let’s call it Jetson A). I had Jetpack 6.1 on here previously, but today it automatically did an upgrade when I booted. I just started up the jetson again today and now when I search for the camera using ls /dev/video* I get the following error ls: cannot access '/dev/video*': No such file or directory. I tried to test out the camera using the nvgstcapture-1.0 but all I get is the output in this file: nvgstcapture-log-1.txt (4.7 KB). I also captured a dmesg log in this file: dmesg-log-1.txt (64.2 KB). Additionally, I just got a fresh Jetson Orin Nano back from Warranty (let’s call this one Jetson B) and I tested the camera on this jetson and I’m having the same issue, I have Jetpack 6.2 on Jetson B. Did something change on these devices with the Super Jetpack update that’s causing the problem?

I also have a Jetson Nano B01 (let’s call it Jetson C) and have verified that the camera works on that device, so it’s an issue that’s definitely unique to the Orin. I can upload proof of if working on the B01 if needed.

Here’s what I’m seeing on my screen with the Jetson Orin Nano devices I have

I have confirmed that Jetpack 6.2 is what is somehow causing the issue. I re-flashed Jetson B with Jetpack 6.1 and the cameras worked. So how do I fix this in jetpack 6.2?

Do you run the jetson-io to configuration IMX219 again?

Thanks

Hi @ShaneCCC,

I ran sudo /opt/nvidia/jetson-io/jetson-io.py and configured the IMX219 dual csi camera and now I can access the camera using nvgstcapture-1.0. Thanks!

I’ve never needed to do this before on the Jetson B01 or on the Jetson Orin with Jetpack 6.1, however, why do we need to use this script to configure the IO now?

It’s better to configurate for updating to each release.

Thanks