0241.html 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  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,How To,Tutorial,i12bretro">
  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. <meta name="revised" content="03/20/2022 12:58:35 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>Install OpenWRT on Amlogic S905x Android TV Box</h1>
  22. </div>
  23. <div></div>
  24. <div id="content">
  25. <h2>Things You Will Need</h2>
  26. <ul>
  27. <li>A microSD card at least 4 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>
  28. </ul>
  29. <h2>Download and Flash OpenWRT</h2>
  30. <ol>
  31. <li>Download OpenWRT for S905x <a href="https://pulpstone.pw/openwrt-18-06-2/" target="_blank">Download</a></li>
  32. <li>Download Balena Etcher <a href="https://www.balena.io/etcher/" target="_blank">Download</a></li>
  33. <li>Run Balena Etcher</li>
  34. <li>Burn the OpenWRT image to microSD card</li>
  35. <li>Safely remove microSD and re-insert</li>
  36. <li>Ignore/close the Windows dialogs to format the inserted microSD card</li>
  37. </ol>
  38. <h2>Booting OpenWRT</h2>
  39. <ol>
  40. <li>With an unfolded paperclip, press the reset button hidden inside the 3.5mm AV port</li>
  41. <li>While holding the reset button, plug the power adapter into the Android TV box</li>
  42. <li>The box should boot into the OpenWRT Linux terminal</li>
  43. <li>Wait for the text to stop scrolling and press Enter</li>
  44. <li>Run the following command to set a static LAN IP address:
  45. <div class="codeBlock">uci set network.lan.ipaddr=&#39;192.168.0.137&#39;<br />
  46. service network restart</div>
  47. </li>
  48. <li>Open a web browser and navigate to http://192.168.0.137</li>
  49. <li>At the login screen, enter the username root and password root &gt; Click the Login button</li>
  50. <li>Select System &gt; Administration from the menu</li>
  51. <li>Under the Router Password heading, enter a new password and repeat it to confirm</li>
  52. <li>Scroll to the bottom of the page and click the Save &amp; Apply button</li>
  53. <li>Enjoy OpenWRT running on a cheap Amlogic S905x TV box</li>
  54. </ol>
  55. <p>Source: <a href="https://pulpstone.pw/openwrt-18-06-2/" target="_blank">https://pulpstone.pw/openwrt-18-06-2/</a></p>
  56. </div>
  57. </div>
  58. </body>
  59. </html>