Created
January 7, 2018 17:36
-
-
Save bitboxx/9ff53b40b5112282ef6919dc4d524cb3 to your computer and use it in GitHub Desktop.
Erase and upload firmware on ESP8266 using esptool.py
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
# Remember to change the serial device | |
# Erase flash | |
esptool.py --port COM3 erase_flash | |
# Upload | |
esptool.py --port COM3 write_flash -fs 1MB -fm dout 0x0 firmware.bin |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment