Freeman Dyson

Freeman John Dyson FRS (born 15 December 1923) is an English-born American theoreticalphysicist and mathematician, known for his work in quantum electrodynamicssolid-state physicsastronomy and nuclear engineering.[7][8] He is professor emeritus at the Institute for Advanced Study, a Visitor of Ralston College,[9] and a member of the Board of Sponsors of theBulletin of the Atomic Scientists.[10]
https://en.m.wikipedia.org/wiki/Freeman_Dyson

Freeman Dyson was last modified: November 13th, 2017 by Jovan Stosic

[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