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
- Why should people try Raspberry Pi 4?the new raspberry pi 4 has been released, but do you need to upgrade? is raspberry pi 4 really offering more features than the previous raspberry pi 3 b +?
- Raspberry Pi AI Kit: Bring AI to Raspberry Pithe raspberry pi ai kit is essentially raspberry pi's new m.2 hat+ board integrated with the hailo-8l acceleration module.
- Learn Pi Imager, How to Use Raspberry Pi Imagerthe raspberry pi foundation recently released a new application for recording sd cards for the raspberry pi. the new program, called raspberry pi imager, launches march 5, 2020.
- How to use Raspberry Pi Imager to install Raspberry Pi OSraspberry pi foundation recently released a new app for burning sd cards for raspberry pi. the new program, called raspberry pi imager, launched on march 5, 2020.
- 5 ways to make good use of Raspberry Pi 4the latest raspberry pi 4 has the strongest hardware version, opening up completely new categories of what you can do with the application.
- 7 best Raspberry Pi 4 casesalthough the raspberry pi 4 is quite small, that doesn't mean you shouldn't equip it with an appropriate 'home'. here are the 7 best raspberry pi 4 cases you can buy right now.
- How to set up Raspberry Piyou may need some extra hardware and software for many of these projects, but the raspberry pi is still a great base.
- What is the difference between Raspberry Pi 4 and other models?raspberry pi 4 is a game changer. here's what you need to know about pi 4 and how this model is different from the previous raspberry pi 3b +.
- What's New in Raspberry Pi OS 11?about every two years, debian releases a new stable version of its operating system. since the raspberry pi os is based on debian, the developers release a new version every time debian receives an lts release. the latest update is full of useful changes.
- How to add buttons on the Raspberry Pi machinelearning to use gpio batteries on raspberry pi will open your eyes to a potential world. the basic principles gained through beginner projects will be useful for both tinkering with diy electronics and programming.