How to Install Retropie/Emulationstation on OrangePi3

by LeandroF51 in Circuits > Raspberry Pi

10179 Views, 5 Favorites, 0 Comments

How to Install Retropie/Emulationstation on OrangePi3

Opi3.jpeg

I've been struggling with this board since forever. OP Android is crap, their Linux releases as well, so, we can only rely on Armbian. After all this time, I've wanted to try converting it to a emulationstation but there is no official releases for it, so, I've managed to install somehow and I'll share it here. It's not the best performance and I haven't tried to overclock it to see if there would be improvements.

So, let's start.

Step 1: Prepare the Board

You will need:

- An OrangePi 3 board

- Power Supply

- SD Card (boards with 8GB eMMC are not enough) loaded with Armbian (I'm using Arbmian Focal based on kernel 5.7)

- Keyboard and Mouse

- A USB Game controller (to begin. Haven't tried with Bluetooth ones).

Load Armbian and update/upgrade it:

sudo apt update && sudo apt upgrade -y

Optional: to save space you may want to remove unnecessary apps that come with Armbian:

sudo apt remove thunderbird libreoffice-common libreoffice-core geany meld hexchat remmina transmission kazam mpv && sudo apt autoremove && sudo apt autoclean && sudo apt clean

Step 2: Configure Bluetooth

If your board does not load Bluetooth properly, open crontab as root (sudo crontab -e) and add the following line to the end of the file:

@reboot btmgmt --index 1 public-addr 00:11:22:33:44:55

Step 3: Download and Install Rasbpian

img1.png

To download Raspbian, simply run the following line on terminal:

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


Then,open file manager and go to (remember to replace USER with your username) home/USER/RetroPie-Setup/scriptmodules, where we'll need to remove some files in order to have a successful installation:

emulators - delete files basilisk.sh, jzintv.sh, ppsspp.sh, daphne.s, both scumvm files, and mupen64plus.sh;

libretrocores - delete files also, lr-flycast.sh, lr-mame2000.sh, reicast.sh, lr-mame2010.sh, lr-ppsspp.sh, scummvm.sh and all files beginning with lr-mupen64plus;

ports - delete files kodi.sh and uqm.sh;

supplementary - delete files remove scraper.sh and skyscraper.sh;


Then, start the installer with the following sintaxe:

sudo __platform=generic-x11 RetroPie-Setup/retropie_setup.sh

The installer will load.

Run the basic install and wait a few hours until it completes. Then go to P - Manage Packages then OPT - Optional Packages and Install all Optional Packages. Wait a few more hours.

After that, you may want to go to driver and install some packages for Bluetooth controllers.

Step 4: Configure @ Boot

img2.png

After the installation, go to C - Configuration/Tools, select option 802 Autostart and set it to autostart after login.

Step 5: Run EmulationStation and Configure a Controller

img3.png

Load your ROMS to the folder home/USER/RetroPie/roms. The folders are already created.

on terminal, type emulationstation and hit enter. Connect your controller to a USB port and configure it.

Then, be happy!

At reboot your Orangepi3 should already start on emulationstation gui.

I know it's not the best performance BUT if you want to install it and play some old games, this may be a way to do it.