From 228a291af1bc6b6ee4f33b07d0c7a80162dc00c9 Mon Sep 17 00:00:00 2001 From: Age Bosma Date: Tue, 1 Sep 2015 21:42:50 +0200 Subject: [PATCH] Include RPi 2 overlock mode preset From the official RPi config tool: https://github.com/asb/raspi-config/commit/4ee1fde44ee544a7eade9ecf94141eb40aabab60 A small fix for turbo to match the config tool and an additional RPi2 preset. Several tutorials only talk about 1000-500-500, but it actually needs the over_voltage in this config to be stable. So I think it's good to have it mentioned in the default config comments. --- .../bcm2835-bootloader/files/3rdparty/bootloader/config.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/tools/bcm2835-bootloader/files/3rdparty/bootloader/config.txt b/packages/tools/bcm2835-bootloader/files/3rdparty/bootloader/config.txt index 445d877ce5..7bf5c43869 100644 --- a/packages/tools/bcm2835-bootloader/files/3rdparty/bootloader/config.txt +++ b/packages/tools/bcm2835-bootloader/files/3rdparty/bootloader/config.txt @@ -48,7 +48,8 @@ # mode 'Modest' : 800 | 300 | 400 | 0 # mode 'Medium' : 900 | 333 | 450 | 2 # mode 'High' : 950 | 450 | 450 | 6 -# mode 'Turbo' : 1000 | 500 | 500 | 6 +# mode 'Turbo' : 1000 | 500 | 600 | 6 +# mode 'Pi2' : 1000 | 500 | 500 | 2 # arm_freq=700 # core_freq=250