Files

3 lines
298 B
Bash
Raw Permalink Normal View History

2018-01-04 16:41:56 +01:00
#!/bin/bash
2018-03-02 17:10:06 +08:00
esptool.py --chip esp32 --port /dev/tty.SLAB_USBtoUART --baud 921600 --before default_reset --after no_reset write_flash -z --flash_mode dio --flash_freq 40m --flash_size detect 0x1000 bootloader/bootloader.bin 0xf000 phy_init_data.bin 0x10000 MicroPython.bin 0x8000 partitions_mpy.bin