Retropie – Overclocking & “Missing BIOS” for Playstation Problem

Date:  May 3, 2020

*This blog entry is for education purpose.  All info obtained from Google Search.

Over-Clock

The new Raspberry Pi 4 is great!

And only after a few months later, RetroPie came up with the Beta version of RetroPie for Raspberry Pi 4.

Screenshot 2020-05-03 at 9.33.32 AM.png

Raspberry Pi 4 has a ARM Cortex-A72 CPU.  And you can overclock the CPU (Default is 800Mhz) and GPU (default is 500Mhz).

You can see what is your CPU clock speed using this command.  Press F4 to exit from RetroPie into the unix prompt.

Screenshot 2020-05-03 at 9.36.31 AM.png

To overclock the CPU and GPU, you need to edit the /boot/config.txt file.  You also need to know what you are doing.  In case you are stuck, reboot Raspberry Pi and press and hold or hit many times the SHIFT key while rebooting to skip the “overclocking” config.

sudo vi /boot/config.txt (using vi or nano as text editor is fine).  Uncomment the arm_freq line, and add in the following.  This will tell the Raspberry Pi to overclock the Raspberry Pi to 2.147Ghz, and set the GPU to 750Mhz.  This will greatly improve your Retropie capability.  You might even play Nintendo Playstation, PSP, Dreamcast and N64 games here.  I am also trying to get the Nintendo DS emulator (Drastic) to work properly too.

OK, if the Raspberry Pi 4 won’t boot, may be is the arm_greq=2147 is too high.  May be set the arm_freq=2000 and try again.  Mine does not work on 2147, but it works on 2000.

Screenshot 2020-05-03 at 9.37.02 AM.png

Type “sudo reboot now” to reboot.

Oh ya, we are overdriving the Raspberry Pi 4.  So, it will generates a lot a lot of heat.  So, make sure you have proper heat sink, CPU fan to drive those heat away.

Refer here if got problem.  https://magpi.raspberrypi.org/articles/how-to-overclock-raspberry-pi-4

E8C36140-3E0D-421A-9208-39F7B43E0402_1_105_c.jpeg

Playstation Emulator on Retropie is using PCSX Rearmed.

So, by right, you can run Playstation 1 (PS1) games on your Raspberry Pi 4 + Retropie.

Nowdays the kids only know PS4.  But back in 20 plus years ago.  We played PS1.  So, there are some games you would want to play again.

781E6ED7-36E0-4F60-8607-7BC08EA0960E_1_105_c.jpeg

You copy all the PS1 games onto this directory.

/home/pi/RetroPie/roms/psx

RetroPie will be intelligent enough to enable the PCSX Rearmed emulator for all the games you placed down here.

For education purpose, I am going to tell you where you can google and download some PS1 roms for experiment.

https://www.retrostic.com/roms/ps-1

There are many others out there, just find those that is reputable and no-virus.

Screenshot 2020-05-03 at 9.50.55 AM.png

You probably wanted to create directory for each games.  So that you can label the game properly.

B3502918-30F6-445A-BA33-3478F10E36FA_1_105_c.jpeg

One problem I found when I launched the game is

“No PlayStation BIOS file found – add for better compatibility”

You still can play the games, but it might have problem.  So, it is best to find where to download and copy these BIOS onto the RetroPie.

18D37497-ACDA-4D2B-9BC0-9AF88F044F9C_1_105_c.jpeg

As you can see the default systems does not come with the Playstation BIOS.

FA247174-6A4F-424F-B92A-7C1200B39BBF_1_105_c.jpeg

May be download them here?  You will need to download these three files and rename it to lower case.  And copy it to /home/pi/RetroPie/BIOS directory.

scph5500.bin

scph5501.bin

scph5502.bin

http://www.psxdev.net/forum/viewtopic.php?t=56

If you need more info, you probably can read here.

https://retropie.org.uk/forum/topic/9674/retro-pie-4-2-psx-bios-not-found

94629585-1869-4D64-BE2A-630DE54FB7E9_1_105_c.jpeg

Once you load up, you are good to go.  See, no more error message.

934E37EC-0E69-499A-8386-FDA0EE2D27C3_1_105_c.jpeg

And now, you can play Playstation PS1 game on your RetroPie.  Yeah!!

And the video is smooth.

All these games are games I love when I was young.  We called it Retro gaming.

09BE412A-68B0-46BD-B401-C8A68BF59891_1_105_c.jpeg

Leave a Reply