i am using jetson nano with os ubuntu 20.04 .i am trying to run imx219-200 camera module through csi port jetson but i am unable to do so. i am not able to even view /dev/video* .for v4l2-ctl --list-devices
NVIDIA Tegra Video Input Device (platform:vi):
/dev/media0
Cannot open device /dev/video0, exiting.
after inspection this is what i found
[ 1.313975] i2c /dev entries driver
[ 1.315575] i2c i2c-6: Added multiplexed i2c bus 7
[ 1.315872] i2c i2c-6: Added multiplexed i2c bus 8
[ 1.315876] i2c-mux-gpio cam_i2cmux: 2 port mux on Tegra I2C adapter adapter
[ 1.316456] imx219 7-0010: tegracam sensor driver:imx219_v2.0.6
[ 1.339750] tegra-vii2c 546c0000.i2c: no acknowledge from address 0x10
[ 1.339831] imx219 7-0010: imx219_board_setup: error during i2c read probe (-121)
[ 1.339902] imx219 7-0010: board setup failed
[ 1.339954] imx219: probe of 7-0010 failed with error -121
[ 1.340397] imx219 8-0010: tegracam sensor driver:imx219_v2.0.6
[ 1.346650] extcon-disp-state extcon:disp-state: cable 47 state 0
[ 1.346653] Extcon AUX1(HDMI) disable
[ 1.363667] tegra-vii2c 546c0000.i2c: no acknowledge from address 0x10
[ 1.363742] imx219 8-0010: imx219_board_setup: error during i2c read probe (-121)
[ 1.363797] imx219 8-0010: board setup failed
[ 1.363844] imx219: probe of 8-0010 failed with error -121
the camera is in working condition i have tested it before on jetson with another image .by pin direction if you mean to say blue coloured side of ribbon cable outward facing then i have done that the camera is still not working
we’ve test/confirmed Jetson Nano works with Raspberry pi imx219 on r32.7.4
please also share the L4T release version of your target. i.e.$ cat /etc/nv_tegra_release
furthermore, please also check waveshare IMX219 camera module around forum discussion thread.
for example, Topic 258404, Topic 239786, and Topic 212472.
i am relatively new with kernel systems i am not able to understand if i need to makes changes to my device tree .following is my dts file .thank you for your assistance dts.txt (324.0 KB)