mirror of https://github.com/arendst/Tasmota.git
Minor editing issue with Flashing on Raspberry Pi #3136
parent
2edb8a7f53
commit
1d576f57c1
|
@ -48,13 +48,13 @@ This is how it looks in real-life 😆
|
|||
1. Erase flash memory:
|
||||
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](https://github.com/arendst/Sonoff-Tasmota/releases):
|
||||
|
||||
Again connect 3,3V while pressing button:
|
||||
|
||||
`esptool.py —port /dev/ttyS0 write_flash -fs 1MB -fm dout 0x0 /path/to/downloaded/sonoff.bin`
|
||||
`esptool.py --port /dev/ttyS0 write_flash -fm dout 0x0 /path/to/downloaded/sonoff.bin`
|
||||
|
||||
7. Setup Wifi:
|
||||
|
||||
|
@ -64,9 +64,9 @@ You will see some output, after pressing enter.
|
|||
|
||||
Now just type in, your SSID, press enter and then type the password…
|
||||
|
||||
`ssid _yourSSID_`
|
||||
`ssid yourSSID`
|
||||
|
||||
`password _yourPassword_`
|
||||
`password yourPassword`
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue