From 825772aadcbfb38a8e3d26a43d35d2bcd3b0f537 Mon Sep 17 00:00:00 2001 From: Laurent Bonnans Date: Tue, 12 Nov 2019 18:11:38 +0100 Subject: 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 --- classes/sota_raspberrypi.bbclass | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'classes') 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/* \ " # OSTree puts its own boot.scr to bcm2835-bootfiles -# raspberrypi4 needs dtb in /boot partition so that they can be read by the -# firmware -IMAGE_BOOT_FILES_append_sota_raspberrypi4 = "${@make_dtb_boot_files(d)}" +# rpi4 and recent rpi3 firmwares needs dtb in /boot partition +# so that they can be read by the firmware +IMAGE_BOOT_FILES_append_sota = "${@make_dtb_boot_files(d)}" # Just the overlays that will be used should be listed KERNEL_DEVICETREE_raspberrypi2_sota ?= " bcm2709-rpi-2-b.dtb " -- cgit v1.2.3-54-g00ecf