I'm struggling to get LIRC to work on Raspbian Buster. It's a completely new install of Raspbian Buster downloaded today.
I have added the following line to /boot/config.txt and rebooted:
Code: Select all
dtoverlay=gpio-ir,gpio_pin=24
dtoverlay=gpio-ir-tx,gpio_pin=25
Code: Select all
sudo apt install lirc
Any pointers or ideas? I've also tried building lirc from source.
Steve