Raspberry Pi 4 overclocked to 2.0GHz

1. Upgrade the firmware and operating system

sudo rpi-update
sudo apt dist-upgrade

2. Set Overclocking

As root (sudo) edit /boot/config.txt file, add the following code, will increase the maximum frequency to 2.0 GHz

force_turbo=0
arm_freq=2000
over_voltage=6

3. Performance testing, stress testing, monitoring, stability testing


Citing Articles

Guess you like

Origin www.cnblogs.com/cooolr/p/11422153.html