-->
Page 1 of 1

Clear down and initialise esp8266

PostPosted: Fri Mar 04, 2016 1:42 pm
by Phil colbert
Hi

Anyone know how to fully clear the esp down, all the filesystem , everything !?

Nothing I can find seems to work

Thanks

Re: Clear down and initialise esp8266

PostPosted: Fri Mar 04, 2016 2:15 pm
by martinayotte
Use esptool.py : https://github.com/themadinventor/esptool
Code: Select allesptool.py --port /dev/ttyUSB0 erase_flash

Re: Clear down and initialise esp8266

PostPosted: Fri Mar 04, 2016 5:09 pm
by Phil colbert
had to find my old linux box and fire it up, but worked, thanks !