12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970 |
- <!DOCTYPE html>
- <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <title>Installing Batocera on S905x Android TV Box (Sunvell T95x)</title>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
- <meta charset="UTF-8">
- <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">
- <meta name="author" content="i12bretro">
- <meta name="description" content="Installing Batocera on S905x Android TV Box (Sunvell T95x)">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <meta name="revised" content="04/08/2022 05:04:31 AM" />
- <link rel="icon" type="image/x-icon" href="includes/favicon.ico">
- <script type="text/javascript" src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
- <script type="text/javascript" src="includes/js/steps.js"></script>
- <link href="css/steps.css" rel="stylesheet" type="text/css" />
- </head>
- <body>
- <div id="gridContainer">
- <div class="topMargin"></div>
- <div id="listName" class="topMargin">
- <h1>Installing Batocera on S905x Android TV Box (Sunvell T95x)</h1>
- </div>
- <div></div>
- <div id="content">
- <h2>Things You Will Need</h2>
- <ul>
- <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>
- </ul>
- <h2>Downloads and Flashing to MicroSD</h2>
- <ol>
- <li>Download Batocera <a href="https://batocera.org/download" target="_blank">Download</a></li>
- <li>Download Balena Etcher <a href="https://www.balena.io/etcher/" target="_blank">Download</a></li>
- <li>Run Balena Etcher</li>
- <li>Burn Batocera image to microSD card</li>
- <li>Safely remove microSD and re-insert</li>
- <li>Ignore/close the Windows dialogs to format the inserted microSD card</li>
- <li>Open the microSD card in Explorer and open the /boot directory</li>
- <li>Rename the .dtb file that corresponds to your Android TV box to DTB.IMG
- <p>P200 = s905<br />
- p201 = s905<br />
- p212 = s905x<br />
- p281 = s905w<br />
- q201 = s912<br />
- q200 = s912</p>
- </li>
- </ol>
- <h2>Booting to Batocera for the First Time</h2>
- <ol>
- <li>Plug the power adapter into the Android TV box</li>
- <li>If the device has never booted from external storage before the stock Android OS will load</li>
- <li>In Android, navigate to the application drawer > Run Update & Backup</li>
- <li>Select Local > Navigate to the microSD card > aml_autoscript.zip</li>
- <li>Select Update</li>
- <li>The system will reboot twice and should then begin booting Batocera from the microSD card</li>
- <li>You should see the Batocera splash screen</li>
- <li>Setup Your Controller</li>
- <li>Game</li>
- </ol>
- <p>Special thanks to the developers of <a href="https://batocera.org/" target="_blank">Batocera</a> for making this amazing software</p>
- </div>
- </div>
- </body>
- </html>
-
|