Skip to content

Instantly share code, notes, and snippets.

@mamashin
Created October 18, 2016 17:29
Show Gist options
  • Save mamashin/b8b965b7ece7c66c5164725798b33d14 to your computer and use it in GitHub Desktop.
Save mamashin/b8b965b7ece7c66c5164725798b33d14 to your computer and use it in GitHub Desktop.
Blank & flash ESP8266
esptool.py -p /dev/ttyUSB1 -b 115200 chip_id
esptool.py -p /dev/ttyUSB0 -b 115200 write_flash -fs 8m 0x00000 blank1m.bin
esptool.py -p /dev/ttyUSB1 -b 115200 write_flash -fs 8m 0x00000 0x00000_ESP8266_201610061347.bin
@mamashin
Copy link
Author

mamashin commented Jun 9, 2018

For some type of Wamos (WAVGAT):
esptool.py -p /dev/ttyUSB0 -b 115200 write_flash_status --non-volatile 0x0200
reboot and flash fw

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment