]> git.ipfire.org Git - people/mfischer/ipfire-2.x.git/blob - config/rpi-firmware/config.txt
rpi-firmware: update to 20211127
[people/mfischer/ipfire-2.x.git] / config / rpi-firmware / config.txt
1 ###############################################################################
2 #
3 # Raspberry Pi - Videocore configuration file
4 #
5 ###############################################################################
6 enable_uart=1
7
8 ###############################################################################
9 #
10 # GPU Memory Settings (16,32,64 ... )
11 ###############################################################################
12 gpu_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 hdmi_safe=1
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 #
38
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
47 #arm_freq_min=500
48 #sdram_freq_min=250
49 #
50 # use following paramters to overclock at load
51 #arm_freq=900
52 #core_freq=450
53 #sdram_freq=450
54 # higher clock than 900Mhz most need over voltage. Use with care.
55 #over_voltage=3
56
57 ##############################################################################
58 #
59 # u-boot selection for different rpi boards
60 #
61 ##############################################################################
62 [pi1]
63 kernel=u-boot-rpi1.bin
64 [pi2]
65 kernel=u-boot-rpi2.bin
66 [pi3]
67 kernel=u-boot-rpi3.bin
68 [pi4]
69 kernel=u-boot-rpi4.bin
70 [all]
71 ##############################################################################