2018-10-30 15:55:12 +01:00
|
|
|
# Please note that this is only a sample, we recommend you to change it to fit
|
|
|
|
# your needs.
|
|
|
|
# You should override this file using a post-build script.
|
|
|
|
# See http://buildroot.org/manual.html#rootfs-custom
|
|
|
|
# and http://elinux.org/RPiconfig for a description of config.txt syntax
|
2020-07-20 11:15:34 +02:00
|
|
|
# We always use the same names, the real used variant is selected by
|
|
|
|
# BR2_PACKAGE_RPI_FIRMWARE_{DEFAULT,X,CD} choice
|
|
|
|
start_file=start.elf
|
|
|
|
fixup_file=fixup.dat
|
|
|
|
|
2022-01-19 15:50:19 +01:00
|
|
|
kernel=Image
|
2018-10-30 15:55:12 +01:00
|
|
|
|
|
|
|
# To use an external initramfs file
|
|
|
|
# initramfs rootfs.cpio.gz
|
|
|
|
|
|
|
|
# Disable overscan assuming the display supports displaying the full resolution
|
|
|
|
# If the text shown on the screen disappears off the edge, comment this out
|
2020-10-11 12:15:40 +02:00
|
|
|
# disable_overscan=1
|
2020-12-21 21:23:33 +01:00
|
|
|
dtoverlay=vc4-fkms-v3d
|
2020-10-11 12:15:40 +02:00
|
|
|
hdmi_drive=2
|
|
|
|
hdmi_group=2
|
|
|
|
hdmi_mode=14
|
2020-05-17 17:24:05 +02:00
|
|
|
max_framebuffers=2
|
2022-01-28 09:58:05 +01:00
|
|
|
enable_tvout=0
|
2018-10-30 15:55:12 +01:00
|
|
|
|
2018-11-09 09:52:17 +01:00
|
|
|
# uncomment if you get no picture on HDMI for a default "safe" mode
|
2018-11-09 18:38:51 +01:00
|
|
|
# hdmi_safe=1
|
2018-11-09 09:52:17 +01:00
|
|
|
|
2018-10-30 15:55:12 +01:00
|
|
|
# How much memory in MB to assign to the GPU on Pi models having
|
|
|
|
# 256, 512 or 1024 MB total memory
|
2021-01-07 21:21:21 +01:00
|
|
|
gpu_mem=256
|
|
|
|
gpu_mem_256=128
|
|
|
|
gpu_mem_512=128
|
|
|
|
gpu_mem_1024=128
|
2018-10-30 15:55:12 +01:00
|
|
|
|
|
|
|
# Enable the onboard soundcard
|
|
|
|
dtparam=audio=on
|
|
|
|
|
|
|
|
# Disable rainbow color splash
|
|
|
|
disable_splash=1
|
2018-11-02 17:07:53 +01:00
|
|
|
|
|
|
|
# Enable some optional hardware interfaces
|
|
|
|
dtparam=i2c_arm=on
|
2021-05-14 19:46:14 +02:00
|
|
|
dtparam=i2c_arm_baudrate=100000
|
2018-11-02 17:07:53 +01:00
|
|
|
dtoverlay=i2s-mmap
|
|
|
|
dtparam=i2s=on
|
2019-01-31 13:43:50 +01:00
|
|
|
dtparam=spi=on
|
2020-01-21 20:37:12 +01:00
|
|
|
|
|
|
|
# Disable GPIO IRQ
|
2022-01-19 15:50:19 +01:00
|
|
|
dtoverlay=gpio-no-irq
|
2020-08-31 12:13:32 +02:00
|
|
|
|
2020-12-21 21:23:33 +01:00
|
|
|
#[pi3]
|
|
|
|
#dtoverlay=vc4-kms-v3d
|
2020-08-31 12:13:32 +02:00
|
|
|
|
2020-12-21 21:23:33 +01:00
|
|
|
#[pi4]
|
|
|
|
#dtoverlay=vc4-kms-v3d-pi4
|
2022-01-19 15:50:19 +01:00
|
|
|
|
|
|
|
#dtoverlay=disable-wifi
|