I’d like to use IMX219 Port A and TC358743 Port B with Jetson Xavier NX(JetPack 4.6.1).
TC358743 reference under below:
The TC358743 reference is working well with Jetson Xavier NX(JetPack 4.6.1).
When I use both IMX219 Port A and TC358743 Port B, it’s not working.
I modified the dtsi file. I don’t know how to set tegra-camera-platform parameters.
Some value is different.
Question 1.
Is it possible set the different tegra-camera-platform parameters by Jetson Xavier NX hardware?
I referred to Camera IMX477-A and IMX219-B implementation by /opt/nvidia/jetson-io/jetson-io.py.
IMX477 and IMX219 is using the same values.
Question 2.
If it’s possible, could you give me advises,please?
I attached dmesg( IMX219 Port A and TC358743 Port B) and dts( IMX219 Port A and TC358743 Port B),dts(IMX477-A and IMX219-B).
The dmesg said imx219 and tc358743 failure.
such configurations is doable.
you may also check reference driver, which is imx274+tc358840.
for example, $public_sources/kernel_src/hardware/nvidia/platform/t19x/common/kernel-dts/t19x-common-modules/tegra194-camera-imx274-hdmi.dtsi
however,
you cannot configure different physical settings in tegra-camera-platform{}, since they’re used by driver side to calculate max ISO bandwidth.
Hello.
Sorry, I made a mistake with the attachment.
This attachment is my dtsi file [IMX219 Port A and TC358743 Port B].
tegra194-camera-imx274-hdmi.dtsi is not using CAM_I2C_MUX.
imx219 is using CAM_I2C_MUX.
My dtsi file is implemented without CAM_I2C_MUX
and so imx219 is not recognized, maybe.
If it’s right, could you tell me how to set IMX219 Port A and TC358743 Port B without CAM_I2C_MUX?