|

楼主 |
发表于 2020-4-30 17:04:09
|
显示全部楼层
由于树莓派官方固件考虑到散热、节能、稳定性(主要是对+5V输入欠压时的系统可用性)等因素,默认频率(CPU、GPU、RAM)都较低,其中CPU默认主频700MHz,GPU350MHz,比较影响实际使用感受,因此可进行超频提高速度,使整个系统火力全开
在开始超频前,请注意下列警告:
1.一旦对产品超频,保修将失效!!!
2.超频后发热量会增加1倍,务必加装散热片(1.5cm*1.5cm,铝或铜鳍片)!!!
3.超频后长时间全速运行,核心将非常热,请慎防烫伤!!!
4.超频过程中对电力需求较高,原则上+5V输入不要欠压,推荐5V2.5A电源,数据线可使用快充线或直接在GPIO的VCC处输入+5V
5.强烈建议备份boot分区中的config.txt文件!!!
经实验,树莓派3A+可使用的最高频率为:
CPU:1500MHz,取消自动休眠
GPU:500MHz
RAM:500MHz
核心电压、GPU电压,RAM电压均调至1.2V,需加强散热
如下为调节相关设定的参数,该参数请在boot分区config.txt文件中调节:
#uncomment to overclock the arm. 700 MHz is the default.
arm_freq=1500
gpu_freq=500
sdram_freq=500
over_voltage_sdram=8
over_voltage=8
over_voltage_sdram_c=8
over_voltage_sdram_i=8
over_voltage_sdram_p=8
整个config.txt在附件中可下载,如果为树莓派官方系统(仅官方Debian可用,对Ubuntu或安卓无效)可直接覆盖您使用的默认设置文件
这里需要注意,该项目中屏幕分辨率需设置为800*480,如果需要按此设置,请修改boot分区中config.txt如下区域:
# uncomment this if your display has a black border of unused pixels visible
# and your display can output without overscan
disable_overscan=1
# uncomment the following to adjust overscan. Use positive numbers if console
# goes off screen, and negative if there is too much border
overscan_left=16
overscan_right=16
overscan_top=16
overscan_bottom=16
# uncomment to force a console size. By default it will be display's size minus
# overscan.
framebuffer_width=800
framebuffer_height=480
# uncomment if hdmi display is not detected and composite is being output
hdmi_force_hotplug=1
# uncomment to force a specific HDMI mode (this will force VGA)
max_usb_current=1
hdmi_group=2
#hdmi_mode=3
hdmi_mode=87
#hdmi_cvt=<width> <height> <framerate> <aspect> <margins> <interlace> <rb>
hdmi_cvt 800 480 60 6 0 0 0
|
本帖子中包含更多资源
您需要 登录 才可以下载或查看,没有账号?立即注册
x
|