summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulian Scheel <julian@jusst.de>2012-09-29 21:37:35 +0200
committerAndrei Gherzan <andrei@gherzan.ro>2012-10-17 16:43:35 +0300
commitc3211b180fe9c698de6169346ded4e9203aca74a (patch)
tree8e231d9cf026437d407235e12adc96972725c5f1
parentc052d6239b080a785c625f590e9a6b375dcbd057 (diff)
downloadmeta-raspberrypi-c3211b180fe9c698de6169346ded4e9203aca74a.tar.gz
README: Describe overclocking options
Signed-off-by: Julian Scheel <julian@jusst.de>
-rw-r--r--README11
1 files changed, 11 insertions, 0 deletions
diff --git a/README b/README
index 5f8be2b..6bc4f1e 100644
--- a/README
+++ b/README
@@ -126,5 +126,16 @@ which cut off part of the image. To disable this set this variable in
126local.conf: 126local.conf:
127DISALE_OVERSCAN = "0" 127DISALE_OVERSCAN = "0"
128 128
129Optional - Set overclocking options:
130
131The raspberry pi can be overclocked. As of now overclocking up to the "Turbo
132Mode" is officially supported by the raspbery and does not void warranty.
133Check the config.txt for a detailed description of options and modes. Example:
134# Turbo mode
135ARM_FREQ = "1000"
136CORE_FREQ = "500"
137SDRAM_FREQ = "500"
138OVER_VOLTAGE = "6"
139
129Layer maintainer: John Willis <John.Willis at distant-earth.com> 140Layer maintainer: John Willis <John.Willis at distant-earth.com>
130 Andrei Gherzan <andrei at gherzan.ro> 141 Andrei Gherzan <andrei at gherzan.ro>