2023-06-07 08:18:05 +02:00
|
|
|
---
|
|
|
|
title: Raspberry Pi 3 Overclock
|
|
|
|
description:
|
|
|
|
published: 1
|
|
|
|
date: 2023-06-07T06:18:02.676Z
|
|
|
|
tags:
|
|
|
|
editor: markdown
|
|
|
|
dateCreated: 2023-06-05T20:30:12.140Z
|
|
|
|
---
|
2023-06-05 22:23:49 +02:00
|
|
|
|
|
|
|
Nach Kühlkörper (klein) installation in config.txt (Boot) einfügen:
|
|
|
|
|
|
|
|
```
|
|
|
|
arm_freq=1250
|
|
|
|
force_turbo=1
|
|
|
|
over_voltage=2
|
|
|
|
temp_limit=75
|
|
|
|
```
|
|
|
|
|
|
|
|
Frequenz ab bootstart auf 1250, Governour max, limitiert ab 75grad auf
|
|
|
|
?700mhz. Falls Spannungsfall zu hoch, eventuell Polyfuse brücken
|
|
|
|
(Strom-/Hitzeabhängige, rückstellbare Sicherung, die Kurzschlüssschäden
|
|
|
|
verhindern soll, nähe Netzteilanschluss, unterseite Platine) Direkte
|
|
|
|
Spannungsversorgung über GPIO-Pins scheint auch möglich.
|
|
|
|
|
|
|
|
<https://www.raspberrypi.org/documentation/configuration/config-txt/overclocking.md>
|