0313.html 4.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. <!DOCTYPE html>
  2. <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <title>Installing Manjaro on Amlogic S905w Android TV Box (Tanix TX3 Mini)</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,Tanix,TX3 Mini,How To,Tutorial,i12bretro">
  8. <meta name="author" content="i12bretro">
  9. <meta name="description" content="Installing Manjaro on Amlogic S905w Android TV Box (Tanix TX3 Mini)">
  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 S905w Android TV Box (Tanix TX3 Mini)</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 TX3 Mini I picked up on eBay for $22 shipped. It sports a Quad Core Amlogic S905w @ 2GHz and 2 GB of DDR3 RAM.</p>
  27. <h2>Things You Will Need</h2>
  28. <ul>
  29. <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>
  30. </ul>
  31. <h2>Downloads and Flashing to MicroSD</h2>
  32. <ol>
  33. <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>
  34. <li>Download Balena Etcher <a href="https://www.balena.io/etcher/" target="_blank">Download</a></li>
  35. <li>Run Balena Etcher</li>
  36. <li>Burn Manjaro image to microSD card</li>
  37. <li>Safely remove microSD and re-insert</li>
  38. <li>Ignore/close the Windows dialogs to format the inserted microSD card</li>
  39. </ol>
  40. <h2>Configure MicroSD Card for Manjaro</h2>
  41. <ol>
  42. <li>Open the readable partition of the microSD card in Explorer</li>
  43. <li>Edit uEnv.ini in a text editor
  44. <ol start="1" style="list-style-type: lower-alpha;">
  45. <li>Update the FDT line to point to a working .dtb file for your device
  46. <div class="codeBlock"># For AML<br />
  47. FDT=/dtbs/amlogic/meson-gxl-s905w-<wbr />p281.dtb<br />
  48. 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>
  49. </li>
  50. <li>Save</li>
  51. <li>Close</li>
  52. </ol>
  53. </li>
  54. <li>Safely remove microSD</li>
  55. <li>Insert microSD card to Android TV box</li>
  56. </ol>
  57. <h2>Booting to Manjaro for the First Time</h2>
  58. <ol>
  59. <li>Plug the power adapter into the Android TV box</li>
  60. <li>If the device has never booted from external storage before the stock Android OS will load</li>
  61. <li>In Android, navigate to the application drawer &gt; Run Update &amp; Backup</li>
  62. <li>Select Local &gt; Navigate to the microSD card &gt; aml_autoscript.zip</li>
  63. <li>Select Update</li>
  64. <li>The system will reboot and should then begin booting Manjaro from the microSD card</li>
  65. <li>You should see the Manjaro terminal running startup scripts</li>
  66. <li>When prompted, set the keyboard layout</li>
  67. <li>When prompted, input a username and password</li>
  68. <li>Then when prompted, set a root password</li>
  69. <li>Confirm the root password</li>
  70. <li>Follow any additional the prompts to setup</li>
  71. <li>Manjaro will boot into the desktop environment</li>
  72. </ol> </div>
  73. </div>
  74. </body>
  75. </html>