cs_imx307_board_setup: invalid sensor model id
-
Hello everybody,
I am using the CS-MIPI-IMX-307 and installed the kernel image and the device tree on a Xavier NX according to step 3.5 from the wiki:
http://wiki.veye.cc/index.php/VEYE_CS_Camera_for_Jetson_TX2but when I checked the result from the command "dmesg | grep csx307" I get the following:
csx307 9-003b: probing v4l2 sensor
csx307 9-003b: tegracam sensor driver:csx307_v2.0.6
csx307 9-003b: read sensor id 0132
csx307 9-003b: cs_imx307_board_setup: invalid sensor model id: 306
csx307 9-003b: board setup failed
csx307 10-003b: probing v4l2 sensor
csx307 10-003b: tegracam sensor driver:csx307_v2.0.6
csx307 10-003b: read sensor id 0132
csx307 10-003b: cs_imx307_board_setup: invalid sensor model id: 306
csx307 10-003b: board setup failedwhy did it fail? What is the problem with the invalid sensor model id?
-
EDIT:
The problem was a wrong assumption of the camera that I am using. After adjusting the dtb-file of the correct camera the camera gets detected properly. -
@lubertroft You solved the problem by yourself. It was great!