Guys, I need your help to install TC358743 board on my Jetson Orin nano ,
also this is my information :
Guys, I need your help to install TC358743 board on my Jetson Orin nano ,
also this is my information :
Hello @AminAlaghband,
The driver seems to be already part of the base linux kernel.
You should be able to find it at:
kernel/kernel-5.10/drivers/media/i2c/tc358743.c
You should be able to add a device tree module so that it can load the driver.
Doing some research, I found this dtsi file:
hardware/nvidia/platform/t19x/common/kernel-dts/t19x-common-modules/tegra194-camera-imx274-hdmi.dtsi
Its for a different bridge, however, I would start by trying to do something similar to that.
Please let us know if you require further assistance, we are glad to help.
regards,
Andrew
Embedded Software Engineer
hello AminAlaghband,
there’s Lontium LT6911UXC HDMI-CSI bridge driver supported on Orin series.
you may refer to below as see-also, $public_sources/kernel_src/kernel/nvidia-oot/drivers/media/i2c/lt6911uxc.c
Hi JerryChang
thank you for your help, do you have any step by step guide or something that could help me to implement this , I do not have any kernel knowledge!
Hello,
I highly recommend checking out this thread https://forums.developer.nvidia.com/t/guide-to-have-tc358743-b102-board-running-on-jetson-nano-developer-kit/
You can use the tc358743.c that is already in the kernel, this driver should work but to be used in the Jetson you have to register the driver using the Jetson V4L2 Camera Framework, you can see more information here: Sensor Software Driver Programming — NVIDIA Jetson Linux Developer Guide 1 documentation
About the device tree, besides the normal device tree node required by this driver is required to de define the mode (resolution) description in the device tree Example
Manuel Leiva
Embedded SW Engineer at RidgeRun
Contact us: support@ridgerun.com
Developers wiki: https://developer.ridgerun.com
Website: www.ridgerun.com