Hi!
I tried to flash a brand new Sonoff S20. Everything seams to work fine, but I do not get any Wi-Fi after restarting the device!
How can I figure out, what went wrong?
I did the following:
root@ZenBook:~/work/Heimautomation# esptool.py --port /dev/ttyUSB0 erase_flash
esptool.py v2.6
Serial port /dev/ttyUSB0
Connecting....
Detecting chip type... ESP8266
Chip is ESP8266EX
Features: WiFi
MAC: dc:4f:22:37:b3:b5
Uploading stub...
Running stub...
Stub running...
Erasing flash (this may take a while)...
Chip erase completed successfully in 2.9s
Hard resetting via RTS pin...
root@ZenBook:~/work/Heimautomation#
Reconnect in flash-mode and ...
root@ZenBook:~/work/Heimautomation# esptool.py --port /dev/ttyUSB0 write_flash -fs 1MB -fm dout 0x0 sonoff-DE.bin
esptool.py v2.6
Serial port /dev/ttyUSB0
Connecting....
Detecting chip type... ESP8266
Chip is ESP8266EX
Features: WiFi
MAC: dc:4f:22:37:b3:b5
Uploading stub...
Running stub...
Stub running...
Configuring flash size...
Compressed 521056 bytes to 356399...
Wrote 521056 bytes (356399 compressed) at 0x00000000 in 31.5 seconds (effective 132.3 kbit/s)...
Hash of data verified.
Leaving...
Hard resetting via RTS pin...
root@ZenBook:~/work/Heimautomation#
For me everthing looks fine!? After this I reassambled the device and plugged it to 240 V, but dit not get a Wi-Fi.
Any help is welcome! Thanks in advance!
Achim