Hello,
I use reComputer J1010 - Nvidia Jetson Nano 4GB RAM + 16GB eMMC and Arducam IMX219-AF 8 Mpx 1.4’’ cameras for Nvidia Jetson Nano. For 2-3 weeks everything worked fine until one day the Nvidia Jetson Nano stopped detecting the cameras. At that time, I did not install anything additional and Jetson Nano was not physically damaged. I tested the cameras with another device and they work fine, so I think the problem is on the Jetson Nano side. I tried flash JetPack again and the problem remains.
After v4l2 lists the devices I get:
:~$ v4l2-ctl --list-formats
Failed to open /dev/video0: No such file or directory
When starting Jetson Nano and after viewing the logs, I get:
:~$dmesg | grep -i imx219
[ 1.310786] imx219 7-0010: tegracam sensor driver: imx219_v2.0.6
[ 2.420519] imx219 7-0010: imx219_board_setup: error during i2c read probe (-110)
[ 2.428145] imx219 7-0010: board setup failed
[ 2.432611] imx219: probe of 7-0010 failed with error -110
[ 2.433111] imx219 8-0010: tegracam sensor driver: imx219_v2.0.6
[ 3.540447] imx219 8-0010: imx219_board_setup: error during i2c read probe (-110)
[ 3.548051] imx219 8-0010: board setup failed
[ 3.552510] imx219: probe of 8-0010 failed with error -110
I haven’t been able to find a solution to the problems, because when a similar problem occurs, everyone has error -121, not -110.
from the command sudo i2cdetect -r -y 7 (and 8) I get:
0 1 2 3 4 5 6 7 8 9 a b c d e f
00: -- -- -- -- -- -- -- -- -- -- -- -- --
10: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
20: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
30: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
40: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
50: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
60: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
70: -- -- -- -- -- -- -- --
What could be the problem with this? How to fix it? What does error -110 mean?
Thanks in advance for your help!