Updated Flash Sonoff using Raspberry Pi (markdown)

maciboy 2018-06-04 17:50:48 +02:00
parent fe49ad07a3
commit 55ed92eea2
1 changed files with 4 additions and 0 deletions

@ -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