0123.html 3.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. <!DOCTYPE html>
  2. <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <title>Installing Batocera 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,Batocera,Sunvell,T95x,S905x,Amlogic,Install Guide,AARCH64,ARM,ARM Architecture,ARM CPU,ARM Processor,ARM64,ARMv8,System On A Chip,TV Box,Single Board Computer AARCH64,SD Card,SD,Retro Gaming,Android TV Box Retro Gaming,Android TV Box,Android Box,Amlogic S905x,Gaming,Cheap TV Box,Emulation,Free Software,Install Batocera Amlogic,Micro SD,SOC,How To,Tutorial,i12bretro">
  8. <meta name="author" content="i12bretro">
  9. <meta name="description" content="Installing Batocera on S905x Android TV Box (Sunvell T95x)">
  10. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  11. <meta name="revised" content="04/08/2022 05:04:31 AM" />
  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 Batocera on S905x Android TV Box (Sunvell T95x)</h1>
  22. </div>
  23. <div></div>
  24. <div id="content">
  25. <h2>Things You Will Need</h2>
  26. <ul>
  27. <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>
  28. </ul>
  29. <h2>Downloads and Flashing to MicroSD</h2>
  30. <ol>
  31. <li>Download Batocera <a href="https://batocera.org/download" 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 Batocera 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. <li>Open the microSD card in Explorer and open the /boot directory</li>
  38. <li>Rename the .dtb file that corresponds to your Android TV box to DTB.IMG
  39. <p>P200 = s905<br />
  40. p201 = s905<br />
  41. p212 = s905x<br />
  42. p281 = s905w<br />
  43. q201 = s912<br />
  44. q200 = s912</p>
  45. </li>
  46. </ol>
  47. <h2>Booting to Batocera for the First Time</h2>
  48. <ol>
  49. <li>Plug the power adapter into the Android TV box</li>
  50. <li>If the device has never booted from external storage before the stock Android OS will load</li>
  51. <li>In Android, navigate to the application drawer &gt; Run Update &amp; Backup</li>
  52. <li>Select Local &gt; Navigate to the microSD card &gt; aml_autoscript.zip</li>
  53. <li>Select Update</li>
  54. <li>The system will reboot twice and should then begin booting Batocera from the microSD card</li>
  55. <li>You should see the Batocera splash screen</li>
  56. <li>Setup Your Controller</li>
  57. <li>Game</li>
  58. </ol>
  59. <p>Special thanks to the developers of <a href="https://batocera.org/" target="_blank">Batocera</a> for making this amazing software</p>
  60. </div>
  61. </div>
  62. </body>
  63. </html>