MycroftOS: Raspberry Pi config.txt order changes

This commit is contained in:
j1nx 2020-08-31 12:13:32 +02:00
parent 7f5944740d
commit 2a059a73dc
1 changed files with 7 additions and 8 deletions

View File

@ -3,13 +3,6 @@
# 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
[pi3]
dtoverlay=vc4-kms-v3d
[pi4]
dtoverlay=vc4-kms-v3d-pi4
[all]
# 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
@ -50,4 +43,10 @@ dtparam=i2s=on
dtparam=spi=on
# Disable GPIO IRQ
dtoverlay=gpio-no-irq
# dtoverlay=gpio-no-irq
[pi3]
dtoverlay=vc4-kms-v3d
[pi4]
dtoverlay=vc4-kms-v3d-pi4