Skip to content

Instantly share code, notes, and snippets.

@wpsteak
Created January 24, 2016 01:44
Show Gist options
  • Save wpsteak/b45a4bec6a0c06002246 to your computer and use it in GitHub Desktop.
Save wpsteak/b45a4bec6a0c06002246 to your computer and use it in GitHub Desktop.
ESP 12 Flash update
ESP Tool
https://github.com/themadinventor/esptool
ESP-12 update to SDK v0.9.5 and AT v0.21.0.0 - noobs tutorial
http://blog.3mdeb.com/2015/01/25/esp-12-upgrade-to-esp-iot-sdk-v0-dot-9-5-using-esp-open-sdk-toolchain/
@wpsteak
Copy link
Author

wpsteak commented Jan 24, 2016

@wpsteak
Copy link
Author

wpsteak commented Jan 24, 2016

@wpsteak
Copy link
Author

wpsteak commented Jan 24, 2016

@wpsteak
Copy link
Author

wpsteak commented Jan 28, 2016

python ./esptool.py --port=/dev/cu.SLAB_USBtoUART write_flash -fm=dio -fs=32m 0x00000 ~/Desktop/NodeMCU/nodemcu_float_0.9.6-dev_20150704.bin

@wpsteak
Copy link
Author

wpsteak commented Jan 28, 2016

python ./esptool.py --port=/dev/cu.usbserial write_flash -fm=dio -fs=32m 0x00000 ~/Desktop/NodeMCU/nodemcu_float_0.9.6-dev_20150704.bin

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