Questions tagged [overclocking]

Overclocking is a method of trying to operate a processor faster than the manufacturer-specified clock frequency. Use this tag for questions about how to overclock the Raspberry Pi.

Overclocking may include increasing the operation voltage of the Pi. It might increase power consumption, thermal load, and may result in (permanent) damage to the system.

71 questions
38
votes
5 answers

What are the overclocking capabilities?

I've not ordered mine (yet!), but I do some overclocking as a hobby to the extent that my netbook, Android phone, desktop, and even my wife's Blackberry are overclocked. Is there potential to overclock the RPi beyond stock voltage and speeds? I…
Kyle Macey
  • 2,103
  • 2
  • 18
  • 30
23
votes
3 answers

Why won't my Raspberry Pi overclock?

I edited the file /boot/config.txt to increase the CPU speed to 800MHz. dmesg includes the following line bcm2835-cpufreq: Freq 800000->700000 (min=700000 max=800000 target=700000 request=700000) Sure enough, my CPU is only running at 700MHz. Why…
John Smith
  • 1,251
  • 3
  • 18
  • 27
21
votes
4 answers

Easiest way to return to a known good state when overclocking

If I try to overclock my Pi, I want to go up to the point where the Pi won't boot anymore, or won't be stable enough. At this point, I want to come back to the latest known good settings for the /boot/config.txt file. How can I do this easily? Do…
Xavier Nodet
  • 432
  • 1
  • 3
  • 10
12
votes
2 answers

Why is my Pi running at 700MHz all the time?

My RasPi is configured to 900MHz overclock using raspi-config, but it keeps running at 700MHz even under load. I have found this answer already, and my system is also running with dynamic for info in /sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_* do…
Arne
  • 2,234
  • 2
  • 18
  • 35
12
votes
6 answers

Raspberry Pi Model B 3 Overclocking?

With the release of the Raspberry Pi Model B 3 today, I'm sure we're all very excited to see the speed of this new Pi. The standard clock is 1.2Ghz, but I'd like to push mine further. I know the Pi 3 uses the 64-bit BCM2837 processor, but I couldn't…
Patrick Cook
  • 6,365
  • 8
  • 38
  • 63
10
votes
2 answers

Overclocking via command line

I'm setting up a Puppet instance that will manage a bunch of RPis. This means I cannot overclock them one by one using raspi-config. Overclocking should be as simple as creating /boot/config.txt: root@rpi-032113 ~ # file /boot/config.txt…
Tuinslak
  • 285
  • 1
  • 4
  • 10
9
votes
2 answers

H265 decoding performance on a Pi 3

Though there seems to be little information available, I've seen several posts of people successfully decoding H265 video on the Pi 3 either with, or without overclocking. I'm running a Raspberry Pi 3, which is used primarily as a Plex media server.…
Boaz Arad
  • 191
  • 1
  • 1
  • 3
8
votes
3 answers

How do I find out if my Pi's warranty is voided?

How do I find out if my Pi's warranty is voided? I overclocked my Pi, but I didn't use the force_turbo setting.
Matthew
  • 979
  • 3
  • 10
  • 20
8
votes
1 answer

Overclocked pi too much

Out of curiosity, I overclocked my pi to turbo. However, now when I start the pi, it freezes at the splash screen and refuses to boot. I am using the RetroPie OS. Is there anything that I can do in order to change the overclock setting so that I can…
Wesley
  • 183
  • 4
6
votes
1 answer

Does overclocking affect the SPI (APB) clock?

The current config.txt allows one to change arm_freq, gpu_freq, core_freq, h264_freq, isp_freq, and v3d_freq. In addition, there is support for the kernel to change clocks on demand and based on thermal limits. On the other hand, the hardware…
Nakedible
  • 1,561
  • 1
  • 13
  • 18
4
votes
1 answer

Raspberry Pi 3 on Android Things OS for 40 inch display (Graphics Issue)

I am working on a project where I need to run videos on a 38"-40" inch LED TV. Mp4 (720p) videos don't run as seamlessly as needed. It is not the worst in the world but I can see that it is missing frames (less fps). These same videos were working…
Urfi
  • 53
  • 3
4
votes
1 answer

"shutdown -r now" crashed after overclocking

How I hosed my ext4 file system in the first hour with Raspbian: I have always used shutdown -r now. I tried this after editing my overclocking parameters manually. I remember setting arm_freq to 900 and sdram_freq to something (!), carefully of…
ScrollerBlaster
  • 489
  • 1
  • 5
  • 12
4
votes
1 answer

Overclock after power failure not possible

Immediately after install, I've overclocked my raspberry (1 GHz). After power failure today (the whole building) I can't overclock it again. First I tried: sudo raspi-config Then I tried to make the same as root - without success. I don't want to…
cupakob
  • 1,057
  • 3
  • 13
  • 17
3
votes
3 answers

Raspberry Pi stuck on Welcome screen after rebooting

I was running a stress test (stress -c 4) and measuring the temperature and cpu clock frequency. I also edited the config.txt to overclock my Raspberry Pi 3B. I entered sudo reboot into the terminal and it was rebooting, but then it got stuck on the…
TanMath
  • 199
  • 1
  • 3
  • 12
3
votes
2 answers

Raspberry Pi 3 Overclocking and Warranty

I found the following at https://www.raspberrypi.org/documentation/configuration/config-txt/overclocking.md: The specific circumstances where the overclock bit is set are if force_turbo is set to 1 and any of the over_voltage_* options are set to a…
1
2 3 4 5