Difference between revisions of "Overclocking"

Jump to navigation Jump to search
Line 33: Line 33:
The <code>assigned-clock-rates</code> line should be set to <code>432000000</code>, this means that the GPU is clocked at 432MHz by default. So if you want 500MHz, set the value to <code>500000000</code>.
The <code>assigned-clock-rates</code> line should be set to <code>432000000</code>, this means that the GPU is clocked at 432MHz by default. So if you want 500MHz, set the value to <code>500000000</code>.


Save the dts file, and recompile the DTB. In order to check if the overclock was successfully applied you can use <code>/sys/kernel/debug/clk/clk_summary</code>.
Save the dts file, and recompile the DTB. In order to check if the overclock was successfully applied you can run: <code>sudo cat /sys/kernel/debug/clk/clk_summary</code>.


{{note|The file may be slightly different and you may need to enter the values as hexidecimals}}
{{note|The file may be slightly different and you may need to enter the values as hexidecimals}}