How To Overclock Raspberry Pi 3 Running Retopie emulation station

Overclocking a Raspberry Pi 3 with Retro Pi

Hey what's going on guys it's ETA Prime back here again and today I'm here with the Raspberry Pi 3 running retro p and I want to show you guys how to overclock now this will void your warranty I'm pretty sure it'll void your warranty I take no responsibility for you guys blowing up your house or blowing starting fires or destroying your Raspberry Pi 3 so if you do not want to do this go ahead and close out of the video now if you're not worried about it these are only 35 bucks I mean it's awesome to be able to do this so I don't mind voiding my warranty on a $35 development board at all and I've been trying to push this thing to its limits.

To start we need to boot up our Raspberry Pi 3 and get into the command line. We can do this by pressing F4 or using the keyboard shortcut to switch between modes. Once in the command line we can use the cat command to view the current max frequency of the CPU. This will give us an idea of what we're working with and help us determine how much we can overclock.

Let's take a look at the output of the cat command:

```

Max frequency: ?

```

As you can see, the current max frequency is unknown. This is because the Raspberry Pi 3 doesn't have a built-in way to display this information in the command line. However, we can use the `echo` command to set the max frequency manually.

To set the max frequency, we'll need to use the ` governor` command. The governor determines how the CPU will operate when it reaches a certain temperature threshold. We can change the governor to ` performance` to allow for more aggressive overclocking.

Let's set the governor to performance:

```

echo "vexprmarmm 0" > /sys/devices/system/cpu/cpufreq/scaling_governor

```

This command will set the governor to performance, allowing us to push the CPU harder and potentially gain more speed.

Now that we've set the governor, let's try setting the max frequency again using the cat command:

```

cat /sys/devices/system/cpu/cpufreq/scaling_max_freq

```

The output of this command should show us what our new max frequency is. For example, if we set the max frequency to 1000 MHz, the output would look like this:

```

1000

```

This tells us that we can now run the CPU at a maximum frequency of 1000 MHz.

Now that we have an idea of what we're working with, let's try overclocking our Raspberry Pi 3. We can do this by editing the ` governor` file and setting the max frequency to a higher value. For example:

```

echo "8000" > /sys/devices/system/cpu/cpufreq/scaling_max_freq

```

This command sets the max frequency to 8000 MHz, which is quite aggressive.

Let's save the changes and exit out of the command line. Once we're back at the desktop, we can reboot our Raspberry Pi 3 and see if the overclock has taken hold.

Rebooting the Raspberry Pi 3

To reboot the Raspberry Pi 3, we can use the `sudo reboot` command or press control-alt-delete. Let's try using the `sudo reboot` command:

```

sudo reboot

```

Once the system has booted up again, let's check if our overclock has taken hold by viewing the max frequency of the CPU.

Viewing the Max Frequency

To view the max frequency of the CPU, we can use the cat command:

```

cat /sys/devices/system/cpu/cpufreq/scaling_max_freq

```

If everything went according to plan, the output should show us that our overclock is active:

```

8000

```

This tells us that our Raspberry Pi 3 is now running at a maximum frequency of 8000 MHz.

Overclocking the Raspberry Pi 3 with Retro Pi

Now that we've successfully overclocked our Raspberry Pi 3, let's talk about how to do it. To overclock your Raspberry Pi 3 with Retro Pi you'll need to follow these steps:

1. Boot up your Raspberry Pi 3 and get into the command line.

2. Set the governor to performance using the `echo` command.

3. Set the max frequency of the CPU using the `cat` command.

4. Save the changes and exit out of the command line.

5. Reboot your Raspberry Pi 3.

6. Check if your overclock has taken hold by viewing the max frequency of the CPU.

Tips and Tricks

Here are a few tips and tricks to help you with overclocking your Raspberry Pi 3:

* Make sure you're using the correct governor for your specific needs. The ` performance` governor is ideal for aggressive overclocking, but may not be suitable for all applications.

* Be careful when setting the max frequency of the CPU. Setting it too high can cause overheating and damage to your system.

* Use a heat sink or other cooling solution to keep your Raspberry Pi 3 cool during overclocking.

* Keep in mind that overclocking can void your warranty.

Conclusion

Overclocking your Raspberry Pi 3 with Retro Pi is a fun and challenging project that can help you gain more speed and performance from your system. By following these steps and tips, you can successfully overclock your Raspberry Pi 3 and take your retro gaming experience to the next level.

