12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 |
- <!DOCTYPE html>
- <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <title>Installing Batocera on S912 Android TV Box (Tanix TX9s)</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,Amlogic,Tanix,TX9s,S912,System On A Chip,Single Board Computer AARCH64,SOC,SD Card,Install Guide,Android TV Box,Android Box,Amlogic S912,ARMv8,ARM64,ARM Processor,ARM CPU,ARM Architecture,ARM,AARCH64,How To,Tutorial,i12bretro">
- <meta name="author" content="i12bretro">
- <meta name="description" content="Installing Batocera on S912 Android TV Box (Tanix TX9s)">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <meta name="revised" content="01/13/2024 03:44:10 PM" />
- <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 S912 Android TV Box (Tanix TX9s)</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://drive.google.com/file/d/1x4E7eaZcR_jT76d3uT-BWgz5g2gLr5Uq/view?usp=sharing" 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><span id="li_379119_6"><label for="cb_li_379119_6">Safely remove microSD and re-insert</label></span></li>
- <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>
- <li><span><label for="cb_li_925857_7">Open the microSD card in Explorer and open the /boot directory</label></span></li>
- <li><span><label for="cb_li_925857_7">Find the .dtb file that corresponds to your Android TV box and copy the full file name</label></span>
- <p>meson-gxm-q201.dtb = s912<br />
- meson-gxm-q200.dtb = s912</p>
- </li>
- <li>Navigate back to the root of the SD card and into /extlinux</li>
- <li>Edit the extlinux.conf file in a text editor</li>
- <li>Paste the full dtb file name on the FDT line<br />
- FDT /boot/meson-gxm-q201.dtb</li>
- <li>Safely remove the SD card from the PC</li>
- </ol>
- <h2>Booting to Batocera for the First Time</h2>
- <ol>
- <li>Insert the SD card into the Android TV box</li>
- <li>With an unfolded paperclip, press and hold the reset button (sometimes hidden inside the 3.5mm AV port)</li>
- <li>While still holding the reset button, plug the power adapter into the Android TV box</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>
-
|