[MMV] HDMI-DVI converter failure (no screen) – Troubleshooting – OrangePi – Powered by Discuz!

 

Install sunxi-tools

  1. sudo apt-get install sunxi-tools

Copy the Code

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

  1. sudo su
  2. cd /media/boot
  3. cp script.bin script.bin.bak
  4. bin2fex script.bin script.fex
  5. nano script.fex

Copy the Code

Find section [hdmi_para] and add these parameters under it

  1. hdcp_enable = 0
  2. hdmi_cts_compatibility = 1

Copy the Code

Save the file and convert script.fex back to script.bin

  1. fex2bin script.fex script.bin

Copy the Code

Reboot

Source: [Mini 2] HDMI-DVI converter failure (no screen) – Troubleshooting – OrangePi – Powered by Discuz!

[MMV] HDMI-DVI converter failure (no screen) – Troubleshooting – OrangePi – Powered by Discuz! was last modified: November 12th, 2017 by Jovan Stosic

Leave a Reply