mirror of https://github.com/arendst/Tasmota.git
Updated Flash Sonoff using Raspberry Pi (markdown)
parent
fe49ad07a3
commit
55ed92eea2
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue