Skip to content
This repository has been archived by the owner on Jan 23, 2021. It is now read-only.

How flash compiled binaries

Fabrizio Di Vittorio edited this page Feb 5, 2016 · 5 revisions

You need:

  • Python

Download following files:

Now run (change COM7 if necessary):

   python esptool.py --port COM7 write_flash 0x11000 app.out-0x11000.bin 0x00000 app.out-0x00000.bin 0x6D000 webcontent.bin
Clone this wiki locally