Skip to content

Instantly share code, notes, and snippets.

@paularmstrong
Last active August 29, 2015 14:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save paularmstrong/db3edf119c8fbcd85ecc to your computer and use it in GitHub Desktop.
Save paularmstrong/db3edf119c8fbcd85ecc to your computer and use it in GitHub Desktop.
RetroPie Setup Instructions
  1. Use Apple Pie Baker to place the RPI v1* image to the SD Card
  • Note: even though it's a v2 RaspberryPi, for some reason v2 doesn't work.
  1. Start up the machine
  2. Exit emulationstation and set up the network
$ sudo nano /etc/wpa_supplicant/wpa_supplicant.conf
network={
  ssid="network name"
  psk="password"
}
  1. Update locales
$ sudo dpkg-reconfigure locales
# install en_us.UTF-8
  1. Update Keyboard
$ sudo dpkg-reconfigure keyboard-configuration
# Generic 104-key seems to work okay
$ invoke-rc.d keyboard-setup start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment