From f5b411ba61b35c554136158bf24adb685c9dadb7 Mon Sep 17 00:00:00 2001 From: Karl Date: Mon, 2 Jun 2025 12:20:51 +0100 Subject: [PATCH] overclock for pi3 only --- raspberry_pi_skeleton/boot/config.txt | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/raspberry_pi_skeleton/boot/config.txt b/raspberry_pi_skeleton/boot/config.txt index 7ce40bf..501455a 100755 --- a/raspberry_pi_skeleton/boot/config.txt +++ b/raspberry_pi_skeleton/boot/config.txt @@ -49,16 +49,15 @@ disable_overscan=1 # (e.g. for USB device mode) or if USB support is not required. otg_mode=1 -[all] +[pi3] +arm_freq=1350 +core_freq=500 +gpu_freq=500 +over_voltage=4 [pi4] # Run as fast as firmware / board allows arm_boost=1 [all] -arm_freq=1350 -core_freq=500 -gpu_freq=500 -over_voltage=4 - avoid_warnings=1 \ No newline at end of file