0310.html 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. <!DOCTYPE html>
  2. <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <title>Installing Batocera on S905w Android TV Box (Tanix TX3 Mini)</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,Batocera,S905w,Amlogic,Tanix,TX3 Mini">
  8. <meta name="author" content="i12bretro">
  9. <meta name="description" content="Installing Batocera on S905w Android TV Box (Tanix TX3 Mini)">
  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 Batocera on S905w Android TV Box (Tanix TX3 Mini)</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 Batocera <a href="https://batocera.org/download" 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 Batocera image to microSD card</li>
  34. <li><span id="li_379119_6"><label for="cb_li_379119_6">Safely remove microSD and re-insert</label></span></li>
  35. <li><span id="li_925857_7"><label for="cb_li_925857_7">Ignore/close the Windows dialogs to format the inserted microSD card</label></span></li>
  36. <li><span><label for="cb_li_925857_7">Open the microSD card in Explorer and open the /boot directory</label></span></li>
  37. <li><span><label for="cb_li_925857_7">Rename the .dtb file that corresponds to your Android TV box to DTB.IMG</label></span>
  38. <p>P200 = s905<br />
  39. p201 = s905<br />
  40. p212 = s905x<br />
  41. p281 = s905w<br />
  42. q201 = s912<br />
  43. q200 = s912</p>
  44. </li>
  45. </ol>
  46. <h2>Booting to Batocera for the First Time</h2>
  47. <ol>
  48. <li>Plug the power adapter into the Android TV box</li>
  49. <li>If the device has never booted from external storage before the stock Android OS will load</li>
  50. <li>In Android, navigate to the application drawer &gt; Run Update &amp; Backup</li>
  51. <li>Select Local &gt; Navigate to the microSD card &gt; aml_autoscript.zip</li>
  52. <li>Select Update</li>
  53. <li>The system will reboot twice and should then begin booting Batocera from the microSD card</li>
  54. <li>You should see the Batocera splash screen</li>
  55. <li>Setup Your Controller</li>
  56. <li>Game</li>
  57. </ol>
  58. <p>Special thanks to the developers of <a href="https://batocera.org/" target="_blank">Batocera</a> for making this amazing software</p>
  59. </div>
  60. </div>
  61. </body>
  62. </html>