From 2606049cf82430cdbe40ca9d0a92a342b2ccc2e1 Mon Sep 17 00:00:00 2001 From: Mirza Krak Date: Thu, 10 Oct 2019 14:06:14 +0000 Subject: [PATCH] configs: raspberrypi: bump U-Boot version And drop the workaround. This includes only one change: 2a8a20f01d4 Disable addition of simple-framebuffer by U-boot Fixes: MEN-2685 Changelog: Fix "yellow" HDMI output on Raspbian Buster Signed-off-by: Mirza Krak --- configs/raspberrypi3_config | 2 +- configs/raspberrypi_config | 15 --------------- 2 files changed, 1 insertion(+), 16 deletions(-) diff --git a/configs/raspberrypi3_config b/configs/raspberrypi3_config index 6315fd7..702af90 100644 --- a/configs/raspberrypi3_config +++ b/configs/raspberrypi3_config @@ -1,7 +1,7 @@ # Binaries generated with the following script: # # https://d1b0l86ne08fsf.cloudfront.net/mender-convert/raspberrypi/raspberrypi-integration-scripts.tar.gz -RASPBERRYPI_BINARIES="raspberrypi3-integration-2018.07.tar.gz" +RASPBERRYPI_BINARIES="raspberrypi3-integration-2018.07.002.tar.gz" RASPBERRYPI_KERNEL_IMAGE="kernel7.img" MENDER_KERNEL_IMAGETYPE=zImage diff --git a/configs/raspberrypi_config b/configs/raspberrypi_config index f65ed2b..82846ed 100644 --- a/configs/raspberrypi_config +++ b/configs/raspberrypi_config @@ -35,21 +35,6 @@ function platform_modify() { # Update Linux kernel command arguments with our custom configuration run_and_log_cmd "sudo cp work/rpi/cmdline.txt work/boot/" - # Enable Full KMS (Kernel Mode Setting) graphics driver. This is the - # the open-source GPU driver that is part of mesa, also known as VC4. - # - # This is done because it seems that the firmware GPU driver does currently - # not play well when U-boot is enabled and HDMI output is "scrambled" - # - # Fixes: https://tracker.mender.io/browse/MEN-2685 - # - # Will need to revisit this later when there are new firware releases. - # - # Should be noted that RPi4 only works with this enabled and the - # configuration in the Yocto BSP (meta-raspberrypi) is also nowdays using - # this driver by default. - run_and_log_cmd "echo 'dtoverlay=vc4-kms-v3d' | sudo tee -a work/boot/config.txt" - # Mask udisks2.service, otherwise it will mount the inactive part and we # might write an update while it is mounted which often result in # corruptions.