0049.html 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  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,EmuElec,Sunvell,T95x,S905x,Amlogic,Install Guide,AARCH64,ARM,ARM Architecture,ARM CPU,ARM Processor,ARM64,ARMv8,Amlogic S905x,Amlogic Retropie,Android TV Box,Cheap TV Box,Emulation,Gaming,SD Card,Retro Gaming,GitHub,Sunvell T95x,System On A Chip,SOC,Micro SD,How To,Tutorial,i12bretro">
  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. <meta name="revised" content="03/26/2022 12:46:31 PM" />
  12. <link rel="icon" type="image/x-icon" href="includes/favicon.ico">
  13. <script type="text/javascript" src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
  14. <script type="text/javascript" src="includes/js/steps.js"></script>
  15. <link href="css/steps.css" rel="stylesheet" type="text/css" />
  16. </head>
  17. <body>
  18. <div id="gridContainer">
  19. <div class="topMargin"></div>
  20. <div id="listName" class="topMargin">
  21. <h1>Installing EmuElec on S905x Android TV Box (Sunvell T95x)</h1>
  22. </div>
  23. <div></div>
  24. <div id="content">
  25. <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>
  26. <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>
  27. <p>EmuElec is essentially the RetroPie equivalent for other single board computers, running only the bare minimum Linux core to get EmulationStation running.</p>
  28. <h2>Things You Will Need</h2>
  29. <ul>
  30. <li>A microSD card at least 4 GB <a href="https://amzn.to/36CpShC" target="_blank">https://amzn.to/36CpShC</a> | <a href="https://amzn.to/3CXJngt" target="_blank">https://amzn.to/3CXJngt</a> | <a href="https://amzn.to/3JqyxSP" target="_blank">https://amzn.to/3JqyxSP</a></li>
  31. </ul>
  32. <h2>Downloads and Flashing to MicroSD</h2>
  33. <ol>
  34. <li>Download EmuElec <a href="https://github.com/EmuELEC/EmuELEC/releases" target="_blank">Download</a></li>
  35. <li>Download Balena Etcher <a href="https://www.balena.io/etcher/" target="_blank">Download</a></li>
  36. <li>Run Balena Etcher</li>
  37. <li>Burn EmuElec image to microSD card</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>