Further updates to config.txt

pull/248/head
IanSB 2021-10-31 01:13:01 +01:00
rodzic a468d41087
commit 5c0bc8c9eb
2 zmienionych plików z 26 dodań i 24 usunięć

Wyświetl plik

@ -59,8 +59,8 @@ kernel=kernelrpi.img
# Debug kernel (needs a 115200 serial connection)
#kernel=kernelrpi_debug.img
# Settings for Pi0 2W
[board-type=0x12]
# Settings for Pi0 2
[pi02]
# default frequencies are 1000/400/450
arm_freq=1000
core_freq=400
@ -132,16 +132,3 @@ kernel=kernelrpi4.img
# Do not manually add options below this line as they will be removed
[all]
hdmi_drive=1
#refresh=1
#resolution=Auto
## Auto@60Hz
#auto_overscan=1
#scaling=0
scaling_kernel=8
#interface_4=3

Wyświetl plik

@ -42,11 +42,14 @@ disable_overscan=1
# (the 4x is because we allow upto quadruple buffering)
max_framebuffer_height=8192
# set to 1 to make hdmi use DPM standby instead of just blanking the screen
hdmi_blanking=1
# =====================================================================
# Settings for other Pi Models
# Settings for Pi Models
# =====================================================================
[pi0]
# default = 1000 / 400 / 450
# default frequencies are 1000 / 400 / 450
arm_freq=1000
core_freq=400
sdram_freq=450
@ -56,8 +59,20 @@ kernel=kernelrpi.img
# Debug kernel (needs a 115200 serial connection)
#kernel=kernelrpi_debug.img
# Settings for Pi0 2
[pi02]
# default frequencies are 1000/400/450
arm_freq=1000
core_freq=400
sdram_freq=450
start_file=start_cd.elf
fixup_file=fixup_cd.dat
kernel=kernelrpi3.img
# Debug kernel (needs a 115200 serial connection)
#kernel=kernelrpi3_debug.img
[pi1]
# default = 700 / 250 / 400
# default frequencies are 700/250/400
arm_freq=700
core_freq=250
sdram_freq=400
@ -69,7 +84,7 @@ kernel=kernelrpi.img
# Settings for Pi 2
[pi2]
# default = 900 / 250 / 400
# default frequencies are 900/250/400
arm_freq=900
core_freq=250
sdram_freq=400
@ -81,8 +96,8 @@ kernel=kernelrpi2.img
# Settings for Pi 3
[pi3]
# default = 1200 / 400 / 450
arm_freq=1200
# default frequencies are 1200/400/450
arm_freq=1000
core_freq=400
sdram_freq=450
start_file=start_cd.elf
@ -93,8 +108,8 @@ kernel=kernelrpi3.img
# Settings for Pi 3+
[pi3+]
# default = 1400 / 400 / 450
arm_freq=1200
# default frequencies are 1400/400/450
arm_freq=1000
core_freq=400
sdram_freq=450
start_file=start_cd.elf
@ -105,7 +120,7 @@ kernel=kernelrpi3.img
# Settings for Pi 4
[pi4]
# default = 1500 / 500 / 3200
# default frequencies are 1500/500/3200
arm_freq=1000
core_freq=500
sdram_freq=3200