From c2ed696a82ad64c0f382b85b3520bd4c25bb6efd Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Sat, 20 Oct 2012 21:26:39 +0200 Subject: [PATCH] bcm2835-bootloader: fix typos in config.txt, thanks to 'rduke' Signed-off-by: Stephan Raue --- .../files/3rdparty/bootloader/config.txt | 30 ++++++++++--------- 1 file changed, 16 insertions(+), 14 deletions(-) diff --git a/packages/tools/bcm2835-bootloader/files/3rdparty/bootloader/config.txt b/packages/tools/bcm2835-bootloader/files/3rdparty/bootloader/config.txt index 72dc1fed4f..362f7ab9af 100644 --- a/packages/tools/bcm2835-bootloader/files/3rdparty/bootloader/config.txt +++ b/packages/tools/bcm2835-bootloader/files/3rdparty/bootloader/config.txt @@ -26,7 +26,7 @@ # Memory (System/GPU configuration ) ################################################################################ -# default GPU memory split (dont change if you dont know what you do) +# default GPU memory split (do not change if you do not know what you are doing) gpu_mem=128 # SDRAM size based GPU memory split, uncomment and setup to override 'gpu_mem' @@ -35,7 +35,7 @@ ################################################################################ # Overclocking settings -# WARNING: Dont change/enable if you dont know what you are doing! +# WARNING: Do not change/enable if you do not know what you are doing! # The System may become unstable or you can have data corruption or # you can loose your warranty if you set wrong settings # @@ -44,25 +44,25 @@ # Overclock mode settings. # -# default recomment values are: arm_freq | core_freq | sdram_freq | over_voltage -# no overclocking : 700 | 250 | 400 | 0 -# mode 'Modest' : 800 | 300 | 400 | 0 -# mode 'Medium' : 900 | 333 | 450 | 2 -# mode 'High' : 950 | 450 | 450 | 6 -# mode 'Turbo' : 1000 | 500 | 500 | 6 +# default recommended values are: arm_freq | core_freq | sdram_freq | over_voltage +# no overclocking : 700 | 250 | 400 | 0 +# mode 'Modest' : 800 | 300 | 400 | 0 +# mode 'Medium' : 900 | 333 | 450 | 2 +# mode 'High' : 950 | 450 | 450 | 6 +# mode 'Turbo' : 1000 | 500 | 500 | 6 # arm_freq=700 # core_freq=250 # sdram_freq=400 # over_voltage=0 -# set to 'force_turbo=1' to disable dynamic overclocking (you can loose your warranty!) +# set to 'force_turbo=1' to disable dynamic overclocking (you can lose your warranty!) force_turbo=0 # If you have any data corruption using Turbo Mode and overclocking -# to with this setting uncommented -# If this still fails, try to use Medium mode whitout "over_voltage=2" -# If this finally still fails, forget about this until this gets fixed +# try with this setting uncommented +# If this still fails, try to use Medium mode without "over_voltage=2" +# If it ultimately keeps failing, forget about this until it gets fixed # Use a more conservative mode that will works fine in any cases: # initial_turbo=30 @@ -89,8 +89,8 @@ # hdmi_force_hotplug=1 ################################################################################ -# License keys to enable GPU hardware decoders -# to get the keys see http://www.raspberrypi.com +# License keys to enable GPU hardware decoding for various codecs +# to obtain keys visit the shop at http://www.raspberrypi.com ################################################################################ # decode_MPG2=0x00000000 @@ -100,4 +100,6 @@ ################################################################################ # End of default configuration +# all values behind this line was inserted from config.txt.bk (your old config) +# and can be merged with the above values ################################################################################