Hello,
We are planning to interface RPi 5MP camera with our custom iMX8M-Mini board.
Now RPi camera has OV5647 sensor, for which drivers are already available on iMX-own kernal source tree.
We are using yocto-project to build and configure images. Is there any step-by-step guide available that we can follow so we can integrate this driver in kernel-module?
Solved! Go to Solution.
Editing kernel .config worked for me.
to be more specific, inside your yocto build dir run.
bitbake linux-imx -c menuconfig
https://www.yoctoproject.org/docs/1.6.1/kernel-dev/kernel-dev.html#changing-the-configuration
Editing kernel .config worked for me.
to be more specific, inside your yocto build dir run.
bitbake linux-imx -c menuconfig
https://www.yoctoproject.org/docs/1.6.1/kernel-dev/kernel-dev.html#changing-the-configuration
I send the ov5647 demo source code to you by mail, pls find it
joanxie,
I would like to get the ov5647 working on the imx8m plus evk. do you have demo source code you can share?
Hi joanxie,
Thanks.. This should help..