Skip to content

Instantly share code, notes, and snippets.

@marklarr
Created January 8, 2015 08:33
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 marklarr/a85110eaa7f4c7f07bc7 to your computer and use it in GitHub Desktop.
Save marklarr/a85110eaa7f4c7f07bc7 to your computer and use it in GitHub Desktop.
RetroPie Notes

RetroPie setup:

Install berryboot

Mount HDD on start

http://www.techjawab.com/2013/06/how-to-setup-mount-auto-mount-usb-hard.html

  • Call it the mount “roms”, and soft link it into ~/RetroPie after removing the rome directory there.

Setup controller

sudo chown pi /opt/retropie/configs/all/retroarch.cfg cd /opt/retropie/emulators/RetroArch/installdir/bin sudo ./retroarch-joyconfig -j 1 >> /opt/retropie/configs/all/retroarch.cfg

Controller having to be configure for EmulationStation UI on every restart

http://blog.petrockblock.com/forums/topic/ps3-bluetooth-controller-correct-method-for-retropie-2-3/

Set GPU/CPU split in favor of GPU and over clock within berry boot editor

arm_freq=1000

core_freq=500

sdram_freq=500

over_voltage=6

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