From ec3f91a1e4fef7af599d5a8eeb56b51b63ad0784 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Sep 14 2016 15:41:20 +0000 Subject: add details on configuring serial UART for console --- diff --git a/config.txt b/config.txt index cc3fd9a..3310e18 100644 --- a/config.txt +++ b/config.txt @@ -7,6 +7,14 @@ kernel=rpi2-u-boot.bin # End of Rasberry Pi 3 options +# Enable UART +# Only enable UART if you're going to use it as it has speed implications +# Serial console is ttyS0 on RPi3 and ttyAMA0 on all other variants +# u-boot will auto detect serial and pass corrent options to kernel if enabled +# Details here on speed https://www.raspberrypi.org/forums/viewtopic.php?f=28&t=141195 +# enable_uart=1 + + # ^^^^^^^^^ shouldn't need to edit below here ^^^^^^^^^^^^^^^^^^^^ # Default Fedora configs for all Raspberry Pi Revisions