mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
d9127ef3c8
Newer Pi4s ship with the so-called C0 processor which can run at 1.8 GHz max freq gracefully. Add 'arm_boost=1' to pi4 section of config.txt to enable. This has no effect on older chips (they continue with their 1.50 GHz max unless users overclock them).
8 lines
180 B
Text
8 lines
180 B
Text
# See /boot/overlays/README for all available options
|
|
|
|
dtoverlay=vc4-kms-v3d
|
|
initramfs initramfs-linux.img followkernel
|
|
|
|
[pi4]
|
|
# Run as fast as firmware / board allows
|
|
arm_boost=1
|