Skip to content

Instantly share code, notes, and snippets.

@stigtsp
Created January 27, 2018 18:37
Show Gist options
  • Save stigtsp/154def9f12e14eb7b683b2661591b7da to your computer and use it in GitHub Desktop.
Save stigtsp/154def9f12e14eb7b683b2661591b7da to your computer and use it in GitHub Desktop.

esptool.py --port /dev/cu.SLAB_USBtoUART --baud 115200 write_flash --verify --flash_freq 80m --flash_mode dio --flash_size 32m 0x0000 "boot_v1.6.bin" 0x1000 espruino_esp8266_user1.bin 0x3FC000 esp_init_data_default.bin 0x37E000 blank.bin

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