"WEBVTTKind: captionsLanguage: enhey what's going on guys it's ETA Prime back here again and today I'm here with the Raspberry Pi 3 running retro p and I want to show you guys how to overclock now this will void your warranty I'm pretty sure it'll void your warranty I take no responsibility for you guys blowing up your house or blowing starting fires or destroying your Raspberry Pi 3 so if you do not want to do this go ahead and close out of the video now if you're not worried about it these are only 35 bucks I mean it's awesome to be able to do this so I don't mind voiding my warranty on a $35 development board at all and I've been trying to push this as far as I can and now I have seen online that some people are able to hit 1500 megahertz I've seen some people that only can go to 13 mine will do, 1400 MHz the Raspberry Pi 3 that I have will only do 1,400 so without further Ado let's go ahead and get into it so what we're going to need to do is obviously have retro Pi installed on an SD card but while we're here let's go ahead and see what the CPU frequency is to do this let's go ahead and hit f4 on our keyboard this will bring us to a command line now there are three commands that you can run to see your frequencies you can see your current frequency your minimum frequency and your max frequency all I really want to see is my Max frequency what is this thing running out of the box with a stock retr Pi image and in order to do that you type the simple command cat c a spaceward slss slash devices forward slash system forward slash CPU SL cpu0 now this is checking core one forward SL CPU fq which is CPU frequency forward SL scaling underscore Max underscore fq when I hit enter it's telling me that the maximum my CPU is running underload is 1.2 MHz now that's faster than any Raspberry Pi out there that's comes stock with that but I want to get it higher so now we're going to have to move to a PC oh this is the easiest way to do it there are several ways to do this this is how I do it um you can I'm pretty sure you'd be able to modify this through command line but what I'm going to do is set up a Dropbox link where you can copy and paste these frequencies into the file that you need to edit so we're going to move to the PC now you need to S your SD card with the retr pi image and an SD card reader I am back at the PC I have inserted my SD card into my computer now I need to locate the SD card mine is name Boot and it's Drive e I'm going to just open it up right here I'm going to snap it so it's easier for you to see and we need to find the config text document inside of here there's a text file named config now I'm going to open this in notepad++ now I will leave a link in the description for notepad++ if you're doing any command line editing this is the best in my opinion editor for Windows it's free it's ready to go I'm going to just snap this here so now we are inside of the config text document now you want to look down here if you're using notepad++ it will be line 43 okay as you see it's arm frequency equals 800 now this is not correct for the Raspberry Pi 3 as we just saw the Raspberry Pi 3 is running at 1.3 1.2 gigahertz sorry so it says uncomment to overclock the arm 700 MHz is the default now this here is obsolete for our PI 3 what we want to do I have created a text document now you can open this up in regular notepad it should look just like this now I have several overclocks for you guys to try out like I said before you do this know that your pie warranty is void I am not responsible for blowing it up overheating it destroying it starting fires or anything like that so I don't have any heat sinks on mine I'm not worried about it if this thing blows up I'll just order another one they're 35 bucks but I do recommend you grab a set of heat sinks online they're really cheap stick them on and you'll be good to go so like I said before my Raspberry Pi will only do 1.4 GHz it won't boot any higher than that I have tried everything so right here I have a 1.5 GHz overclock I have a 1.4 a 1.35 and a 1.3 that you can use and this is also the stock setting you can put this back on line 42 if you want want to go back to stock settings but I do recommend making a backup of your config file before we do anything let's make a backup so we're right here we're just going to go ahead and copy I'm going to go to my desktop and I'm going to paste that way we have a backup of the config file so let's get started here line 43 we're going to to go ahead and copy the 1.4 GHz clock onto Line I'm sorry we need to delete this first on line 43 you want to paste so now when you boot your Raspberry Pi 3 up you will be at a 1.4 gahz overclock I have overvolted the CPU and we're just going to save this file and we can exit out of all of this and we are going to go back to the Raspberry Pi and make sure that we are overclocked to 1.4 GHz I'm now back on the overclocked Raspberry Pi 3 now if it does not boot for you you can always put the stock config file back in that you made a copy of on your desktop or you can try a lower clock now I had tried a 1.5 clock the very first time and it did not boot for me so I slowly went back down and the best I could get was this 1.4 overclock so let's check that clock I have my keyboard plugged in we're going to hit F4 to go to the command line and I'm going to type in that Max frequency command line that I showed you guys earlier it is also listed in the text document that I left in the description with all of the overclocks and it will be a Dropbox link that you can download so I'm going to go ahead and do this cat space SL CIS slash devices slash system forward SL CPU forward SL cpu0 forward SL CPU fq for frequency forward SL scaling underscore maxcore fq we have a 1.4 GHz overclock on the Raspberry Pi 3 as you can see the max frequency is 1.4 GHz so like I said if this doesn't boot for you you can try and hire overclock I'm not responsible for anything you do to your Raspberry Pi 3 but let's face it guys this is what these things are built for to mess around with them to get them hot and try to blow them up no I'm joking that's not what they're made for but I'd like to think that so I actually have another one on the way hopefully I can get a 1.5 GHz overclock out of it if not o now let's reboot and to do that simple you can press control alt delete or we can just type in pseudo reboot and hit enter now you're running a whatever overclock you were safe with but I'm running a a 1.4 GHz overclock on the Raspberry Pi 3 and retro Pi this should help you out in a lot of emulation it's only a 200 megahertz overclock but it does make a difference I've noticed a big difference in the uh N64 emulation when overclocking I mean if you guys really want to try it try to go higher like I said I do recommend some heat sinks or even just a little fan on the unit um other thing is another warning I am not responsible for you blowing up your Raspberry Pi three your Raspberry Pi 1 2 3 Raspberry Pi zero Raspberry Pi anything no fires no nothing I'm not responsible for it so this is at your own risk go ahead and try it if you'd like it will void void your warranty so just know that and this is what we're here for guys this is what we do I mean you got a Raspberry Pi to mess around with it so mess around with it I appreciate you guys watching if this helped you out at all if you could help me out and hit that like button and subscribe and possibly share this on your social media if you got any other friends that like to mess around with these little boards this should help a lot of people out on overclocking the Raspberry Pi 3 running a retro Pi thanks for watching\n"