0978.html 4.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. <!DOCTYPE html>
  2. <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <title>Installing Armbian on Amlogic S905x3 Android TV Box (Tanix TX3)</title>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  6. <meta charset="UTF-8">
  7. <meta name="keywords" content="Install Guide,SBC,Single Board Computer,Amlogic,Armbian,Linux,Tanix,TX3,Tanix TX3,Amlogic S905x3,S905x3,Debian,Ubuntu,ARM,SOC,Cheap TV Box,Android TV Box,System On A Chip,ARM CPU,AARCH64,ARM Architecture,ARM Processor,ARM64,ARMv8,How To,Tutorial,i12bretro">
  8. <meta name="author" content="i12bretro">
  9. <meta name="description" content="Installing Armbian on Amlogic S905x3 Android TV Box (Tanix TX3)">
  10. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  11. <meta name="revised" content="09/22/2024 07:00:57 PM" />
  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 S905x3 Android TV Box (Tanix TX3)</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 I picked up on AliExpress for about $35 shipped. It sports a Quad Core Amlogic S905x3 @ 1.9GHz and 4 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 Armbian <a href="https://www.armbian.com/amlogic-s9xx-tv-box/" target="_blank">Download</a></li>
  34. <li>Download Balena Etcher <a href="https://github.com/balena-io/etcher/releases/latest" target="_blank">Download</a></li>
  35. <li>Run Balena Etcher</li>
  36. <li>Burn Armbian 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 Armbian</h2>
  41. <ol>
  42. <li>Open the readable partition of the microSD card in Explorer</li>
  43. <li>Rename the appropriate file from below to u-boot.ext on the root of the SD card, u-boot-s905x3 in this example</li>
  44. <li>Edit /extlinux/extlinux.conf 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">fdt /dtb/amlogic/meson-sm1-x96-air.dtb</div>
  48. </li>
  49. <li>Save</li>
  50. <li>Close</li>
  51. </ol>
  52. </li>
  53. <li>Safely remove microSD</li>
  54. <li>Insert microSD card to Android TV box</li>
  55. </ol>
  56. <h2>Booting to Armbian for the First Time</h2>
  57. <ol>
  58. <li>With an unfolded paperclip, press the reset button</li>
  59. <li>While holding the reset button, plug the power adapter into the Android TV box</li>
  60. <li>You should see the Armbian terminal running startup scripts</li>
  61. <li>When prompted, enter and confirm a root password</li>
  62. <li>Select a default system shell</li>
  63. <li>Input a username</li>
  64. <li>Enter and confirm a password for the new user</li>
  65. <li>Follow any additional the prompts</li>
  66. <li>Armbian will boot into the desktop environment</li>
  67. </ol>
  68. <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>
  69. </div>
  70. </body>
  71. </html>