0359.html 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. <!DOCTYPE html>
  2. <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <title>Installing Lakka 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="Amlogic,Amlogic S805,Android TV Box,Emulation,Lakka,Linux,MXQ S805,Retro Gaming,S805,SBC,Single Board Computer,How To,Tutorial,i12bretro">
  8. <meta name="author" content="i12bretro">
  9. <meta name="description" content="Installing Lakka on Amlogic S805 Android TV Box (OttBox MXQ)">
  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>Installing Lakka on Amlogic S805 Android TV Box (OttBox MXQ)</h1>
  21. </div>
  22. <div></div>
  23. <div id="content">
  24. <h2>Things You Will Need</h2>
  25. <ul>
  26. <li> A microSD card at least 4 GB</li>
  27. </ul>
  28. <h2>Downloads and Flashing to MicroSD</h2>
  29. <ol>
  30. <li>Download Lakka <a href="https://le.builds.lakka.tv/legacy-2.3/" 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 Lakka image to microSD card</li>
  34. <li>Copy the download dtb file from earlier to the root of the 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 to Lakka for the First Time</h2>
  39. <ol>
  40. <li>With an unfolded paperclip, press the reset button on the bottom of the device</li>
  41. <li>While holding the reset button, plug the power adapter into the Android TV box</li>
  42. <li>You should see the Lakka splash screen</li>
  43. </ol>
  44. <p>Special thanks to the developers of <a href="http://lakka.tv/" target="_blank">Lakka</a> for making this amazing software</p>
  45. </div>
  46. </div>
  47. </body>
  48. </html>