Browse Source

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 <mirza.krak@northern.tech>
2.0.x
Mirza Krak 5 years ago
parent
commit
2606049cf8
  1. 2
      configs/raspberrypi3_config
  2. 15
      configs/raspberrypi_config

2
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

15
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.

Loading…
Cancel
Save