summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaurent Bonnans <laurent.bonnans@here.com>2019-11-12 18:11:38 +0100
committerLaurent Bonnans <laurent.bonnans@here.com>2019-11-12 18:11:38 +0100
commit825772aadcbfb38a8e3d26a43d35d2bcd3b0f537 (patch)
treeb889c653f94a9ac8c483cd17d25a3f464cd2551f
parent4fd7d8023d8e447cd3d2289a837b82f006be4041 (diff)
downloadmeta-updater-825772aadcbfb38a8e3d26a43d35d2bcd3b0f537.tar.gz
Fix uart output on raspberrypi3
The broadcom firmware now needs device trees to be present in/boot to set it up. Signed-off-by: Laurent Bonnans <laurent.bonnans@here.com>
-rw-r--r--classes/sota_raspberrypi.bbclass6
1 files changed, 3 insertions, 3 deletions
diff --git a/classes/sota_raspberrypi.bbclass b/classes/sota_raspberrypi.bbclass
index c901a70..d5d89a9 100644
--- a/classes/sota_raspberrypi.bbclass
+++ b/classes/sota_raspberrypi.bbclass
@@ -44,9 +44,9 @@ IMAGE_BOOT_FILES_sota = "bcm2835-bootfiles/* \
44 " 44 "
45 45
46# OSTree puts its own boot.scr to bcm2835-bootfiles 46# OSTree puts its own boot.scr to bcm2835-bootfiles
47# raspberrypi4 needs dtb in /boot partition so that they can be read by the 47# rpi4 and recent rpi3 firmwares needs dtb in /boot partition
48# firmware 48# so that they can be read by the firmware
49IMAGE_BOOT_FILES_append_sota_raspberrypi4 = "${@make_dtb_boot_files(d)}" 49IMAGE_BOOT_FILES_append_sota = "${@make_dtb_boot_files(d)}"
50 50
51# Just the overlays that will be used should be listed 51# Just the overlays that will be used should be listed
52KERNEL_DEVICETREE_raspberrypi2_sota ?= " bcm2709-rpi-2-b.dtb " 52KERNEL_DEVICETREE_raspberrypi2_sota ?= " bcm2709-rpi-2-b.dtb "