1. 1. 开始
  2. 2. 重启
  3. 3.

本文操作系统为 Ubuntu Server 20.04,其他操作系统可能有所不同。

超频是有风险的,温度也会更高,需要比较良好的散热。

开始

登录树莓派,进入 /boot/firmware/ 目录:

cd /boot/firmware/

网上很多教程让你修改 config.txt 文件,但注释里已经很明确的写了:

# Please DO NOT modify this file; if you need to modify the boot config, the
# "usercfg.txt" file is the place to include user changes. Please refer to
# the README file for a description of the various configuration files on
# the boot partition.

我们修改 usercfg.txt 文件:

sudo vim usercfg.txt

在文件末尾追加配置信息,以下是我的,仅供参考:

我使用的是 Raspberry Pi 4 (4GB),并且有小风扇和散热片。
请根据自己的需要和配置进行更改。

force_turbo=0
arm_freq=1850
over_voltage=6
gpu_freq=650
core_freq=650
gpu_mem=620

重启

保存文件,使用命令重启:

sudo reboot

重启完毕后,再使用 lscpu 命令看看 CPU 状况。