Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows 10 and 11 requirements #17

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
16 changes: 11 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,17 @@ Tested Operating Systems

The sonoff-ota-flash.sh script has been tested with the following operating systems:

| OS | Working | Notes |
|----------------------|---------|------------------------------|
| Mac OS 12.3.1 | ✅ | dns-sd/1558.0.56 curl/7.79.1 |
| Raspberry Pi OS 11.3 | ✅ | avahi-browse/0.8 curl/7.74.0 |
| Windows 10 | ❌ | Likely problems with Multicast DNS for device discovery? |
| OS | Working | Notes |
|----------------------------|---------|------------------------------|
| Mac OS 12.3.1 | ✅ | dns-sd/1558.0.56 curl/7.79.1 |
| Raspberry Pi OS 11.3 | ✅ | avahi-browse/0.8 curl/7.74.0 |
| Windows 10 and possibly 11 | ✅ | Need do the following Windows requirements** |

**Windows 10 requirements: Need to install Windows Subsystem for Linux, then install Debian from the Windows Store, open Debian Linux command prompt and run the following commands:
sudo apt-get update
sudo apt-get install curl avahi-utils
smoke007 marked this conversation as resolved.
Show resolved Hide resolved
Now you can download the bash script using the command above.
Run the command ./sonoff-ota-flash.sh with option -i to specify the device IP since Multicast DNS for device discovery doesn't seem to work here.

It is possible that it may work on other OS too.
If you have success on another OS, please raise a Pull Request with the details, to let other people know.
Expand Down