In the document “NVIDIA Tegra Linux Driver Package Development Guide 28.2 Release”, there is a description about “Using the Leopard Imaging IMX185 Cameera Module on Jetson TX1 Devices” in the chapter “Camera Development”.
But, R28.2 supports TX2 only. Is there a description about using the Leopard Imaging IMX185 Camera Module on Jetson TX2 Devices?
R28.2 supports TX2 only.
this is not correct, release 28.2 not release yet. formal 28.2 release will support both TX1 and TX2.
JetPack 3.2 Developer Preview supports TX2 only.
you can try to launch IMX185 with JetPack 3.2 Developer Preview,
thanks
we did combine several module device trees into t210 dtb files.
there’s no necessary to modify the extlinux.conf files to add the module device tree.
moreover, you could disassembler the dtb file into txt file to review that.
thanks
may i have more details about what’s the information you’re looking for?
Leopard Imaging IMX185 Camera Module works on several JetPack releases with TX1 and TX2.
thanks
Thanks for your reply.
I’m looking for the information to connect our custom CSI2 camera to TX2 (and/or TX1).
So, I am reading to the NVIDIA Tegra Linux Driver Package Development Guide.
Also, I’d like to get the sample source to understand where I have to customize anything of kernel…
Is there any good information?
in addition, you’re able to catch more details from the [Sensor Driver Programming Guide] which is included in the [NVIDIA Tegra Linux Driver Package Development Guide]. thanks