123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- <!DOCTYPE html>
- <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <title>Install Armbian Onto Android TV Box eMMC Internal Storage</title>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
- <meta charset="UTF-8">
- <meta name="keywords" content="How To,Tutorial,i12bretro,Armbian,Single Board Computer,Raspberry Pi Alternative,eMMC,Flash Memory,Install,Linux,Debian,Terminal">
- <meta name="author" content="i12bretro">
- <meta name="description" content="Install Armbian Onto Android TV Box eMMC Internal Storage">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <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>Install Armbian Onto Android TV Box eMMC Internal Storage</h1>
- </div>
- <div></div>
- <div id="content">
- <p><em>NOTE: This will overwrite the Android ROM on the eMMC flash and attempt to install Armbian. Before beginning, make sure you have a backup of the stock Android ROM in the event the installation fails or you want to revert back to Android in the future. Proceed at your own risk.</em></p>
- <ol>
- <li>Boot into Armbian using the microSD method</li>
- <li>Run the following commands in a terminal window
- <div class="codeBlock">sudo su<br />
- cd /root/<br />
- ls</div>
- </li>
- <li>Find the install- .sh file for the chipset hardware
- <p>aw = allwinner<br />
- aml = amlogic<br />
- rk = rockchip</p>
- </li>
- <li>Run the install script
- <div class="codeBlock">sudo ./install-aml.sh</div>
- </li>
- <li>Once the Armbian OS finishes copying to the eMMC, shutdown Armbian</li>
- <li>Unplug power from the TV box</li>
- <li>Remove the SD/microSD card from the system</li>
- <li>Power the TV box back on to boot from the eMMC storage</li>
- <li>If everything worked as expected, Armbian should boot from the internal eMMC storage and no longer require the SD/microSD card</li>
- </ol>
- </div>
- </div>
- </body>
- </html>
-
|