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
83 stars 34 forks source link

replace 'git am' with patch #3

Closed d-e-e-p closed 1 year ago

d-e-e-p commented 2 years ago
  1. replace git commands with patch in setup.sh
  2. strip ^M in patch file with dos2unix
MartinHerren commented 1 year ago

Yeap... there are some more patch files with ^M that would require stripping. Also had to fix this in my draft PR #5 in commit 3baebd10c88e26a8797ea818ea3196c2d17584f4.

I'd be in favor this PR be enhanced to clean the remaining files (it is the same for other BSPs in fact) and merged.

Unfortunately it seems the vendor stopped supporting his cameras, at least on nvidia devices. He has a job opening for a camera kernel driver developer... until it is filled, he has ramped up and released working drivers for jp5 and orin nvidia boards we'll be done shipping our new product. Time to start evaluating cameras from another vendor.

pmliquify commented 1 year ago
  1. The git commands in setup.sh remain unchanged as they allow for easier development and testing.
  2. The ^M characters have been removed from all patch files.