mirror of https://github.com/arendst/Tasmota.git
Updated Flash Sonoff using Raspberry Pi (markdown)
parent
7af06c2c03
commit
d7e3f0c0cf
|
@ -18,7 +18,7 @@ So, I will summarize the process and needed adoptions based on the above blog, p
|
||||||
|
|
||||||
`sudo systemctl disable serial-getty@ttyS0.service`
|
`sudo systemctl disable serial-getty@ttyS0.service`
|
||||||
|
|
||||||
`sudo cp /boot/cmdline.txt /boot/cmdline.bak`
|
`sudo cp /boot/cmdline.txt /boot/cmdline.bak` (This backups the file ;))
|
||||||
|
|
||||||
`sudo nano /boot/cmdline.txt`
|
`sudo nano /boot/cmdline.txt`
|
||||||
-> delete "console=serial0,115200" option
|
-> delete "console=serial0,115200" option
|
||||||
|
@ -47,7 +47,7 @@ Connect 3,3V while button pressed to enter flash-mode:
|
||||||
|
|
||||||
`esptool.py —port /dev/ttyS0 erase_flash`
|
`esptool.py —port /dev/ttyS0 erase_flash`
|
||||||
|
|
||||||
2. Flash .bin, which you can download from the release-section of this git (https://github.com/arendst/Sonoff-Tasmota/releases):
|
2. Flash .bin, which you can download from the [release-section](https://github.com/arendst/Sonoff-Tasmota/releases):
|
||||||
|
|
||||||
Again connect 3,3V while pressing button:
|
Again connect 3,3V while pressing button:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue