123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 |
- <!DOCTYPE html>
- <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <title>Install OpenWRT on Amlogic S905x Android TV Box</title>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
- <meta charset="UTF-8">
- <meta name="keywords" content="OpenWRT,Amlogic,S905x,Android TV Box,Single Board Computer,SBC,Raspberry Pi Alternative,How To,Tutorial,i12bretro">
- <meta name="author" content="i12bretro">
- <meta name="description" content="Install OpenWRT on Amlogic S905x Android TV Box">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <meta name="revised" content="03/20/2022 12:58:35 PM" />
- <link rel="icon" type="image/x-icon" href="includes/favicon.ico">
- <script type="text/javascript" src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
- <script type="text/javascript" src="includes/js/steps.js"></script>
- <link href="css/steps.css" rel="stylesheet" type="text/css" />
- </head>
- <body>
- <div id="gridContainer">
- <div class="topMargin"></div>
- <div id="listName" class="topMargin">
- <h1>Install OpenWRT on Amlogic S905x Android TV Box</h1>
- </div>
- <div></div>
- <div id="content">
- <h2>Things You Will Need</h2>
- <ul>
- <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>
- </ul>
- <h2>Download and Flash OpenWRT</h2>
- <ol>
- <li>Download OpenWRT for S905x <a href="https://pulpstone.pw/openwrt-18-06-2/" target="_blank">Download</a></li>
- <li>Download Balena Etcher <a href="https://www.balena.io/etcher/" target="_blank">Download</a></li>
- <li>Run Balena Etcher</li>
- <li>Burn the OpenWRT image to microSD card</li>
- <li>Safely remove microSD and re-insert</li>
- <li>Ignore/close the Windows dialogs to format the inserted microSD card</li>
- </ol>
- <h2>Booting OpenWRT</h2>
- <ol>
- <li>With an unfolded paperclip, press the reset button hidden inside the 3.5mm AV port</li>
- <li>While holding the reset button, plug the power adapter into the Android TV box</li>
- <li>The box should boot into the OpenWRT Linux terminal</li>
- <li>Wait for the text to stop scrolling and press Enter</li>
- <li>Run the following command to set a static LAN IP address:
- <div class="codeBlock">uci set network.lan.ipaddr='192.168.0.137'<br />
- service network restart</div>
- </li>
- <li>Open a web browser and navigate to http://192.168.0.137</li>
- <li>At the login screen, enter the username root and password root > Click the Login button</li>
- <li>Select System > Administration from the menu</li>
- <li>Under the Router Password heading, enter a new password and repeat it to confirm</li>
- <li>Scroll to the bottom of the page and click the Save & Apply button</li>
- <li>Enjoy OpenWRT running on a cheap Amlogic S905x TV box</li>
- </ol>
- <p>Source: <a href="https://pulpstone.pw/openwrt-18-06-2/" target="_blank">https://pulpstone.pw/openwrt-18-06-2/</a></p>
- </div>
- </div>
- </body>
- </html>
-
|