mirror of https://github.com/arendst/Tasmota.git
Updated Sonoff DIY (markdown)
parent
782aa046de
commit
f7b8378a8f
|
@ -28,7 +28,7 @@ As Sonoff DIY is enabled by connecting GPIO16 to GND it may well be possible tha
|
|||
- The utility should discover the device
|
||||
- Select the device and toggle it `ON` and `OFF` to verify you are connected to the right device
|
||||
- Select `Firmware flash` (`Brush machine` on newer versions of the tool)
|
||||
- Select 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.
|
||||
- Select 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 fit in the available free program space. You can use the 2.3.0 Core for this initial flash since it has the smallest program memory footprint. _**Do NOT use the sonoff-minimal pre-compiled binary**_ as it does not allow you to change any settings.
|
||||
- Select the device in the flash pop-up and then select OK
|
||||
- Tasmota will be uploaded and started
|
||||
|
||||
|
@ -45,7 +45,7 @@ This procedure is recommended for MacOS.
|
|||
- eWelink firmware updated to at least 3.1
|
||||
- OS with `curl` and `mDNS` discovery tool
|
||||
- `sonoffDiy` SSID on your local network
|
||||
- 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.
|
||||
- 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 fit in the available free program space. You can use the 2.3.0 Core for this initial flash since it has the smallest program memory footprint. _**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_**
|
||||
|
@ -91,7 +91,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 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.
|
||||
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 and Core variant that is 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