User Tools

Site Tools



en:bpi-r2:ir

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

en:bpi-r2:ir [2020/01/11 18:48] – created franken:bpi-r2:ir [2023/06/08 17:06] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== IR ======
 +
 +(5.5) kernel has basic support for the IR-receiver
 +
 +  CONFIG_MEDIA_SUPPORT=y
 +  CONFIG_MEDIA_RC_SUPPORT=y
 +  CONFIG_RC_CORE=y
 +  CONFIG_RC_DEVICES=y
 +  CONFIG_LIRC=y
 +  CONFIG_IR_MTK=y
 +  CONFIG_RC_DECODERS=y
 +  CONFIG_IR_NEC_DECODER=m
 +
 +to use the IR-receiver you can try this commands
 +
 +  apt install evtest                                                                                                                    
 +  apt install v4l-utils                                                                                                                 
 +  apt install ir-keytable                                                                                                               
 +
 +  root@bpi-r2:~# ir-ctl -r
 +  root@bpi-r2:~# ir-keytable -s rc0 -p all -t
 +  root@bpi-r2:~# evtest
  
en/bpi-r2/ir.txt · Last modified: 2023/06/08 17:06 by 127.0.0.1