0062.html 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. <!DOCTYPE html>
  2. <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <title>Installing LibreElec 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,LibreElec,Sunvell,T95x,S905x,Amlogic">
  8. <meta name="author" content="i12bretro">
  9. <meta name="description" content="Installing LibreElec 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 LibreElec 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. <h2>Things You Will Need</h2>
  26. <ul>
  27. <li>A microSD card at least 4 GB</li>
  28. </ul>
  29. <h2>Downloads and Flashing to MicroSD</h2>
  30. <ol>
  31. <li>Download LibreElec <a href="https://forum.libreelec.tv/thread/5274-index-libreelec-community-builds-for-amlogic/" target="_blank">Download</a></li>
  32. <li>Download Balena Etcher <a href="https://www.balena.io/etcher/" target="_blank">Download</a></li>
  33. <li>Run Balena Etcher</li>
  34. <li>Burn LibreElec image to microSD card</li>
  35. <li>Safely remove microSD and re-insert</li>
  36. <li>Ignore/close the Windows dialogs to format the inserted microSD card</li>
  37. </ol>
  38. <h2>Booting to LibreElec for the First Time</h2>
  39. <ol>
  40. <li>With an unfolded paperclip, press the reset button hidden inside the 3.5mm AV port</li>
  41. <li>While holding the reset button, plug the power adapter into the Android TV box</li>
  42. <li>You should see the LibreElec splash screen</li>
  43. </ol>
  44. <p>Special thanks to the developers of <a href="https://libreelec.tv/" target="_blank">LibreElec</a> for making this amazing software</p>
  45. </div>
  46. </div>
  47. </body>
  48. </html>