0049.html 3.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. <!DOCTYPE html>
  2. <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <title>Installing EmuElec on S905x Android TV Box (Sunvell T95x)</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,Sunvell,T95x,S905x,Amlogic">
  8. <meta name="author" content="i12bretro">
  9. <meta name="description" content="Installing EmuElec on S905x Android TV Box (Sunvell T95x)">
  10. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  11. <script type="text/javascript" src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
  12. <script type="text/javascript" src="includes/js/steps.js"></script>
  13. <link href="css/steps.css" rel="stylesheet" type="text/css" />
  14. </head>
  15. <body>
  16. <div id="gridContainer">
  17. <div class="topMargin"></div>
  18. <div id="listName" class="topMargin">
  19. <h1>Installing EmuElec on S905x Android TV Box (Sunvell T95x)</h1>
  20. </div>
  21. <div></div>
  22. <div id="content">
  23. <p>I love the idea of the Raspberry Pi, but there are some cheaper alternative single board computers that offer a similar experience for a fraction of the cost. While the community support isn&#39;t quite what it is for the Pi, there are a ton of projects you can accomplish on the cheap with these little hidden gems. Keep an eye on AliExpress and Amazon and you can find SBC&#39;s sporting quad core ARM process with 2-4 GB of RAM for under $30, including a power supply and IR remote control.</p>
  24. <p>The box used in this video is a Sunvell T95x I picked up refurbished on Amazon for $12.99 shipped. It sports a quad Core Amlogic S905x @ 2GHz and 1 GB of DDR3 RAM.</p>
  25. <p>EmuElec is essentially the RetroPie equivalent for other single board computers, running only the bare minimum Linux core to get EmulationStation running.</p>
  26. <h2>Things You Will Need</h2>
  27. <ul>
  28. <li>microSD card at least 4 GB</li>
  29. </ul>
  30. <h2>Downloads and Flashing to MicroSD</h2>
  31. <ol>
  32. <li>Download EmuElec <a href="https://github.com/EmuELEC/EmuELEC/releases" target="_blank">Download</a></li>
  33. <li>Download Balena Etcher <a href="https://www.balena.io/etcher/" target="_blank">Download</a></li>
  34. <li>Run Balena Etcher</li>
  35. <li>Burn EmuElec image to microSD card</li>
  36. <li>Safely remove microSD and re-insert</li>
  37. <li>Ignore/close the Windows dialogs to format the inserted microSD card</li>
  38. </ol>
  39. <h2>Booting to EmuElec for the First Time</h2>
  40. <ol>
  41. <li>With an unfolded paperclip, press the reset button hidden inside the 3.5mm AV port</li>
  42. <li>While holding the reset button, plug the power adapter into the Android TV box</li>
  43. <li>You should see the EmuElec splash screen</li>
  44. <li>Setup Your Controller</li>
  45. <li>Game</li>
  46. </ol>
  47. <p>Special thanks to the developers of <a href="https://github.com/EmuELEC/EmuELEC" target="_blank">EmuElec</a> for making this amazing software</p>
  48. </div>
  49. </div>
  50. </body>
  51. </html>