Flashing an ESP32

Flashing an ESP32

Module is an WEMOS LOLIN32 v1.0.0

pip install esptool
esptool -p COM4 erase_flash 
## Testing Flashing Micropython
esptool -p COM4 --baud 460800 write_flash -z 0x1000 esp32-idf4-20191102-v1.11-549-gf2ecfe8b8.bin

Leave a Reply

Your email address will not be published. Required fields are marked *