Raspberry Pi System Frequency
adrian (2547) 18 posts |
Yesterday I read in an article that Raspberry Pi operates at 700MHz but it can be overclocked to 1GHz. Following some tutorials on the Internet, I also read that System Timer increases every microsecond. These two sentences confused me. Which of them is true? How can the RPi be overclocked in RISC OS? |
Jon Abbott (1421) 2651 posts |
To overlcock, you need to alter the CPU clock in config.txt read the section on Overlocking Options. Under RISCOS, config.txt is in !Boot.Loader |
Theo Markettos (89) 919 posts |
There’s more than one clock, so overclocking doesn’t make the wall clock spin faster. |
George T. Greenfield (154) 748 posts |
Hi Adrian, as Jon says above, you need to open !Boot.Loader.config.txt and change the arm_freq, core_freq and cpu_freq values. Approved combinations are, in the above sequence: Both of the above upclock options should be stable and the Pi seems to tolerate them for extended periods* – but no guarantees! If you’re feeling braver or have a serious need for speed, you can go to 950/450/450, over_voltage=6, force_turbo=1 [*900/333/450 for 2 years in the case of one user; over 4 months so far here] |