Created
January 29, 2020 11:52
-
-
Save davidwhitney/3aa2002c10502ad2caacd3f2507d4271 to your computer and use it in GitHub Desktop.
Flash an ESP32 with Espruino
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
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