]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blame - config/rpi-firmware/config.txt
daq: update to 2.0.1.
[people/teissler/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###############################################################################
feb50ba8
AF
12gpu_mem=16
13
14###############################################################################
15#
16# hdmi/video options
17#
18###############################################################################
19#
20# Set this if monitor was not detected at reboot.
21#hdmi_force_hotplug=1
22#
23# hdmi_drive: 0 auto, 1 DVI (no Sound), 2 HDMI (Sound)
24#hdmi_drive=1
25#
26# sdtv_mode: 0 NTSC, 1 NTSC (JP), 3 PAL, 4 PAL (Brazil)
27#sdtv_mode=2
28# sdtv_ascpect: 0 4:3, 1 14:9, 2 16:9
29#sdtv_aspect=0
30#
31# overscan
32#overscan_left=16
33#overscan_right=16
34#overscan_top=16
35#overscan_bottom=16
36#
06f3145f 37
421102e7
AF
38###############################################################################
39#
40# Turbo Mode (cpufreq) Settings ...
41# default clocks are arm=700, core=250 and sdram=400
42#
43###############################################################################
44#
45# underclock at idle
c75cc1f6
AF
46#arm_freq_min=500
47#sdram_freq_min=250
421102e7
AF
48#
49# use following paramters to overclock at load
feb50ba8 50#arm_freq=900
421102e7
AF
51#core_freq=450
52#sdram_freq=450
feb50ba8 53# higher clock than 900Mhz most need over voltage. Use with care.
e69cbcfc 54#over_voltage=3
421102e7
AF
55
56################################################################################
57#
58# end
59#
60################################################################################