Minor editing issue with Flashing on Raspberry Pi #3136

Adrian Scillato 2018-07-10 06:17:28 -03:00
parent 2edb8a7f53
commit 1d576f57c1
1 changed files with 4 additions and 4 deletions

@ -48,13 +48,13 @@ This is how it looks in real-life 😆
1. Erase flash memory: 1. Erase flash memory:
Connect 3,3V while button pressed to enter flash-mode: 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): 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:
`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: 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… Now just type in, your SSID, press enter and then type the password…
`ssid _yourSSID_` `ssid yourSSID`
`password _yourPassword_` `password yourPassword`