igrr / esptool-ck

ESP8266 build/flash helper tool by Christian Klippel
GNU General Public License v2.0
364 stars 123 forks source link

Generate OTA Bin File #70

Open lmagnan opened 6 years ago

lmagnan commented 6 years ago

Hello,

I am sure this is not even a bug and there is actually a way to do this but I was wondering if it was possible to generate a bin file compatible with OTA using esptool-ck. I've been reading a lot on this, and I can't figure out how to do it using the existing commands provided in the read me file on this git. I am able to generate a single bin, but the closest I was to get it to work produced fatal exceptions (3), which corresponds to an invalid load cause.

Would anybody be able to provide hints on how to do this with esptool-ck?

Cheers,

LM