]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blob - config/rpi-firmware/config.txt
Merge branch 'next' of ssh://git.ipfire.org/pub/git/ipfire-2.x into next
[people/teissler/ipfire-2.x.git] / config / rpi-firmware / config.txt
1 ###############################################################################
2 #
3 # Raspberry Pi - Videocore configuration file
4 #
5 ###############################################################################
6
7 ###############################################################################
8 #
9 # GPU Memory Settings (16,32,64 ... )
10 # 16MB has a issue at reboot so we use 32MB memory split
11 ###############################################################################
12 gpu_mem_256=32
13 gpu_mem_512=32
14
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
23 #arm_freq_min=500
24 #sdram_freq_min=250
25 #
26 # use following paramters to overclock at load
27 #arm_freq=1000
28 #core_freq=450
29 #sdram_freq=450
30 #over_voltage=3
31
32 ################################################################################
33 #
34 # end
35 #
36 ################################################################################