Hi, have your heard about RetroPie? The most famous emulation software os Raspberry Pi. Today, I will tell you, how can you install on Raspberry Pi OS.
To follow this tutorial instructions, you will need a Raspberry Pi running Raspberry Pi OS. You can get the instructions how to install here.
Summary
- Installing RetroPie
- Add ROMs on RetroPie
- Start RetroPie on boot (Optional)
- Using PS4 on RetroPie controller without USB Cable (Optional)
- Uninstall RetroPie
Installing RetroPie
To install RetroPie, follow the steps bellow:
- Run the command
sudo update-locale LC_ALL="en_US.UTF-8"
- Install the needed packages for the RetroPie
sudo apt-get install git lsb-release -y
- Let clone RetroPie-Setup repository
cd ~/ && git clone --depth=1 https://github.com/RetroPie/RetroPie-Setup.git
- Lets enter on the download repository folder
cd RetroPie-Setup
- Let’s give permission of execution on the file retropie_setup.sh
chmod +x retropie_setup.sh
- Lets run the command to initialize RetroPie installation
sudo ./retropie_setup.sh
and select the option Basic Install and press Enter - Choose Yes
- The installation will begin. This may take a while.
- When it finish, move the cursor selection to the right and press Enter on option Exit
RetroPie now is installed. To start RetroPie, run the command emulationstation
Add ROMs on RetroPie
RetroPie on the first running will have no emulator options. To add new options, just add your ROMs on the respective folders on the path /home/pi/RetroPie/roms
.
Start RetroPie on boot (Optional)
If you want to start RetroPie on boot, just follow the steps on the Raspberry Pi OS terminal:
- Run RetroPie installation menu
cd ~/RetroPie-Setup && sudo ./retropie_setup.sh
and choose the option Configuration / tools - Select autostart option
- Select Start Emulation Station at boot
Step 1 Step 2 Step 3
Using PS4 on RetroPie controller without USB Cable (Optional)
RetroPie works with all kind of USB Joystick controllers, but if you have a Playstation 4 controller, you can use in wireless mode. Follow the steps bellow to configure:
- On you Raspberry Pi terminal, run RetroPie installation menu using the commands
cd ~/RetroPie-Setup
andsudo ./retropie_setup.sh
and choose the option Configuration / tools - Choose option Bluetooth – Configure Bluetooth Devices and press Enter
- Enter you PS4 controller on paring mode holding the Share Button + PS Button for 3 seconds
- Choose option Register and Connect to Bluetooth Device
- Wait to Raspberry Pi find the PS4 controller
- Choose the PS4 controller
- Look that the list does not show the device name. Turn off all bluetooth devices to show only PS4 controller.
- Choose the option DisplayYesNo
Step 1 Step 2 Step 3 Step 4 Step 5 Step 6 Step 7
Uninstall RetroPie
If in the future you want to uninstall RetroPie, you can do it just selecting the option Uninstall RetroPie in the main menu
- On you Raspberry Pi terminal, run RetroPie installation menu using the commands
cd ~/RetroPie-Setup
andsudo ./retropie_setup.sh
and choose the option Uninstall RetroPie
Thats it! Now you can play your retro games with you PS4 controller without any cable. Bye!