Skip to content

rsnemmen/raspberry-pi-overclocking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Easy Raspberry Pi overclocking

I created these scripts for easier overclocking of a Raspberry Pi 3.

Who is this for? If you just want to overclock your system for one session (say, for faster emulation) and then want to revert to the previous (standard) CPU settings easily after you are done, this is for you.


WARNING⚠️

This script was only tested on a Raspberry Pi 3. Please proceed with caution. The developer takes no responsability for any damage caused by using this script on your hardware.


Quickstart

Terminal output generated with ttygif

  1. Clone this repo and cd to the cloned dir:
cd raspberry-pi-overclocking
  1. Edit config_overclock.txt with your overclocking settings. I took mine from the suggested Nintendo 64 RetroPie optimization settings

  2. To enable overclocking, issue the command

./overclock.sh

This will copy config_overclock.txt to /boot/config.txt and reboot the system

  1. To revert to factory default settings after you are done overclocking, issue the command
./normal.sh

References


If you have suggestions of improvements, by all means please contribute with a pull request! :)

Visit the author's web page and/or follow him on twitter (@nemmen).

Releases

No releases published

Packages

No packages published

Languages