How to add & build existing driver from imx source tree to kernel?

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

How to add & build existing driver from imx source tree to kernel?

ソリューションへジャンプ
3,055件の閲覧回数
autoamp
Contributor III

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? 

0 件の賞賛
返信
1 解決策
3,027件の閲覧回数
autoamp
Contributor III

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 

元の投稿で解決策を見る

0 件の賞賛
返信
4 返答(返信)
3,028件の閲覧回数
autoamp
Contributor III

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 

0 件の賞賛
返信
3,046件の閲覧回数
joanxie
NXP TechSupport
NXP TechSupport

I send the ov5647 demo source code to you by mail, pls find it

2,495件の閲覧回数
BobCastlePeak
Contributor I

joanxie,

I would like to get the ov5647 working on the imx8m plus evk.  do you have demo source code you can share?

0 件の賞賛
返信
3,042件の閲覧回数
autoamp
Contributor III

Hi joanxie,

Thanks.. This should help..

0 件の賞賛
返信