From fd7fb6a1fa0e0f983484a1c8d52b14a58faf1169 Mon Sep 17 00:00:00 2001 From: lcdwiki Date: Tue, 2 Jul 2019 09:59:17 +0100 Subject: [PATCH] update to the latest system config --- boot/config-nomal.txt | 8 ++++++++ usr/cmdline.txt-original | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/boot/config-nomal.txt b/boot/config-nomal.txt index 06364c5..578d736 100755 --- a/boot/config-nomal.txt +++ b/boot/config-nomal.txt @@ -54,3 +54,11 @@ # Enable audio (loads snd_bcm2835) dtparam=audio=on + +[pi4] +# Enable DRM VC4 V3D driver on top of the dispmanx display stack +dtoverlay=vc4-fkms-v3d +max_framebuffers=2 + +[all] +#dtoverlay=vc4-fkms-v3d diff --git a/usr/cmdline.txt-original b/usr/cmdline.txt-original index e6f97d1..a1e1fbb 100644 --- a/usr/cmdline.txt-original +++ b/usr/cmdline.txt-original @@ -1 +1 @@ -dwc_otg.lpm_enable=0 console=serial0,115200 console=tty1 root=PARTUUID=c9743830-02 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait quiet splash plymouth.ignore-serial-consoles +dwc_otg.lpm_enable=0 console=serial0,115200 console=tty1 root=PARTUUID=f27bf3fc-02 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait quiet splash plymouth.ignore-serial-consoles