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
|
|
|
|
|
|
|
|
kernel=zImage
|
|
|
|
|
|
|
|
# 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
|
2018-11-06 13:59:01 +01:00
|
|
|
disable_overscan=1
|
2018-11-09 18:38:51 +01:00
|
|
|
hdmi_group=1
|
|
|
|
hdmi_mode=4
|
2020-05-17 17:24:05 +02:00
|
|
|
max_framebuffers=2
|
|
|
|
dtoverlay=vc4-fkms-v3d
|
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
|
|
|
|
gpu_mem_256=100
|
|
|
|
gpu_mem_512=100
|
|
|
|
gpu_mem_1024=100
|
|
|
|
|
|
|
|
# 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
|
|
|
|
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
|
|
|
|
dtoverlay=gpio-no-irq
|