Raspberry Pi 4 : Easy Overclocking with Commander Pi on Twister OS
In this video, i will show you how to Easily and safely Overclock Raspberry Pi 4 with Commander Pi running on Twister OS.
WARNING!*(Before overclocking, make sure you have sufficient cooling.)*
########################
GUIDE
########################
Step 1: Open a terminal then backup config.txt file.
cp -p /boot/config.txt /boot/config.txt.bkp
Step 2: Check current CPU and GPU clock speed limit.
watch -n 1 vcgencmd measure_clock arm
sudo vcgencmd get_config int | egrep -w 'arm_freq|gpu_freq'
watch -n 1 vcgencmd measure_temp
Step 3: Open Commander Pi. Then overclock with stabe settings below.
Then click Apply and Reboot.
Recommended values:
arm_freq=2000
gpu_freq=600
over_voltage=6
Maximum values:
arm_freq=2147
gpu_freq=700
over_voltage=6
Step 4: After the reboot. Check the CPU and GPU clock speed limit.
You should now be able to see higher clock speed.
watch -n 1 vcgencmd measure_clock arm
sudo vcgencmd get_config int | egrep -w 'arm_freq|gpu_freq'
sudo vcgencmd get_config int | egrep -w 'arm_freq|gpu_freq'
To set back to the default values.
Open the commander pi, then click overclock button.
then click "Set to default and reboot".