]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - config/rpi-firmware/config.txt
core186: Ship ovpnmain.cgi
[ipfire-2.x.git] / config / rpi-firmware / config.txt
index 47bfc802d55a44571043361312d3c9bef7fd1996..b2813233556912abaf6da2e023344f56b177b881 100644 (file)
@@ -3,14 +3,38 @@
 # Raspberry Pi - Videocore configuration file
 #
 ###############################################################################
+enable_uart=1
 
 ###############################################################################
 #
 # GPU Memory Settings (16,32,64 ... )
-# 16MB has a issue at reboot so we use 32MB memory split
 ###############################################################################
-gpu_mem_256=32
-gpu_mem_512=32
+gpu_mem=16
+
+###############################################################################
+#
+# hdmi/video options
+#
+###############################################################################
+#
+# Set this if monitor was not detected at reboot.
+#hdmi_force_hotplug=1
+#
+# hdmi_drive: 0 auto, 1 DVI (no Sound), 2 HDMI (Sound)
+#hdmi_drive=1
+hdmi_safe=1
+#
+# sdtv_mode: 0 NTSC, 1 NTSC (JP), 3 PAL, 4 PAL (Brazil)
+#sdtv_mode=2
+# sdtv_ascpect: 0 4:3, 1 14:9, 2 16:9
+#sdtv_aspect=0
+#
+# overscan
+#overscan_left=16
+#overscan_right=16
+#overscan_top=16
+#overscan_bottom=16
+#
 
 ###############################################################################
 #
@@ -24,13 +48,24 @@ gpu_mem_512=32
 #sdram_freq_min=250
 #
 # use following paramters to overclock at load
-#arm_freq=1000
+#arm_freq=900
 #core_freq=450
 #sdram_freq=450
+# higher clock than 900Mhz most need over voltage. Use with care.
 #over_voltage=3
 
-################################################################################
+##############################################################################
 #
-# end
+# u-boot selection for different rpi boards
 #
-################################################################################
+##############################################################################
+[pi1]
+kernel=u-boot-rpi1.bin
+[pi2]
+kernel=u-boot-rpi2.bin
+[pi3]
+kernel=u-boot-rpi3.bin
+[pi4]
+kernel=u-boot-rpi4.bin
+[all]
+##############################################################################