Skip to content

Instantly share code, notes, and snippets.

@rveitch
Last active February 1, 2025 00:34
Show Gist options
  • Select an option

  • Save rveitch/85e8e377aa8450a576cba3a036f53985 to your computer and use it in GitHub Desktop.

Select an option

Save rveitch/85e8e377aa8450a576cba3a036f53985 to your computer and use it in GitHub Desktop.
RetroPie Setup

Things to download

Setup

Format the SD Card

  • Use SD Formatter to format the SD card. Select "Quick Format" and name the card (using "retropi" makes it easy to identify). On OSX you will most likely be prompted to enter your system password to proceed. screenshot1754

Extract the Image

  • Once you have downloaded your SD card image from RetroPi you need to extract it. You will extract the downloaded .gz file and the extracted file will be a .img file. On OSX you should be able to extra the image by double-clicking the compressed .giz image you dowloaded.

Burn the Image

  • Open Etcher, select the image file, and click "Flash!" image

Update the WiFi config

  • ...

Controller Setup

  • ...

Transferring Roms

  • ...

Scraping

  • ...

Tweaks

  • ...

REFERENCE:

@rveitch
Copy link
Author

rveitch commented Dec 14, 2017

Scraper

  • Quit EmulationStation (from the start menu or press F4)
  • Install Go binaries
    • $ sudo apt-get update
    • $ sudo apt-get install golang
  • $ cd RetroPie-Setup
  • Run $ sudo ./retropie_packages.sh scraper

sudo shutdown –r now
https://github.com/RetroPie/RetroPie-setup/wiki/scraper
https://retropie.org.uk/forum/topic/2910/scraping-woes-please-be-gentle-i-m-a-noob/13

@rveitch
Copy link
Author

rveitch commented Dec 15, 2017

Overscan

  • RetroPi Config Menu -> RASPI-CONFIG -> Advanced Options -> Overscan -> No

https://github.com/RetroPie/RetroPie-Setup/wiki/Overscan

@rveitch
Copy link
Author

rveitch commented Dec 15, 2017

Update Pi

  • $ sudo apt-get update
  • $ apt-get upgrade or $ sudo apt-get dist-upgrade

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment