]> git.ipfire.org Git - ipfire-2.x.git/blame - config/rpi-firmware/config.txt
mympd: remove create config start
[ipfire-2.x.git] / config / rpi-firmware / config.txt
CommitLineData
421102e7
AF
1###############################################################################
2#
3# Raspberry Pi - Videocore configuration file
4#
5###############################################################################
ee3da7ef 6enable_uart=1
421102e7 7
06f3145f
AF
8###############################################################################
9#
10# GPU Memory Settings (16,32,64 ... )
06f3145f 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
ee3da7ef 25hdmi_safe=1
feb50ba8
AF
26#
27# sdtv_mode: 0 NTSC, 1 NTSC (JP), 3 PAL, 4 PAL (Brazil)
28#sdtv_mode=2
29# sdtv_ascpect: 0 4:3, 1 14:9, 2 16:9
30#sdtv_aspect=0
31#
32# overscan
33#overscan_left=16
34#overscan_right=16
35#overscan_top=16
36#overscan_bottom=16
37#
06f3145f 38
421102e7
AF
39###############################################################################
40#
41# Turbo Mode (cpufreq) Settings ...
42# default clocks are arm=700, core=250 and sdram=400
43#
44###############################################################################
45#
46# underclock at idle
c75cc1f6
AF
47#arm_freq_min=500
48#sdram_freq_min=250
421102e7
AF
49#
50# use following paramters to overclock at load
feb50ba8 51#arm_freq=900
421102e7
AF
52#core_freq=450
53#sdram_freq=450
feb50ba8 54# higher clock than 900Mhz most need over voltage. Use with care.
e69cbcfc 55#over_voltage=3
421102e7 56
db4000f9
AF
57##############################################################################
58#
59# u-boot selection for different rpi boards
60#
61##############################################################################
62[pi1]
63kernel=u-boot-rpi1.bin
64[pi2]
65kernel=u-boot-rpi2.bin
66[pi3]
67kernel=u-boot-rpi3.bin
68[pi4]
69kernel=u-boot-rpi4.bin
70[all]
71##############################################################################