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