mirko / SonOTA

Flashing Itead Sonoff devices with custom firmware via original OTA mechanism
GNU General Public License v2.0
719 stars 104 forks source link

Sonoff S22 stuck at finalStage (can I resume) #120

Closed prankousky closed 6 years ago

prankousky commented 6 years ago

Hi,

I tried using SonOTA on a Sonoff S22 device.

Should have made sure that this device was compatible before attempting to flash it, but didn't :/

Everything worked until the finalStage wifi came up. Then it stopped working. I ended up unplugging the device and plugging it back in.

The finalStage AP still appears, but it has been a few days (didn't have time to report it before now). Is there a way I can resume flashing the device? Obviously, the itead-xxxxxxx AP is not there anymore because finalStage is there, so the python program will not let me re-flash the device.

Is there some way I can get this flashed OTA?

Thanks in advance for your support :)

ftelleria commented 6 years ago

Same issue here, I have a T1 R2 US

ftelleria commented 6 years ago

Hi,

I've solved the issue, connect to the final stage WIFI and run the program with the option --no-prov:

python sonota.py --no-prov

It should resume the firmware update.

sillyfrog commented 6 years ago

What @ftelleria said is correct, you can resume at any step, providing the previous step completed.