Camera Driver working on JP 5.1.1 but not on JP 5.1.2

Hi,

we are using a Jetson Orin NX, sitting on a Seeed Studio J401 Carrier-Board. We got our Camera working on l4t 5.1.1, but on l4t 5.1.2 the same driver and dtb won’t work. We get the following error:

timo@testsetup:~$ sudo dmesg | grep imx
[   10.771551] test_imx485: loading out-of-tree module taints kernel.
[   10.771641] test_imx485: module verification failed: signature and/or required key missing - tainting kernel
[   10.788142] imx219 10-0010: tegracam sensor driver:imx219_v2.0.6
[   10.793945] test_imx485 9-001a: Probing for sensor eimx485
[   10.793952] test_imx485 9-001a: adapter name i2c-2-mux (chan_id 0)
[   10.793957] test_imx485 9-001a: HALLO
[   10.793959] test_imx485 9-001a: address: 26
[   10.827973] tegra-camrtc-capture-vi tegra-capture-vi: subdev imx219 10-0010 bound
[   10.829913] test_imx485 9-001a: width=3840  height=2160     frate=33
[   10.829918] test_imx485 9-001a: width=1920  height=1080     frate=60
[   10.830035] test_imx485 9-001a: tegracam sensor driver:imx485_v1.0.9
[   10.830037] test_imx485 9-001a: cam_probe : Use_sensor_mode_id = 1
[   10.830039] test_imx485 9-001a: cam_power_on: power on
[   10.830457] test_imx485 9-001a: cam_fill_string_ctrl[803] Set!
[   10.830461] test_imx485 9-001a: ctrl Gain range update failed
[   10.837652] test_imx485 9-001a: Error -34 updating mode specific control ranges
[   10.860157] test_imx485 9-001a: Error -34 updating control ranges
[   10.867658] test_imx485 9-001a: Failed to init ctrls imx485
[   10.876949] test_imx485 9-001a: tegra camera subdev registration failed
[   10.888336] test_imx485: probe of 9-001a failed with error -34

Is this caused by the failed module verification?
Is the driver signing enabled by default in the default kernel Image?

Any help would be greatly appreciated!

please see-also Topic 266812. you may avoid this by setting min_gain_val param in DT to be greater than 1 in linear scale.

@JerryChang Thank you, it`s working now!

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.