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