Skip to content

Instantly share code, notes, and snippets.

@davidwhitney
Created January 29, 2020 11:52
Show Gist options
  • Save davidwhitney/3aa2002c10502ad2caacd3f2507d4271 to your computer and use it in GitHub Desktop.
Save davidwhitney/3aa2002c10502ad2caacd3f2507d4271 to your computer and use it in GitHub Desktop.
Flash an ESP32 with Espruino
esptool.py --chip esp32 --port /dev/ttyUSB0 --baud 921600 --after hard_reset write_flash -z --flash_mode dio --flash_freq 40m --flash_size detect 0x1000 bootloader.bin 0x8000 partitions_espruino.bin 0x10000 espruino_esp32.bin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment