Created
October 18, 2016 17:29
-
-
Save mamashin/b8b965b7ece7c66c5164725798b33d14 to your computer and use it in GitHub Desktop.
Blank & flash ESP8266
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For some type of Wamos (WAVGAT):
esptool.py -p /dev/ttyUSB0 -b 115200 write_flash_status --non-volatile 0x0200
reboot and flash fw