MY-IMX6 Linux-3.14.52 模块支持(OV5642)

来自明远智睿的wiki
Admin讨论 | 贡献2018年6月11日 (一) 15:43的版本

跳转至: 导航搜索
 

  明远智睿发布的 Linux-3.14.52 已添加对 MY-MODULES-CMOS-OV5642 的支持。
  support for MY-MODULES-CMOS-OV5642 was added in Linux-3.14.52 released by MYZR。

  支持的开发板型号有:MY-IMX6-EK200MY-IMX6-EK314MY-IMX6-EK336
  development board supported:MY-IMX6-EK200MY-IMX6-EK314MY-IMX6-EK336


  烧录明远智睿发布的 image 文件即可测试 OV5642 模块,参见本文中的“模块测试”章节。
  OV5642 module can be tested by programming image file released by MYZR,refer to “module test”section in this charpter。

模块测试(module test)


模块测试步骤(procedures of module test)

模块连接(module link)

  把扩展模块 MY-MODULES-CMOS-OV5642 正确插入开发板的 CAMARE 接口。
  correctly insert expansion module of MY-MODULES-CMOS-OV5642 into CAMARE port on development board。

上电启动(power up and boot)

  开发板与模块正确连接后,即可为开发板上电。等待系统启动完成。
  after correct connection between development board and module,power up development board. wait untill system is finished with booting。

加载驱动模块(load drving module)

  # insmod /lib/modules/3.14.52-svn*/kernel/drivers/media/platform/mxc/capture/ov5642_camera.ko

执行测试命令(run test command)

  # /unit_tests/mxc_v4l2_overlay.out -iw 640 -ih 480 -ow 640 -oh 480

测试结果说明(test reulst instruction)

  执行完测试命令后,在显示屏上可以看到摄像头采集到的图像。
  after running test commands,screen will display images collected by the camera。

其它说明(other instructions)


  MY-MODULES-CMOS-OV5642 的源码是开放的,内核目录下的驱动文件位置:drivers/media/platform/mxc/capture/ov5642.c。
  MY-MODULES-CMOS-OV5642 source code is open source,position of driving files under kernel directory:drivers/media/platform/mxc/capture/ov5642.c。