linux_nvidia_jetson
linux_nvidia_jetson copied to clipboard
L4T 32.4.3
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
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