From 55ed92eea245dad712b80b2938f1523cf0207cb3 Mon Sep 17 00:00:00 2001 From: maciboy Date: Mon, 4 Jun 2018 17:50:48 +0200 Subject: [PATCH] Updated Flash Sonoff using Raspberry Pi (markdown) --- Flash-Sonoff-using-Raspberry-Pi.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Flash-Sonoff-using-Raspberry-Pi.md b/Flash-Sonoff-using-Raspberry-Pi.md index 134aa247..e96b7205 100644 --- a/Flash-Sonoff-using-Raspberry-Pi.md +++ b/Flash-Sonoff-using-Raspberry-Pi.md @@ -8,13 +8,17 @@ So, I will summarize the process and needed adoptions based on the above blog, p # Preparation of the Raspberry: 1. Install esptool (pip needed) + `sudo pip install esptool` 2. Prepare serial connection (This is adopted for RaspberryPi 3, before it was ttyAMA0) `sudo systemctl stop serial-getty@ttyS0.service` + `sudo systemctl disable serial-getty@ttyS0.service` + `sudo cp /boot/cmdline.txt /boot/cmdline.bak` + `sudo nano /boot/cmdline.txt` -> delete "console=serial0,115200" option