/dev/video0 not found

Hello,

We’re working on a camera sensor driver for the Jetson Nano. Our driver and device tree were based on the imx219’s. When loading the driver, the probe function seems to run normally but for some reason we can’t find /dev/video0. We’ve been stuck here for a couple of days already. Does anyone have a clue at what may be the cause oh this problem?

Thanks.

hello jouaitin,

could you please share your use-case or the commands for reference,
you may also setup serial console to gather kernel messages (i.e. $ dmesg), we might check the logs for more details.
thanks

Hi JerryChang,

Removing the imx219 from the device tree solved the problem.