docs: rename raspberry-pi/pi-4-overclock to Raspberry-Pi/Pi-4-Overclock

This commit is contained in:
Elouin 2023-06-07 06:18:53 +00:00 committed by flipdot Wiki
parent b29265ba21
commit 7539c5e637

View file

@ -1,24 +0,0 @@
---
title: Raspberry Pi 4 Overclock
description:
published: 1
date: 2023-06-07T06:18:49.119Z
tags:
editor: markdown
dateCreated: 2023-06-05T20:30:16.269Z
---
Nach Kühlkörper (klein) installation in config.txt (Boot) einfügen:
```
arm_freq=1600
force_turbo=1
over_voltage=4
temp_soft_limit=80
```
Frequenz ab bootstart auf 1600, SPannung für CPU erhöht für mehr
stabilität, Governour max, limitiert ab 80grad Stufenweise runter.
Direkte Spannungsversorgung über GPIO-Pins scheint möglich.
<https://www.raspberrypi.org/documentation/configuration/config-txt/overclocking.md>