VC-MIPI-modules / vc_mipi_nvidia

Vision Components MIPI CSI-2 driver for NVIDIA Jetson Nano, Xavier NX, AGX Xavier, TX2 and Orin Nano, Orin NX
74 stars 31 forks source link

Patch issue #108

Open bratiranjan11 opened 1 month ago

bratiranjan11 commented 1 month ago

Hi Actually i was trying to implement this driver to meta-tegra and i found some issues regarding the patches and versions.Please do correct me if i am wrong.

First of all make me clear some thing in this driver 1) is it compatible in meta-tegra kirkstone branch which is v35.5.0? 2) or it is only compatible in v35.3.1 if yes then i am unable to get the same v35.3.1 in linux-tegra Issues:

i found that all patches that will surely result with a merge conflict if we try to apply this in any linux-tegra src as because the path which the patches are holding are totally changed including the code too.

Solution:

As per my understanding we have to again clean all the patches according to the kernel source and push it again in this github. If i am wrong and there is any other way to have this implemented on yocto please tell.

Thanks & Regards Brati

bratiranjan11 commented 1 month ago

HI can any one answer this???

pmliquify commented 1 month ago

Hello @bratiranjan11 ,

  1. I am sorry, but we do not support compatibility to meta-tegra. Currently there aren't any planes to do that in the future.
  2. Additionally we don't support 35.5.0 yet. But we will support this version in v0.19.0.
bratiranjan11 commented 1 month ago

Hi thanks for the reply so you are telling that this driver is not for meta-tegra itself? and in v0.19.0. you will have the compatibility for meta-tegra 35.5.0?

and what about the patch issue that i have mentioned?

pmliquify commented 1 month ago

Hello @bratiranjan11, no v0.19.0 will not support meta-tegra at all. We will support L4T 35.5.0 in the way we support L4T since the first version of this driver.

You can try to apply the changes from the patches manually.