树莓派超频

CKY 于 2021/6/25 在「折腾」发布。
标签: #树莓派#Ubuntu

在使用桌面系统等情况时,树莓派的性能不是很好,我们可以通过超频来提高性能。本文介绍 Ubuntu Server 20.04 下的操作方法。

{% note info %}

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

{% endnote %}

{% note warning %}

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

{% endnote %}

开始

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

cd /boot/firmware/

{% note warning %} 网上很多教程让你修改 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.

{% endnote %}

我们修改 usercfg.txt 文件:

sudo vim usercfg.txt

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

{% note danger %}

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

{% endnote %}

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

重启

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

sudo reboot

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

由 Google 提供的广告

此广告内容由 Google Ads 提供,与 CKY.IM 无关,请注意识别。为什么会显示广告?