Enable pi 4 boot log on console output temporarily 73/23073/1
authorLi Xiaoming <lixm.fnst@cn.fujitsu.com>
Wed, 27 Nov 2019 09:48:59 +0000 (17:48 +0800)
committerLi Xiaoming <lixm.fnst@cn.fujitsu.com>
Wed, 27 Nov 2019 09:48:59 +0000 (17:48 +0800)
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 <lixm.fnst@cn.fujitsu.com>
meta-agl-bsp/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_4.19.bbappend [new file with mode: 0644]

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 (file)
index 0000000..35a09b0
--- /dev/null
@@ -0,0 +1,2 @@
+ENABLE_UART_raspberrypi4 = "1"
+