0434.html 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. <!DOCTYPE html>
  2. <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <title>Install Armbian Onto Android TV Box eMMC Internal Storage</title>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  6. <meta charset="UTF-8">
  7. <meta name="keywords" content="How To,Tutorial,i12bretro,Armbian,Single Board Computer,Raspberry Pi Alternative,eMMC,Flash Memory,Install,Linux,Debian,Terminal">
  8. <meta name="author" content="i12bretro">
  9. <meta name="description" content="Install Armbian Onto Android TV Box eMMC Internal Storage">
  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>Install Armbian Onto Android TV Box eMMC Internal Storage</h1>
  21. </div>
  22. <div></div>
  23. <div id="content">
  24. <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>
  25. <ol>
  26. <li>Boot into Armbian using the microSD method</li>
  27. <li>Run the following commands in a terminal window
  28. <div class="codeBlock">sudo su<br />
  29. cd /root/<br />
  30. ls</div>
  31. </li>
  32. <li>Find the install- .sh file for the chipset hardware
  33. <p>aw = allwinner<br />
  34. aml = amlogic<br />
  35. rk = rockchip</p>
  36. </li>
  37. <li>Run the install script
  38. <div class="codeBlock">sudo ./install-aml.sh</div>
  39. </li>
  40. <li>Once the Armbian OS finishes copying to the eMMC, shutdown Armbian</li>
  41. <li>Unplug power from the TV box</li>
  42. <li>Remove the SD/microSD card from the system</li>
  43. <li>Power the TV box back on to boot from the eMMC storage</li>
  44. <li>If everything worked as expected, Armbian should boot from the internal eMMC storage and no longer require the SD/microSD card</li>
  45. </ol>
  46. </div>
  47. </div>
  48. </body>
  49. </html>