I attempt an OTA firmware update and it failed on 'fail' version number.
Reflash firware over cable will not work, web-page is not comming up
Was running ESP_Easy_v2.0-20180202_normal_ESP8266.bin
Reflashed several different firmware versions but no web-page comming up.
How can I make the sonoff basic work again
Sonoff basic OTA firmware update failed - refalshing not working
Moderators: grovkillen, Stuntteam, TD-er
- Methuselah
- Normal user
- Posts: 45
- Joined: 04 Feb 2018, 01:39
- Location: Boston, MA
Re: Sonoff basic OTA firmware update failed - refalshing not working
Are you attempting to flash a dout build?
Are you flashing the intermediate image first?
You cannot flash a new firmware directly due to its size. You need the megaOTAUploader to do it.
You will likely have to flash directly using the serial interface.
Are you flashing the intermediate image first?
You cannot flash a new firmware directly due to its size. You need the megaOTAUploader to do it.
You will likely have to flash directly using the serial interface.
N00b to the world of ESPEasy, but I've been programming since the days of punch cards and paper tape 

Re: Sonoff basic OTA firmware update failed - refalshing not working
Are you attempting to flash a dout build?
I flashed diferent versions also a dout build
Are you flashing the intermediate image first?
I do not untherstand what you mean
You cannot flash a new firmware directly due to its size. You need the megaOTAUploader to do it.
You will likely have to flash directly using the serial interface.
I flash with a serial cable (FTDI) from a linux laptop
I flashed diferent versions also a dout build
Are you flashing the intermediate image first?
I do not untherstand what you mean
You cannot flash a new firmware directly due to its size. You need the megaOTAUploader to do it.
You will likely have to flash directly using the serial interface.
I flash with a serial cable (FTDI) from a linux laptop
- grovkillen
- Core team member
- Posts: 3621
- Joined: 19 Jan 2017, 12:56
- Location: Hudiksvall, Sweden
- Contact:
Re: Sonoff basic OTA firmware update failed - refalshing not working
ESP Easy Flasher [flash tool and wifi setup at flash time]
ESP Easy Webdumper [easy screendumping of your units]
ESP Easy Netscan [find units]
Official shop: https://firstbyte.shop/
Sponsor ESP Easy, we need you

ESP Easy Webdumper [easy screendumping of your units]
ESP Easy Netscan [find units]
Official shop: https://firstbyte.shop/
Sponsor ESP Easy, we need you



Solved: Sonoff basic OTA firmware update failed - refalshing not working Solved
Grovkillen is it like this:
From OTA I select ESPEasyUploaderMega_1024 followed by selecting the latest version of espeasy?
I did the following to solve this issue:
erase flash with command:
sudo python esptool.py --port /dev/ttyUSB0 --baud 115200 erase_flash
and flashed ESP_Easy_v2.0-20180321_normal_ESP8266_1024.bin with command:
sudo python esptool.py -b 115200 --port /dev/ttyUSB0 write_flash 0x0000 ESP_Easy_v2.0-20180321_normal_ESP8266_1024.bin
now everything is working again
From OTA I select ESPEasyUploaderMega_1024 followed by selecting the latest version of espeasy?
I did the following to solve this issue:
erase flash with command:
sudo python esptool.py --port /dev/ttyUSB0 --baud 115200 erase_flash
and flashed ESP_Easy_v2.0-20180321_normal_ESP8266_1024.bin with command:
sudo python esptool.py -b 115200 --port /dev/ttyUSB0 write_flash 0x0000 ESP_Easy_v2.0-20180321_normal_ESP8266_1024.bin
now everything is working again
Who is online
Users browsing this forum: No registered users and 15 guests