How to set IR-receiver GPIO

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

How to set IR-receiver GPIO

跳至解决方案
1,182 次查看
bbq56go
Contributor I

Hi~!

Device is  i.MX 8M mini evk

yocto version is imx-4.14.78-1.0.0_ga

I have been trying ir-receiver solution.

 

 1. I tried to modify the dts file as below

.../tmp/work-shared/imx8mmevk/kernel-source/arch/arm64/boot/dts/freescale/fsl-imx8mm-evk.dts

pastedImage_1.png

      &iomux {

         pinctrl-names = "default";

                     :

                     :

pastedImage_2.png

                     :

                     :

      }

2. Kernel Compile..

   $ bitbake -c devshell virtual/kernel

      ------------------------------

      make Image

      make modules

      make dtbs

      ------------------------------

   $ bitbake -C compile virtual/kernel

3. And Copy&Paste new dtb file in My SD-card

pastedImage_4.png

4. but, It doesn't apply.     

pastedImage_3.png

Unfortunately, I'm not familiar with embedded Linux.

Please suggest me how can I supposed to add GPIO.

Best Regards,

标记 (4)
0 项奖励
回复
1 解答
959 次查看
igorpadykov
NXP Employee
NXP Employee

Hi JaeHo

one can check yocto tutorials

i.MX Yocto Project: How can I (quickly) modify the kernel and test it? 

Getting started with Yocto on Wandboard - Wandboard Wiki 

Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

在原帖中查看解决方案

0 项奖励
回复
1 回复
960 次查看
igorpadykov
NXP Employee
NXP Employee

Hi JaeHo

one can check yocto tutorials

i.MX Yocto Project: How can I (quickly) modify the kernel and test it? 

Getting started with Yocto on Wandboard - Wandboard Wiki 

Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 项奖励
回复