How to run the emulator on the Raspberry Pi 4
However, the situation has improved, but has not been completely solved. Below, TipsMake.com will show you two ways to run the emulator on Raspberry Pi 4 right now.
Run Lakka on Raspberry Pi 4
While Retropie is by far the most popular choice because of its attractive user interface (UI), Lakka is the first platform to have a non-beta version that supports the Raspberry Pi 4. Lakka has strong performance , but don't offer as many options or have as much support as a competitor.
1. Insert a microSD memory card (at least 16GB) into the PC.
2. Download the latest version of Lakka for Raspberry Pi. Note that it is currently labeled as Pi 2/3 but still works for 4. Find the latest file with the .img.gz file extension.
3. Launch Etcher on PC. Download and install Etcher if you haven't already.
4. Click Select Image and select the file you just downloaded.

5. Click Flash.

Once you've finished recording the microSD memory card, you can put it into your Raspberry Pi 4 and boot.
Install RetroPie on Raspberry Pi 4
To install RetroPie on Pi 4, you will not need to do too much work, but be patient. Installation will take 1 or 2 hours.
1. Install the latest version of Raspbian Buster on Pi 4, if you haven't already done so and boot into this operating system. We recommend that you install the lite version, not included with the preloaded Windows X. If you don't know how to install Raspbian, see the article: How to set up the Raspberry Pi for the first time for more details .
2. Set the Raspberry Pi 4 GPU memory to 256MB. At the Command Prompt / Terminal window, you do that by entering raspi-config , then selecting Advanced Options> Memory Split and entering 256. If you have X Windows, you do this by navigating to Preferences> Raspberry Pi Configuration , click the Performance tab , change the number to 256 and click OK. In both cases, you need to reboot later.

3. Launch a Terminal window on Raspberry Pi 4 if you haven't already booted into the Command Prompt. In X Windows, you can get there by clicking on the icon Terminal or press CTRL
+ ALT
+ T
.

4. Download the Retropie installation file by typing:
sudo git clone --depth=1 https://github.com/RetroPie/RetroPie-Setup.git
If you have a good Internet connection, this will only take a few seconds.
5. Enter cd RetroPie-Setup to enter the setup directory.
cd RetroPie-Setup
6. Enter git fetch && git checkout fkms_rpi4 to get the appropriate FKMS version of RetroPie (version works with Pi 4).
git fetch && git checkout fkms_rpi4
7. Execute the setup script by typing:
sudo ./retropie_setup.sh
This process will take a few, so maybe come back later. When you return, you will see a blue screen with a menu on it.
8. Click OK by clicking Enter
and click OK again if prompted.

9. Select Basic Install from the menu and click OK.

10. Click Yes when asked to confirm the installation.

Now the installation process will actually begin, taking at least 45 minutes or maybe longer.
11. Select Configuration / tools> autostart> Start Emulation Station at boot .

12. Select Perform Reboot and click OK. Confirm if prompted.

The Raspberry Pi will reboot.
You should read it
- How to transform Raspberry Pi into SNES Classic
- 11 classic Raspberry Pi games run without emulators
- How to Install Retropie
- How to add an ADC to Raspberry Pi: What you need to know
- Raspberry Pi Zero vs Model A and B, how are they different?
- What is the Raspberry Pi and how is the Raspberry Pi used?
- How to start Raspberry Pi 3 from USB
- Why should people try Raspberry Pi 4?
May be interested
- How to run scripts on boot on the Raspberry Pithere are several ways to automatically start scripts when you boot up a raspberry pi, but the easiest way is to use crontab, a scheduling feature that also allows you to set scripts to run at specific times.
- How to create custom shortcut keys for Raspberry Piin windows, it's easy to use custom keystrokes to open your favorite apps, but in raspbian, the official operating system of the raspberry pi, the process is a bit more complicated.
- How to take a screenshot on the Raspberry Piit's easy to take screenshots on any raspberry pi model, at least if you use raspbian, the official pi operating system. the following instructions are performed on the raspberry pi 4 running the latest version of the operating system, raspbian buster.
- How to turn a Raspberry Pi into an IRC serverirc is one of the classic chat protocols still used by many modern online communities. today, there is no shortage of irc servers and clients available. you can also set up your own irc server with a raspberry pi.
- How to set up livestream Raspberry Pi security cameraafter you record an individual image using your webcam / camera (usb), you might also want to view the image directly on a smartphone or on a pc from outside your home network. the article will show you how to configure livestream raspberry pi security camera.
- How to use the Raspberry Pi as a webcamwant to take advantage of your raspberry pi camera, but don't know how to use it as a webcam? turning a raspberry pi into a webcam is easy and today's article will show you how to do that.