From 8d7608d6c8c1b586304eafdb4f8037160f3c471f Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Sun, 3 Jun 2018 13:58:15 +0200 Subject: [PATCH] Create raspberrypi.mk --- Documentation/boards/raspberrypi.mk | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Documentation/boards/raspberrypi.mk diff --git a/Documentation/boards/raspberrypi.mk b/Documentation/boards/raspberrypi.mk new file mode 100644 index 000000000..d3e151710 --- /dev/null +++ b/Documentation/boards/raspberrypi.mk @@ -0,0 +1,5 @@ +# Raspberry PI + +## Serial console + +For access to terminal over serial console, add `console=ttyAMA0,115200` to `cmdline.txt`.