0185.html 5.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. <!DOCTYPE html>
  2. <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <title>Installing Armbian on Amlogic S912 Android TV Box (Nexbox A95x A2)</title>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  6. <meta charset="UTF-8">
  7. <meta name="keywords" content="Linux,Armbian,Single Board Computer,SBC,Raspberry Pi Alternative,Nexbox,A95x A2,AARCH64,ARM,ARM Architecture,ARM Processor,ARM CPU,ARM64,ARMv8,Android TV Box,Debian,Install Guide,SD Card,SOC,Ubuntu,System On A Chip,Single Board Computer AARCH64,Amlogic,S912,Amlogic S912,How To,Tutorial,i12bretro">
  8. <meta name="author" content="i12bretro">
  9. <meta name="description" content="Installing Armbian on Amlogic S912 Android TV Box (Nexbox A95x A2)">
  10. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  11. <meta name="revised" content="09/11/2023 05:37:20 AM" />
  12. <link rel="icon" type="image/x-icon" href="includes/favicon.ico">
  13. <script type="text/javascript" src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
  14. <script type="text/javascript" src="includes/js/steps.js"></script>
  15. <link href="css/steps.css" rel="stylesheet" type="text/css" />
  16. </head>
  17. <body>
  18. <div id="gridContainer">
  19. <div class="topMargin"></div>
  20. <div id="listName" class="topMargin">
  21. <h1>Installing Armbian on Amlogic S912 Android TV Box (Nexbox A95x A2)</h1>
  22. </div>
  23. <div></div>
  24. <div id="content">
  25. <p>I love the idea of the Raspberry Pi, but there are some cheaper alternative single board computers that offer a similar experience for a fraction of the cost. While the community support isn&#39;t quite what it is for the Pi, there are a ton of projects you can accomplish on the cheap with these little hidden gems. Keep an eye on AliExpress and Amazon and you can find SBC&#39;s sporting quad core ARM process with 2-4 GB of RAM for under $30, including a power supply and IR remote control.</p>
  26. <p>The box used in this video is a Nexbox A95x A2 I picked up used on eBay for $21 shipped. It sports an Octa Core Amlogic S912 @ 2GHz and 2 GB of DDR3 RAM.<br />
  27. https://www.gearbest.com/refurbished-product/pp_009840550154.html?wid=1433363</p>
  28. <h2>Things You Will Need</h2>
  29. <ul>
  30. <li>A microSD card at least 8 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>
  31. </ul>
  32. <h2>Downloads and Flashing to MicroSD</h2>
  33. <ol>
  34. <li>Download Armbian <a href="https://drive.google.com/open?id=10OkhOuke9JfgevCAjyJP4dP8x8HCIXbK" target="_blank">Download</a></li>
  35. <li>Download Balena Etcher <a href="https://www.balena.io/etcher/" target="_blank">Download</a></li>
  36. <li>Run Balena Etcher</li>
  37. <li>Burn Armbian image to microSD card</li>
  38. <li>Safely remove microSD and re-insert</li>
  39. <li>Ignore/close the Windows dialogs to format the inserted microSD card</li>
  40. </ol>
  41. <h2>Configure MicroSD Card for Armbian</h2>
  42. <ol>
  43. <li>Open the readable partition of the microSD card in Explorer</li>
  44. <li>Rename the file u-boot-s905x-s912 to u-boot.ext</li>
  45. <li>Edit /extlinux/extlinuxuEnv.conf in a text editor
  46. <ol start="1" style="list-style-type: lower-alpha;">
  47. <li>Comment out rk-3399 lines by adding #</li>
  48. <li>Uncomment aml s9xx FDT and APPEND lines by removing #</li>
  49. <li>Update the FDT line to point to a working .dtb file for your device
  50. <div class="codeBlock"># aml s9xxx<br />
  51. #FDT=/dtb/amlogic/meson-g12a-x96-max-no-cvbs.dtb<br />
  52. #FDT=/dtb/amlogic/meson-g12b-ugoos-am6-no-cvbs.dtb<br />
  53. #FDT=/dtb/amlogic/meson-g12b-odroid-n2.dtb<br />
  54. FDT=/dtb/amlogic/meson-gxm-q200.dtb<br />
  55. APPEND=root=LABEL=ROOTFS rootflags=data=writeback rw console=ttyAML0,115200n8 console=tty0 no_console_suspend consoleblank=0 fsck.fix=yes fsck.repair=yes net.ifnames=0</div>
  56. </li>
  57. <li>Save</li>
  58. <li>Close</li>
  59. </ol>
  60. </li>
  61. <li>Safely remove microSD</li>
  62. <li>Insert microSD card to Android TV box</li>
  63. </ol>
  64. <h2>Booting to Armbian for the First Time</h2>
  65. <ol>
  66. <li>Plug the power adapter into the Android TV box</li>
  67. <li>If the device has never booted from external storage before the stock Android OS will load</li>
  68. <li>In Android, navigate to the application drawer &gt; Run Update &amp; Backup</li>
  69. <li>Select Local &gt; Navigate to the microSD card &gt; aml_autoscript.zip</li>
  70. <li>Select Update</li>
  71. <li>The system will reboot twice and should then begin booting Armbian from the microSD card</li>
  72. <li>You should see the Armbian terminal running startup scripts</li>
  73. <li>When prompted, input a new root password</li>
  74. <li>Confirm the new root password</li>
  75. <li>When prompted, input a username</li>
  76. <li>Input a password for the new user</li>
  77. <li>Confirm the password for the new user</li>
  78. <li>Follow any additional the prompts</li>
  79. <li>Armbian will boot into the desktop environment</li>
  80. </ol>
  81. <p>Special thanks to the developers and forum members over at <a href="https://armbian.com" target="_blank">Armbian.com</a> for making this possible</p> </div>
  82. </div>
  83. </body>
  84. </html>