Posts by nimp

    Thanks ! I did this on a rpi4, upgrading from 9.2 to 11.0.3, and everything went perfectly.

    I just also moved the ".kodi-old/addons" to ".kodi/addons" in the "optional restore settings" phase, and since I have only youtube/trakt and some minor addons, I didn't have any issue.

    The only thing not working was audio through hdmi (and CEC configuration to manually re-do), and I fixed it using this answer : RE: RPI4 No HDMI Audio :

    - remount /flash read-write (see https://wiki.libreelec.tv/configuration/config_txt )

    - edit /flash/cmdline.txt to add `snd_bcm2835.enable_headphones=1 snd_bcm2835.enable_hdmi=1 snd_bcm2835.enable_compat_alsa=0` add the end of the line (I guess that only the enable_compat_alsa=0 is needed, but I didn't check)

    - reboot

    - enjoy !