To test the ov5640_mipi camera, use the following commands to install the kernel
modules of the camera driver and V4L2 Capture
insmod ipu_csi_enc.ko
insmod ipu_prp_enc.ko
insmod ipu_prp_vf_sdc.ko
insmod ipu_prp_vf_sdc_bg.ko
insmod ipu_still.ko
insmod mxc_v4l2_capture.ko
insmod ov5640_camera_mipi.ko
but hower ,i don't find ipu_prp_vf_sdc.ko ipu_prp_vf_sdc_bg.ko in the /lib/modules/3.10.17-1.0.0_ga+g232293e/kernel/drivers/media/platform/mxc/capture
when i complie kernel(linux3.10.17),i found CONFIG_MXC_IPU_PRP_VF_SDC doesn't complie moudles.
when i complie in the kernel ,has follows error
LD kernel/built-in.o
CC drivers/media/platform/mxc/capture/mxc_v4l2_capture.o
CC drivers/media/platform/mxc/capture/ipu_prp_vf_sdc.o
drivers/media/platform/mxc/capture/ipu_prp_vf_sdc.c:25:27: fatal error: mach/hardware.h: No such file or directory
if i want test mipi ov5640_cammer,how should i do,help me ,thanks!
in L3.0.35_4.1.0bsp, one can build this, but I'm not sure for the yocto bsp, if you don't install these modules, you coudln't test mipi, right?
and could you tell me what funtion you want to test on mx6? let me check this.