MCUME/MCUME_esp32/espvectrex/flashapp.sh

4 wiersze
178 B
Bash
Executable File

#!/bin/bash
. ${IDF_PATH}/add_path.sh
esptool.py --chip esp32 --port "/dev/cu.SLAB_USBtoUART" --baud $((230400*4)) write_flash -fs 4MB 0x10000 ../espvectrex/build/espvectrex.bin