0361.html 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. <!DOCTYPE html>
  2. <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <title>Installing Armbian on Amlogic S805 Android TV Box (OttBox MXQ)</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,S805,Amlogic,MXQ,OttBox,How To,Tutorial,i12bretro">
  8. <meta name="author" content="i12bretro">
  9. <meta name="description" content="Installing Armbian on Amlogic S805 Android TV Box (OttBox MXQ)">
  10. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  11. <meta name="revised" content="03/20/2022 12:51:07 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 S805 Android TV Box (OttBox MXQ)</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 OttBox MXQ Mini I picked up used for $10 shipped. It sports a Quad Core Amlogic S805 @ 1..5GHz and 1 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://yadi.sk/d/DnCkh3KBvAFES/Linux/Armbian/5.67/20181207" target="_blank">Download</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 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>Edit /euEnv.txt 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. <p>FDT=/dtb/meson8b-mxq.dtb</p>
  47. </li>
  48. <li>Save</li>
  49. <li>Close</li>
  50. </ol>
  51. </li>
  52. <li>Safely remove microSD</li>
  53. <li>Insert microSD card to Android TV box</li>
  54. </ol>
  55. <h2>Booting to Armbian for the First Time</h2>
  56. <ol>
  57. <li>With an unfolded paperclip, press the reset button on the bottom of the device</li>
  58. <li>While holding the reset button, plug the power adapter into the Android TV box</li>
  59. <li>You should see the Armbian terminal running startup scripts</li>
  60. <li>When prompted, login with username: root password: 1234</li>
  61. <li>Input a new root password</li>
  62. <li>Confirm the new root password</li>
  63. <li>When prompted, input a username</li>
  64. <li>Input a password for the new user</li>
  65. <li>Confirm the password for the new user</li>
  66. <li>Follow any additional the prompts</li>
  67. <li>Armbian will boot into the desktop environment</li>
  68. </ol>
  69. <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>
  70. </div>
  71. </div>
  72. </body>
  73. </html>