mirror of https://github.com/arendst/Tasmota.git
Updated Sonoff DIY (markdown)
parent
4ae3b9c745
commit
2ba9582263
|
@ -11,9 +11,9 @@ As Sonoff DIY is enabled by connecting GPIO16 to GND it may well be possible tha
|
|||
# Flash procedure
|
||||
## Using the Itead DIY tool
|
||||
### Verify and/or update eWelink firmware version
|
||||
* Open the device and remove the jumper labeled OTA if present
|
||||
* Power on device and connect to eWelink
|
||||
* Update eWelink firmware to at least 3.1
|
||||
- Open the device and remove the jumper labeled OTA if present
|
||||
- Power on device and connect to eWelink
|
||||
- eWelink firmware updated to at least 3.1
|
||||
### Flash Tasmota
|
||||
- Download the [Sonoff DIY `tool_01DIY85`](https://github.com/itead/Sonoff_Devices_DIY_Tools) from Github:
|
||||
- `./tool` `.exe` (Microsoft Windows)
|
||||
|
@ -42,10 +42,10 @@ As Sonoff DIY is enabled by connecting GPIO16 to GND it may well be possible tha
|
|||
## Manual Flash
|
||||
This procedure is recommended for MacOS.
|
||||
### Requirements
|
||||
- Sonoff DIY (firmware 3.1+)
|
||||
- eWelink firmware updated to at least 3.1
|
||||
- OS with `curl` and `mDNS` discovery tool
|
||||
- `sonoffDiy` SSID on your local network
|
||||
- Copy of firmware (e.g. [`sonoff-basic.bin`]). It must be _smaller than 500k_. _**Do NOT use the sonoff-minimal pre-compiled binary**_ as it does not allow you to change any settings.
|
||||
- A pre-compiled Tasmota binary (e.g., [`sonoff-basic.bin`](http://thehackbox.org/tasmota/020300/sonoff-basic.bin)) or your own self-compiled binary. It must be _smaller than 500k_. _**Do NOT use the sonoff-minimal pre-compiled binary**_ as it does not allow you to change any settings.
|
||||
- SHA256 sum of firmware binary file
|
||||
>$ shasum -a 256 sonoff-basic.bin
|
||||
**_1da0e89be4c01df033fa6da9d0c1db58c3deea354d7ad194f607d1f518db48f9_**
|
||||
|
@ -87,7 +87,7 @@ This procedure is recommended for MacOS.
|
|||
- Ping the device for about 30 seconds until it has rebooted
|
||||
|
||||
## Post Installation
|
||||
Once the firmware upload completes and the device restarts, the usual "sonoff-xxxx" SSID should now be available. It is recommend that you load the firmware variant needed for your device and use case (e.g., `sonoff.bin`). Once the desired firmware is on the device, continue the regular Tasmota setup process.
|
||||
Once the firmware upload completes and the device restarts, the usual "sonoff-xxxx" SSID should now be available. It is recommend that you upgrade to the firmware variant needed for your device and use case (e.g., `sonoff.bin`). Once the desired firmware is on the device, continue the regular Tasmota setup process.
|
||||
|
||||
### Video tutorials
|
||||
- [Andreas Spiess](https://youtu.be/fzEDFmB0UYU?t=239)
|
||||
|
|
Loading…
Reference in New Issue