linux_nvidia_jetson icon indicating copy to clipboard operation
linux_nvidia_jetson copied to clipboard

L4T 32.4.3

Open ms32035 opened this issue 5 years ago • 1 comments

Would you mind restructuring this project so that kerneltree contains only the files you add/change and the rest can be taken from kernel_src.tbz2 provided by Nvidia. Tried to build this against L4T 32.4.3 and not only camera didn't work but also lost Wifi

ms32035 avatar Sep 11 '20 11:09 ms32035

Good remark!

Several points of improvement for this driver:

  • upstream into linux kernel (https://github.com/torvalds/linux/tree/master/drivers/media/i2c)
  • create a folder with only the added files (as mentioned above)

My strategy: isolate the added files, copy them onto the board, compile newer kernel on nvidia board and compile avt_csi2 as a module.

Initial list of files of interest:

  • Added: avt_csi2.c, avt_csi2.h, avt_csi2_regs.h
  • Modified: Kconfig, Makefile

windelbouwman avatar Oct 08 '20 12:10 windelbouwman