After a failed upgrade von version 2 to version 3, i did a fresh install on a RasPI 4B.
Amongst others, the main issue is that HDMI is not available as an output device. Only ‘headphones’ is available:
This is my userconfig.txt - didn’t change anything by hand:
# Add your custom config.txt options to this file, which will be preserved duri$
#### RemotePi lirc setting below: do not alter ####
dtoverlay=gpio-ir,gpio_pin=18
Here is my new userconfig.txt. Hope that this helpes someone else:
# Add your custom config.txt options to this file, which will be preserved duri$
hdmi_drive=2
max_framebuffers=2
#### RemotePi lirc setting below: do not alter ####
dtoverlay=gpio-ir,gpio_pin=18
The line
hdmi_drive=2
was removed from config.txt and is now also in userconfig.txt.
With HDMI0 connected to a Denon AVR I just tested without “hdmi_drive=2” and it worked, too (just with “max_framebuffers=2”). When using an HDMI display (TV) that is to play audio, “hdmi_drive=2” may be required though.