I've overclocked my Raspberry Pi to 850. To do this, I did a manual change to the /boot/config.text file that reads:
arm_freq=850
sdram_freq=500
When I run two different commands to determine my true CPU clock speed I get two different results.
1. cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq
I get 700000
2. vcgencmd get_config arm_freq
I get arm_freq=850
Which command is giving me the true CPU clock speed? What is the difference between the two commands? And why am I getting different answers? Thanks for you help.
