-->
Page 2 of 3

Re: Upload bin file to ESP8266

PostPosted: Tue May 30, 2017 8:09 am
by DTesla
Hi Pablo2048,

thank you for your reply. I will take a look. :) :)

I tried this: https://espressif.com/en/support/downlo ... d%5B%5D=14
but not working..everythings seems ok but sketch won't starts...

If I upload the sketch from Arduino IDE it works, if I export the bin file and flash it with the Flash download tool it won't works, even if I got no error from flasher...

What am I doing wrong? :)

Thanks

Re: Upload bin file to ESP8266

PostPosted: Tue May 30, 2017 10:05 am
by Pablo2048
I'm using esptool from Arduino IDE (somewhere over tools/esptools directory - i'm on Linux :-) so You have to try searching for esptool.exe in Your Arduino directory...)

Re: Upload bin file to ESP8266

PostPosted: Tue May 30, 2017 11:41 am
by QuickFix
Pablo2048 wrote:i'm on Linux :-) so You have to try searching for esptool.exe

By default, the (command-line version of) ESPTool on Windows is installed in the folder:
Code: Select allC:\Program Files (x86)\Arduino\hardware\esp8266com\Arduino\tools\esptool

Re: Upload bin file to ESP8266

PostPosted: Wed May 31, 2017 4:57 am
by DTesla
Why it does not work with the official tool from Espressif? Am I doing something wrong?