Created
July 10, 2016 00:07
-
-
Save scottlinux/53145a2f3ad909edc761a86147d2bd78 to your computer and use it in GitHub Desktop.
Raspberry Pi 3 overclock
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Pi3 overclock! https://www.raspberrypi.org/forums/viewtopic.php?f=66&t=138123 | |
gpu_mem=16 # set as desired | |
dtparam=sd_overclock=100 | |
arm_freq=1300 | |
core_freq=500 | |
over_voltage=4 | |
sdram_freq=575 | |
sdram_schmoo=0x02000020 | |
over_voltage_sdram_p=6 | |
over_voltage_sdram_i=4 | |
over_voltage_sdram_c=4 | |
#v3d_freq=500 # uncomment for video playback | |
#h264_freq=333 # uncomment for video playback |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment