mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-26 19:00:34 +02:00
72 lines
1.8 KiB
Plaintext
72 lines
1.8 KiB
Plaintext
###############################################################################
|
|
#
|
|
# Raspberry Pi - Videocore configuration file
|
|
#
|
|
###############################################################################
|
|
enable_uart=1
|
|
|
|
###############################################################################
|
|
#
|
|
# GPU Memory Settings (16,32,64 ... )
|
|
###############################################################################
|
|
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
|
|
#
|
|
|
|
###############################################################################
|
|
#
|
|
# Turbo Mode (cpufreq) Settings ...
|
|
# default clocks are arm=700, core=250 and sdram=400
|
|
#
|
|
###############################################################################
|
|
#
|
|
# underclock at idle
|
|
#arm_freq_min=500
|
|
#sdram_freq_min=250
|
|
#
|
|
# use following paramters to overclock at load
|
|
#arm_freq=900
|
|
#core_freq=450
|
|
#sdram_freq=450
|
|
# higher clock than 900Mhz most need over voltage. Use with care.
|
|
#over_voltage=3
|
|
|
|
##############################################################################
|
|
#
|
|
# 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]
|
|
##############################################################################
|