本文操作系统为 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
文件:
sudo vim usercfg.txt |
在文件末尾追加配置信息,以下是我的,仅供参考:
我使用的是 Raspberry Pi 4 (4GB)
,并且有小风扇和散热片。
请根据自己的需要和配置进行更改。
force_turbo=0 |
重启
保存文件,使用命令重启:
sudo reboot |
后
重启完毕后,再使用 lscpu
命令看看 CPU 状况。