]> git.ipfire.org Git - ipfire-2.x.git/blame - config/rpi-firmware/config.txt
Merge branch 'next' of ssh://git.ipfire.org/pub/git/ipfire-2.x into next
[ipfire-2.x.git] / config / rpi-firmware / config.txt
CommitLineData
421102e7
AF
1###############################################################################
2#
3# Raspberry Pi - Videocore configuration file
4#
5###############################################################################
6
06f3145f
AF
7###############################################################################
8#
9# GPU Memory Settings (16,32,64 ... )
10# 16MB has a issue at reboot so we use 32MB memory split
11###############################################################################
12gpu_mem_256=32
13gpu_mem_512=32
14
421102e7
AF
15###############################################################################
16#
17# Turbo Mode (cpufreq) Settings ...
18# default clocks are arm=700, core=250 and sdram=400
19#
20###############################################################################
21#
22# underclock at idle
c75cc1f6
AF
23#arm_freq_min=500
24#sdram_freq_min=250
421102e7
AF
25#
26# use following paramters to overclock at load
27#arm_freq=1000
28#core_freq=450
29#sdram_freq=450
e69cbcfc 30#over_voltage=3
421102e7
AF
31
32################################################################################
33#
34# end
35#
36################################################################################