본문 바로가기
소소한 강좌/시스템 관련

How To Install RetroPie On The Raspberry Pi 4

by kaonic 2020. 3. 19.

-=- After Raspbian Setup -=-


Keboard -> Generic 105 - korea - 104


$ sudo apt-get update && sudo apt-get upgrade


$ sudo apt-get install fonts-unfonts-core


$ locale


LANG=en_US.UTF-8

LANGUAGE=en_US:en

LC_CTYPE="en_US.UTF-8"

LC_NUMERIC="en_US.UTF-8"

LC_TIME="en_US.UTF-8"

LC_COLLATE="en_US.UTF-8"

LC_MONETARY="en_US.UTF-8"

LC_MESSAGES="en_US.UTF-8"

LC_PAPER="en_US.UTF-8"

LC_NAME="en_US.UTF-8"

LC_ADDRESS="en_US.UTF-8"

LC_TELEPHONE="en_US.UTF-8"

LC_MEASUREMENT="en_US.UTF-8"

LC_IDENTIFICATION="en_US.UTF-8"

LC_ALL=en_US.UTF-8


$ sudo update-locale LC_ALL="en_US.UTF-8"

$ sudo update-locale LANGUAGE="en_US:en"

$ reboot


$ sudo apt-get install git lsb-release


1. sudo git clone --depth=1 https://github.com/RetroPie/RetroPie-Setup.git

2. cd RetroPie-Setup

3. sudo nano retropie_packages.sh

4. Add this line  __platform=rpi3

5. sudo ./retropie_setup.sh

if unable to install binary for sdl2 massage to

sudo ./retropie_packages.sh sdl2

6. emulationstation


-=- Auto Start RetroPie -=-

1. sudo nano /etc/xdg/lxsession/LXDE-pi/autostart

2. Add this - lxterminal -e /usr/bin/emulationstation