0

I'm trying to integrate ov5647 sensor with Jetson Nano, ov5647 is very basic sensor but it does not have any official support from Jetson nano. So we need to build our own driver. So posts in Jetson nano suggests to follow imx219. So I followed imx219 structure for dts files

this is the process I followed:

  1. I took all the imx219 dts files and I make a copy of them by replacing imx219 with ov5647 in file name and inside data also replaced imx219 with ov5647.

  2. and I had written ov5647.c driver and compiled

after that created an Image and flashed to SD card but after all these change, still when I try to load ov5647.ko (dynamic module). It loads but this driver is not being uilized by any other devices. it shows 0 in lsmod, which means my dts files not all making any effect in Jetson Nano can anyone tell me what are mistakes I had done.

Zip file for files which I had changed:

https://drive.google.com/file/d/1uB9S4_KcY9pt_GFCBYAK9wJ0HZfGI4wR/view?usp=sharing

sawdust
  • 16,103
  • 3
  • 40
  • 50

0 Answers0