From 3fd01b24f6226d0487c5ec3c186a2437986de393 Mon Sep 17 00:00:00 2001 From: joerggollnick Date: Wed, 9 Jan 2019 06:47:16 +0100 Subject: [PATCH] Added hint for /dev/ttyAMA0, if bluetooth is off or on miniuart. --- Flash-Sonoff-using-Raspberry-Pi.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Flash-Sonoff-using-Raspberry-Pi.md b/Flash-Sonoff-using-Raspberry-Pi.md index 6866dc63..e98f0994 100644 --- a/Flash-Sonoff-using-Raspberry-Pi.md +++ b/Flash-Sonoff-using-Raspberry-Pi.md @@ -17,7 +17,7 @@ _Note: Use the correct serial connection as per your version of the Raspberry Pi | Device | Serial Connection | | ------------- |---------------| -| RaspberryPi 1/2 | /dev/ttyAMA0 | +| RaspberryPi 1/2/3 (BT disabled or miniuart) | /dev/ttyAMA0 | | RaspberryPi 3 | /dev/ttyS0 | `sudo systemctl stop serial-getty@ttyS0.service` @@ -36,6 +36,11 @@ _Note: Use the correct serial connection as per your version of the Raspberry Pi -> add the line (at the bottom): `enable_uart=1` +Please note following overlays setting port to `/dev/ttyAMA0` + +* `pi3-miniuart-bt` +* `pi3-disable-bt` + 4. Reboot your Pi