Skip to content

Instantly share code, notes, and snippets.

@Antoinebr
Created February 19, 2018 09:43
Show Gist options
  • Save Antoinebr/53225c43d31da5b73a85f2dad4312f54 to your computer and use it in GitHub Desktop.
Save Antoinebr/53225c43d31da5b73a85f2dad4312f54 to your computer and use it in GitHub Desktop.
go to /espruino_1v95/espruino_1v95_esp8266_4mb
esptool.py --port /dev/cu.SLAB_USBtoUART --baud 115200 write_flash --flash_freq 40m --flash_mode dio --flash_size 4MB 0x00000 "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