Best Method to Test OC on Pi 2 - Raspian?
Posted: Sat Mar 14, 2015 7:42 pm
I am trying to see what the max stable over clock configuration is, but right now I'm doing this the obvious way,
And changing frequency that way, which is fine... When it works. However if it doesn't then I have to go back to the computer and re-burn the raspbian image and start over.
I know on the banana pi you cab echo the values you want to test then if they cause a freeze or are otherwise unstable the values reset when you reboot but I can't find the equivalent files on raspbian. Any ideas?
Right now I'm pretty content with
But I'm still curious how far I can push it 
Code: Select all
nano /boot/configI know on the banana pi you cab echo the values you want to test then if they cause a freeze or are otherwise unstable the values reset when you reboot but I can't find the equivalent files on raspbian. Any ideas?
Right now I'm pretty content with
Code: Select all
arm_freq=1120
core_freq=500
sdram_freq=500
over_voltage=6
gpu_mem=128
temp_limit=70