Skip to content

Instantly share code, notes, and snippets.

@vkmc
Created April 24, 2017 02:01
Show Gist options
  • Save vkmc/7249575e046c4419a67ed2c5a90fc25c to your computer and use it in GitHub Desktop.
Save vkmc/7249575e046c4419a67ed2c5a90fc25c to your computer and use it in GitHub Desktop.
1. Get latest Raspbian Jessie + Pixel -> https://downloads.raspberrypi.org/raspbian_latest.torrent
2. Burn on MicroSD -> Suggested tool: https://etcher.io/
2. Get 3.5 TFT Display drivers http://www.spotpear.com/learn/EN/raspberry-pi/Raspberry-Pi-LCD/Drive-the-LCD.html. Most vendors use the same
3. Get Retropie source https://github.com/RetroPie/RetroPie-Setup.
4. Run ./retropie-setup.sh. Get ROMs for the desired emulators and store them under RetroPie/roms.
5. Get RPI FBCP (required to redirect to secondary framebuffer) -> https://github.com/tasanakorn/rpi-fbcp. Emustation won't run otherwise.
6. Compile (follow README instructions on the main repo) and run with ./fbcp
7. You should be able to run emulationstation and succeed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment