From 9409388f7393c0cc8fe30ba0f6cf8fd14cd14f51 Mon Sep 17 00:00:00 2001 From: Li Xiaoming Date: Wed, 27 Nov 2019 17:48:59 +0800 Subject: Enable pi 4 boot log on console output temporarily Although the rpi-config_git.bbappend enable ENABLE_UART_raspberrypi4 = "1", it seems make no effect. This patch is temporary solution, which can do some help to debug pi 4 boot issue. Bug-AGL: SPEC-2995 Change-Id: I0b634c4d8df576884b939ea259d4f8b7ca5330d7 Signed-off-by: Li Xiaoming --- .../recipes-kernel/linux/linux-raspberrypi_4.19.bbappend | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 meta-agl-bsp/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_4.19.bbappend diff --git a/meta-agl-bsp/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_4.19.bbappend b/meta-agl-bsp/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_4.19.bbappend new file mode 100644 index 000000000..35a09b021 --- /dev/null +++ b/meta-agl-bsp/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_4.19.bbappend @@ -0,0 +1,2 @@ +ENABLE_UART_raspberrypi4 = "1" + -- cgit 1.2.3-korg