简体   繁体   中英

Buildroot ir remote using ir-keytable or lirc

I created an image for raspberry pi zero 2 w using buildroot,

Also added overlay gpio-ir in config.txt but not able to receive ir signal.

No logs are printed for gpio in dmesg.

No devices are showing in /proc/bus/input/devices

Can anyone help?

I found solution my self.

Actually buildroot is not start gpio-ir-recv module at boot time.

So we need to load module manually at boot time.

We can load module by this command

modprobe gpio-ir-recv 

So i have created one service to load module in /etc/init.d

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM