0200.html 4.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. <!DOCTYPE html>
  2. <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <title>Installing Manjaro on Amlogic S912 Android TV Box (Tanix TX9s)</title>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  6. <meta charset="UTF-8">
  7. <meta name="keywords" content="Linux,Manjaro,Tanix,TX9s,Single Board Computer,SBC,Raspberry Pi,Alternative,HowTo,Amlogic,S912,Android TV Box,Tutorial,i12bretro">
  8. <meta name="author" content="i12bretro">
  9. <meta name="description" content="Installing Manjaro on Amlogic S912 Android TV Box (Tanix TX9s)">
  10. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  11. <meta name="revised" content="12/20/2022 10:43:34 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 Manjaro on Amlogic S912 Android TV Box (Tanix TX9s)</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 Tanix TX9s I picked up on GearBest for $24.99 shipped. It sports an Octa Core Amlogic S912 @ 2GHz and 2 GB of DDR3 RAM.<br />
  27. https://www.gearbest.com/goods/pp_009744724529.html?lang=en&amp;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 Manjaro ARM <a href="https://manjaro.org/downloads/arm/khadas-vim-2/arm8-vim2-kde-plasma/" target="_blank">Download</a> | <a href="https://drive.google.com/file/d/1iF3KZBWze9VWiQ-4P6zYMTX9hA7TsM1h/view?usp=share_link" target="_blank">Alternate</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 Manjaro 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 Manjaro</h2>
  42. <ol>
  43. <li>Open the readable partition of the microSD card in Explorer</li>
  44. <li>Edit uEnv.ini in a text editor
  45. <ol start="1" style="list-style-type: lower-alpha;">
  46. <li>Update the FDT line to point to a working .dtb file for your device
  47. <div class="codeBlock"># For AML<br />
  48. FDT=/dtbs/amlogic/meson-gxm-q200.dtb<br />
  49. APPEND=root=LABEL=ROOT_MNJRO rootflags=data=writeback rw console=ttyAML0,115200n8 console=tty0 no_console_suspend consoleblank=0 fsck.fix=yes fsck.repair=yes net.ifnames=0 bootsplash.bootfile=bootsplash-themes/manjaro/bootsplash</div>
  50. </li>
  51. <li>Save</li>
  52. <li>Close</li>
  53. </ol>
  54. </li>
  55. <li>Safely remove microSD</li>
  56. <li>Insert microSD card to Android TV box</li>
  57. </ol>
  58. <h2>Booting to Manjaro for the First Time</h2>
  59. <ol>
  60. <li>Plug the power adapter into the Android TV box</li>
  61. <li>If the device has never booted from external storage before the stock Android OS will load</li>
  62. <li>In Android, navigate to the application drawer &gt; Run Update &amp; Backup</li>
  63. <li>Select Local &gt; Navigate to the microSD card &gt; aml_autoscript.zip</li>
  64. <li>Select Update</li>
  65. <li>The system will reboot and should then begin booting Manjaro from the microSD card</li>
  66. <li>You should see the Manjaro terminal running startup scripts</li>
  67. <li>When prompted, set the keyboard layout</li>
  68. <li>When prompted, input a username and password</li>
  69. <li>Then when prompted, set a root password</li>
  70. <li>Confirm the root password</li>
  71. <li>Follow any additional the prompts to setup</li>
  72. <li>Manjaro will boot into the desktop environment</li>
  73. </ol> </div>
  74. </div>
  75. </body>
  76. </html>