Browse Source

Update Essentials.txt

pull/1/head
Scare Crowe 3 years ago committed by GitHub
parent
commit
332729b441
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 23
      OverClocking/Essentials.txt

23
OverClocking/Essentials.txt

@ -1 +1,22 @@
This will be populated with data. Check what is your actual stable stock clock <br/>
vcgencmd measure_clock arm <br/>
Check temps on stock heatsink or with fan <br/>
vcgencmd measure_temp <br/>
If temps are under 50 degrees C then step up a notch <br/>
sudo nano /boot/config.txt <br/>
Paste after the first line <br/>
over_voltage=2
arm_freq=1750
Check temps again <br/>
vcgencmd measure_temp or watch -n 2 vcgencmd measure_temp <br/>
If temps stay under 50 then you can step up to 2.0 Ghz <br/>
over_voltage=5
arm_freq=2000
Be sure to use a power delivery brick and not the shipped one as it will not be able to deliver correct amperes and volrages. <br/>
Never let your Raspberry Pi 4 run at high temps as it will reduce the life. <br/>

Loading…
Cancel
Save