0219.html 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. <!DOCTYPE html>
  2. <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <title>Installing EmuElec on S912 Android TV Box</title>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  6. <meta charset="UTF-8">
  7. <meta name="keywords" content="Linux,Single Board Computer,SBC,Raspberry Pi Alternative,Tutorial,How To,i12bretro,EmuElec,S912,Amlogic">
  8. <meta name="author" content="i12bretro">
  9. <meta name="description" content="Installing EmuElec on S912 Android TV Box">
  10. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  11. <link rel="icon" type="image/x-icon" href="includes/favicon.ico">
  12. <script type="text/javascript" src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
  13. <script type="text/javascript" src="includes/js/steps.js"></script>
  14. <link href="css/steps.css" rel="stylesheet" type="text/css" />
  15. </head>
  16. <body>
  17. <div id="gridContainer">
  18. <div class="topMargin"></div>
  19. <div id="listName" class="topMargin">
  20. <h1>Installing EmuElec on S912 Android TV Box</h1>
  21. </div>
  22. <div></div>
  23. <div id="content">
  24. <h2>Things You Will Need</h2>
  25. <ul>
  26. <li>microSD card at least 4 GB</li>
  27. </ul>
  28. <h2>Downloads and Flashing to MicroSD</h2>
  29. <ol>
  30. <li>Download EmuElec <a href="https://github.com/EmuELEC/EmuELEC/releases" target="_blank">Download</a></li>
  31. <li>Download Balena Etcher <a href="https://www.balena.io/etcher/" target="_blank">Download</a></li>
  32. <li>Run Balena Etcher</li>
  33. <li>Burn EmuElec image to microSD card</li>
  34. <li>Open the readable partition on the microSD card</li>
  35. <li>Delete or rename dtb.img to dtb.img.off</li>
  36. <li>Open the device_trees directory and locate the .dtb file for your TV box</li>
  37. <li>Copy the .dtb file to the root of the microSD card and rename it dtb.img</li>
  38. <li>Safely remove microSD and re-insert</li>
  39. <li>Ignore/close the Windows dialogs to format the inserted microSD card</li>
  40. </ol>
  41. <h2>Booting to EmuElec for the First Time</h2>
  42. <ol>
  43. <li>With an unfolded paperclip, press the reset button hidden inside the 3.5mm AV port</li>
  44. <li>While holding the reset button, plug the power adapter into the Android TV box</li>
  45. <li>You should see the EmuElec splash screen</li>
  46. <li>Setup Your Controller</li>
  47. <li>Game</li>
  48. </ol>
  49. <p>Special thanks to the developers of <a href="https://github.com/EmuELEC/EmuELEC" target="_blank">EmuElec</a> for making this amazing software</p>
  50. </div>
  51. </div>
  52. </body>
  53. </html>