“MY-IMX6 Linux-3.14.52 Module Support(OV5642)”的版本间的差异
(创建页面,内容为“<div> <b>Support for MY-MODULES-CMOS-OV5642 was added in Linux-3.14.52 released by MYZR.</b><br> Development board supported:<b>MY-IMX6-EK200</b>...”) |
(没有差异)
|
2018年7月24日 (二) 11:25的最新版本
Support for MY-MODULES-CMOS-OV5642 was added in Linux-3.14.52 released by MYZR.
Development board supported:MY-IMX6-EK200,MY-IMX6-EK314,MY-IMX6-EK336.
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
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 source code is open source,position of driving files under kernel directory:drivers/media/platform/mxc/capture/ov5642.c.