Skip to content

Instantly share code, notes, and snippets.

@mariotpc
Last active May 29, 2021 14:11
Show Gist options
  • Save mariotpc/034036f0015186d18467c19b253461e0 to your computer and use it in GitHub Desktop.
Save mariotpc/034036f0015186d18467c19b253461e0 to your computer and use it in GitHub Desktop.
Kodi doesn't activate HDMI sink
The next work's to me
hdmi_ignore_edid=0xa5000080
framebuffer_width=1920
framebuffer_height=1080
hdmi_force_hotplug=1
hdmi_group=1
hdmi_mode=16
I have to remount the filesystem /flash
mount -o,remount rw /flash
Once the filesystem is on write state add the lines to config.txt file
vi config.txt
Save it using
:wq!
Reboot and see the results !!!
original thread comes from https://forum.kodi.tv/showthread.php?tid=353443
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment