Turbo mode Raspberry Pi – up to 50% more performance for free

Introducing turbo mode: up to 50% more performance for free!

Since launch, we?ve supported overclocking and overvolting your Raspberry Pi by editing config.txt. Overvolting provided more overclocking headroom, but voided your warranty because we were concerned it would decrease the lifetime of the SoC; we set a sticky bit inside BCM2835 to allow us to spot boards which have been overvolted.

We?ve been doing a lot of work to understand the impact of voltage and temperature on lifetime, and are now able to offer a ?turbo mode?, which dynamically enables overclock and overvolt under the control of a cpufreq driver, without affecting your warranty. We are happy that the combination of only applying turbo when busy, and limiting turbo when the BCM2835?s internal temperature reaches 85°C, means there will be no measurable reduction in the lifetime of your Raspberry Pi.

You can now choose from one of five overclock presets in raspi-config, the highest of which runs the ARM at 1GHz. The level of stable overclock you can achieve will depend on your specific Pi and on the quality of your power supply; we suggest that Quake 3 is a good stress test for checking if a particular level is completely stable. If you choose too high an overclock, your Pi may fail to boot, in which case holding down the shift key during boot up will disable the overclock for that boot, allowing you to select a lower level.

What does this mean? Comparing the new image with 1GHz turbo enabled, against the previous image at 700MHz, nbench reports 52% faster on integer, 64% faster on floating point and 55% faster on memory.

Previous image (2012-08-16-wheezy-raspbian):

New image, with 1GHz turbo enabled:

Other changes to the latest firmware include:

Temperature and frequency widgets
You can enable a core temperature widget for the lxde taskbar to see how close to 85°C you get (in the UK, it?s not very), and a cpufreq widget that will show the current ARM frequency when you hover over it. See here for more details.

USB interrupt rate reduction
We have enabled Gordon?s ?FIQ Fix? in the USB driver, which reduces the USB interrupt rate, improving general performance by about 10%.

WiFi is now supported out of the box
If your WiFi driver is supported by the default linux tree, or is based on the popular RTL8188CUS chipset, then WiFi should work out of the box. Boot the image with the WiFi dongle plugged in (a powered hub is recommended). Run startx and select ?WiFi Config?. You can scan for wireless networks and enter your wireless password and connect from the GUI. No need to install additional packages or scripts.

Improved analogue audio
Analogue audio quality has been improved.

Extra software installed by default
SmartSim and PenguinsPuzzle are pre-installed.

How to upgrade
If you are using an older wheezy image, you can upgrade, which will get almost all these improvements:
?sudo apt-get update && sudo apt-get upgrade?

 

Thanks to MrEngman for his amazing work supporting users with various WiFi dongle, Dorian Peake for the cpufreq and temperature drivers, and Dmitry Dudkin for his work on the USB and SD card drivers. Check out the forum thread for further discussion.

Related Posts

Begin typing your search term above and press enter to search. Press ESC to cancel.

Back To Top