Closed facastagnini closed 8 years ago
Overclocking for the RPI 1B, for future reference
# To monitor the Raspberry Pi's temperature, look at: /sys/class/thermal/thermal_zone0/temp
# To monitor the Raspberry Pi's current frequency, look at: /sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq
arm_freq=1000
core_freq=500
sdram_freq=500
over_voltage=6
check this out https://github.com/geerlingguy/ansible-role-raspberry-pi Also overclocking http://elinux.org/RPiconfig
Overclocking can be done one pi at the time because there is many models and this is model agnostic.