How to set IR-receiver GPIO

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to set IR-receiver GPIO

Jump to solution
1,181 Views
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,

Tags (4)
0 Kudos
Reply
1 Solution
958 Views
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!
-----------------------------------------------------------------------------------------------------------------------

View solution in original post

0 Kudos
Reply
1 Reply
959 Views
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 Kudos
Reply