-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
0971: Installing Lakka on S905x3 Android TV Box (Tanix TX3)
- Loading branch information
Showing
1 changed file
with
58 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
<!DOCTYPE html> | ||
<html lang="en" xmlns="http://www.w3.org/1999/xhtml"> | ||
<head> | ||
<title>Installing Lakka on S905x3 Android TV Box (Tanix TX3)</title> | ||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | ||
<meta charset="UTF-8"> | ||
<meta name="keywords" content="Install Guide,Raspberry Pi Alternative,SBC,Single Board Computer,Amlogic,Lakka,Linux,RetroArch,S905x3,Amlogic S905x3,Tanix,TX3,Tanix TX3,Run Lakka On Amlogic S905x3,ARM Architecture,ARM CPU,ARM Processor,ARMv8,Android TV Box,Cheap TV Box,SOC,System On A Chip,AARCH64,ARM,ARM64,How To,Tutorial,i12bretro"> | ||
<meta name="author" content="i12bretro"> | ||
<meta name="description" content="Installing Lakka on S905x3 Android TV Box (Tanix TX3)"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<meta name="revised" content="09/22/2024 07:18:02 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 Lakka on S905x3 Android TV Box (Tanix TX3)</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 Lakka <a href="http://lakka.tv/get/linux/s905/" target="_blank">Download</a> | <a href="https://drive.google.com/file/d/1P9mghqlvskqjBFET7ERwW_hVx8RNqgVz/view?usp=share_link" target="_blank">Alternate</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 Lakka image to microSD card</li> | ||
<li><label for="cb_li_925857_7">Open the microSD card in Explorer and navigate to the /dtb directory</label></li> | ||
<li>Locate the .dtb file name <label for="cb_li_925857_7">that corresponds to target Amlogic processor</label></li> | ||
<li><label for="cb_li_925857_7">Navigate up one directory and edit the uEnv.ini file</label></li> | ||
<li><label for="cb_li_925857_7">Update the dtb_name= line to point to the correct .dtb file in the /dtb directory</label></li> | ||
<li>Safely remove microSD and re-insert</li> | ||
<li>Ignore/close the Windows dialogs to format the inserted microSD card</li> | ||
</ol> | ||
|
||
<h2>Booting to Lakka for the First Time</h2> | ||
|
||
<ol> | ||
<li>With an unfolded paperclip, press the reset button on the bottom of the device</li> | ||
<li>While holding the reset button, plug the power adapter into the Android TV box</li> | ||
<li>You should see the Lakka splash screen</li> | ||
</ol> | ||
|
||
<p>Special thanks to the developers of <a href="http://lakka.tv/" target="_blank">Lakka</a> for making this amazing software</p> </div> | ||
</div> | ||
</body> | ||
</html> | ||
|