rpi3: config: Enable serial
authorJoonyoung Shim <jy0922.shim@samsung.com>
Wed, 25 Jan 2017 06:58:47 +0000 (15:58 +0900)
committerJunghoon Kim <jhoon20.kim@samsung.com>
Tue, 11 Jun 2019 00:35:48 +0000 (09:35 +0900)
Add configration to enable serial in config.txt file, then we can serial
log from kernel or u-boot during booting.

Change-Id: Iebe3345b52cb2886daa0d8bdf1e15747dde2af39
Signed-off-by: Joonyoung Shim <jy0922.shim@samsung.com>
rpi3/boot/config.txt

index 06364c5..d96844a 100644 (file)
@@ -54,3 +54,6 @@
 
 # Enable audio (loads snd_bcm2835)
 dtparam=audio=on
+
+# Enable serial
+enable_uart=1