Hi, I have installed jetpack 5.1.2 and when I connect my IMX219 camera it does not work. I’ve tried everything, I’ve been dealing with this for more than 8 hours and before recompiling the kernel I wanted to ask the community.
Here are some dmesg logs:
[ 17.772976] imx219 9-0010: tegracam sensor driver:imx219_v2.0.6
[ 17.788491] imx219 9-0010: imx219_board_setup: error during i2c read probe (-121)
[ 17.885949] imx219 9-0010: board setup failed
[ 17.935968] imx219: probe of 9-0010 failed with error -121
[ 17.944384] imx219 10-0010: tegracam sensor driver:imx219_v2.0.6
[ 17.955169] imx219 10-0010: imx219_board_setup: error during i2c read probe (-121)
[ 17.968787] imx219 10-0010: board setup failed
[ 17.973658] imx219: probe of 10-0010 failed with error -121
Something strange that I saw and I don’t understand why it is not enabled by default.
user@user:~$ zcat /proc/config.gz | grep -i imx219
#CONFIG_VIDEO_IMX219 is not set
CONFIG_NV_VIDEO_IMX219=m
Maybe i have to try with another kernel? i have to add some additional parameter in the .config and recompile the kernel? help please