|
Edited by melanrz at 2015-10-20 01:02
Thanks to user zipob
Install sunxi-tools
- sudo apt-get update
- sudo apt-get install sunxi-tools
Boot partition should be mounted to /media/boot in loboris images. As root, make backup of script.bin and convert it to script.fex with bin2fex and edit script.fex with editor of your choice
- sudo su
- cd /media/boot
- cp script.bin script.bin.bak
- bin2fex script.bin script.fex
- nano script.fex
Find section [hdmi_para] and add these parameters under it
- hdcp_enable = 0
- hdmi_cts_compatibility = 1
Save the file and convert script.fex back to script.bin
- fex2bin script.fex script.bin
Reboot
|
|