0241.html 2.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. <!DOCTYPE html>
  2. <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <title>Install OpenWRT on Amlogic S905x Android TV Box</title>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  6. <meta charset="UTF-8">
  7. <meta name="keywords" content="OpenWRT,Amlogic,S905x,Android TV Box,Single Board Computer,SBC,Raspberry Pi Alternative,i12bretro,Tutorial,How To">
  8. <meta name="author" content="i12bretro">
  9. <meta name="description" content="Install OpenWRT on Amlogic S905x Android TV Box">
  10. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  11. <link rel="icon" type="image/x-icon" href="includes/favicon.ico">
  12. <script type="text/javascript" src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
  13. <script type="text/javascript" src="includes/js/steps.js"></script>
  14. <link href="css/steps.css" rel="stylesheet" type="text/css" />
  15. </head>
  16. <body>
  17. <div id="gridContainer">
  18. <div class="topMargin"></div>
  19. <div id="listName" class="topMargin">
  20. <h1>Install OpenWRT on Amlogic S905x Android TV Box</h1>
  21. </div>
  22. <div></div>
  23. <div id="content">
  24. <h2>Things You Will Need</h2>
  25. <ul>
  26. <li>microSD card at least 4 GB</li>
  27. </ul>
  28. <h2>Download and Flash OpenWRT</h2>
  29. <ol>
  30. <li>Download OpenWRT for S905x <a href="https://pulpstone.pw/openwrt-18-06-2/" target="_blank">Download</a></li>
  31. <li>Download Balena Etcher <a href="https://www.balena.io/etcher/" target="_blank">Download</a></li>
  32. <li>Run Balena Etcher</li>
  33. <li>Burn the OpenWRT image to microSD card</li>
  34. <li>Safely remove microSD and re-insert</li>
  35. <li>Ignore/close the Windows dialogs to format the inserted microSD card</li>
  36. </ol>
  37. <h2>Booting OpenWRT</h2>
  38. <ol>
  39. <li>With an unfolded paperclip, press the reset button hidden inside the 3.5mm AV port</li>
  40. <li>While holding the reset button, plug the power adapter into the Android TV box</li>
  41. <li>The box should boot into the OpenWRT Linux terminal</li>
  42. <li>Wait for the text to stop scrolling and press Enter</li>
  43. <li>Run the following command to set a static LAN IP address:
  44. <div class="codeBlock">uci set network.lan.ipaddr=&#39;192.168.0.137&#39;<br />
  45. service network restart</div>
  46. </li>
  47. <li>Open a web browser and navigate to http://192.168.0.137</li>
  48. <li>At the login screen, enter the username root and password root &gt; Click the Login button</li>
  49. <li>Select System &gt; Administration from the menu</li>
  50. <li>Under the Router Password heading, enter a new password and repeat it to confirm</li>
  51. <li>Scroll to the bottom of the page and click the Save &amp; Apply button</li>
  52. <li>Enjoy OpenWRT running on a cheap Amlogic S905x TV box</li>
  53. </ol>
  54. <p>Source: <a href="https://pulpstone.pw/openwrt-18-06-2/" target="_blank">https://pulpstone.pw/openwrt-18-06-2/</a></p>
  55. </div>
  56. </div>
  57. </body>
  58. </html>