From e20249676a545a44119dbda89620d2fdb0cde79b Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Sat, 11 Aug 2018 23:20:37 +0200 Subject: [PATCH] Documentation: RPI, disable bluetooth for serial console --- Documentation/boards/raspberrypi.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/boards/raspberrypi.md b/Documentation/boards/raspberrypi.md index 6c9f7cf9f..52317e58f 100644 --- a/Documentation/boards/raspberrypi.md +++ b/Documentation/boards/raspberrypi.md @@ -16,7 +16,7 @@ The 64bit version is under development by RPi-Team. It work very nice but it cou ## Serial console -For access to terminal over serial console, add `console=ttyAMA0,115200` to `cmdline.txt` and `enable_uart=1` into `config.txt`. GPIO pins are: 6 = GND / 8 = UART TXD / 10 = UART RXD. +For access to terminal over serial console, add `console=ttyAMA0,115200` to `cmdline.txt` and `enable_uart=1`, `dtoverlay=pi3-disable-bt` into `config.txt`. GPIO pins are: 6 = GND / 8 = UART TXD / 10 = UART RXD. ## I2C