Recently, we are lighting up the imx390 sensor, which has no internal ISP.
I used the ti960+ti953+imx390.
There is already a video node in the dev directory.(which is video0 and video1)
When I open the /dev/video0 node,it show as below:
suggest you should based-on the reference driver and revise it with TI’s connection,
you may access L4T sources package for the release source codes.
for example,
here’re IMX390 kernel driver and sensor device tree for your reference. $L4T_Sources/r32.4.4/Linux_for_Tegra/source/public/kernel/nvidia/drivers/media/i2c/imx390.c
$L4T_Sources/r32.4.4/Linux_for_Tegra/source/public/hardware/nvidia/platform/t19x/common/kernel-dts/t19x-common-modules/tegra194-camera-imx390-a00.dtsi
once you complete the driver implementation,
please refer to Port Binding session to review your driver for the VI, NvCSI, and sensor module port bindings.
you should also examine the port binding, To verify the port binding result, with media control.
since you’ve made the camera driver works before, you may review your sensor driver implementation, especially the sensor device tree.
there’s also a Debugging Tips session to list several examination steps,
thanks