From 5ecb57c5173b40effa5239d7e45cc2db12deba41 Mon Sep 17 00:00:00 2001 From: Fadi Hanna Al-Kass Date: Tue, 26 Dec 2017 16:51:15 -0500 Subject: [PATCH] Enable UART by default --- stage1/00-boot-files/files/config.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/stage1/00-boot-files/files/config.txt b/stage1/00-boot-files/files/config.txt index 06364c5..516e8ab 100644 --- a/stage1/00-boot-files/files/config.txt +++ b/stage1/00-boot-files/files/config.txt @@ -54,3 +54,6 @@ # Enable audio (loads snd_bcm2835) dtparam=audio=on + +# Enable UART +enable_uart=1