0555.html 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. <!DOCTYPE html>
  2. <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <title>Create a Portable Emulation Setup with a Batocera USB Flash Drive</title>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  6. <meta charset="UTF-8">
  7. <meta name="keywords" content="How To,Tutorial,i12bretro,Linux,Batocera,Emulation,Frontend,Portable,USB,Flash Drive,Gaming,Retro Gaming">
  8. <meta name="author" content="i12bretro">
  9. <meta name="description" content="Create a Portable Emulation Setup with a Batocera USB Flash Drive">
  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>Create a Portable Emulation Setup with a Batocera USB Flash Drive</h1>
  21. </div>
  22. <div></div>
  23. <div id="content">
  24. <h2>Things You Will Need</h2>
  25. <ul>
  26. <li> A USB flash drive at least 16 GB, larger recommended</li>
  27. </ul>
  28. <h2>Downloads and Flashing to MicroSD</h2>
  29. <ol>
  30. <li>Download Batocera <a href="https://batocera.org/download" 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>Write the Batocera image to the USB flash drive</li>
  34. <li><span id="li_379119_6"><label for="cb_li_379119_6">Safely remove USB flash drive</label></span></li>
  35. </ol>
  36. <h2>Booting to Batocera for the First Time</h2>
  37. <ol>
  38. <li>Power off the PC</li>
  39. <li>Plug in the Batocera USB flash drive</li>
  40. <li>Power on the host computer, this time choosing to boot to the USB flash drive<br />
  41. <em><span style="font-size:12px;">The steps required to do this will vary based on motherboard, typically pressing F2, F12, DEL or ESC during boot will bring up a menu to set the boot device</span></em></li>
  42. <li>You should see the Batocera splash screen</li>
  43. <li>Setup Your Controller</li>
  44. <li>Game</li>
  45. </ol>
  46. <p>Special thanks to the developers of <a href="https://batocera.org/" target="_blank">Batocera</a> for making this amazing software</p>
  47. </div>
  48. </div>
  49. </body>
  50. </html>