I have tried to overclock my RPI2 running raspbian wheezy using the following settings in /boot/config.txt
Code: Select all
arm_freq=1000
core_freq=400
sdram_freq=450
over_voltage=2
gpu_mem=64
initial_turbo=30
This is the output of cpufreq-info
Code: Select all
current CPU frequency is 1000 MHz.
cpufreq stats: 600 MHz:0.00%, 1000 MHz:100.00%
Thanks