-->
Page 2 of 2

Re: Upload Arduino Sketch from Console

PostPosted: Wed Sep 20, 2017 10:14 am
by SolveEtCoagula07
I will give that a try when I get home. Thank you for the quick response!

Re: Upload Arduino Sketch from Console

PostPosted: Fri Sep 22, 2017 3:48 pm
by SolveEtCoagula07
So I have tried working with this through putty and I was not successful. Can you explain what I am doing wrong? The only thing I have modified in the below 'code' is I have removed the full path to the files before posting it here.

Code: Select all \AppData\Roaming\Arduino15\packages\esp8266\tools\esptool\0.4.9/esptool.exe -eo \AppData\Roaming\Arduino15\packages\esp8266\hardware\esp8266\2.3.0/bootloaders/eboot/eboot.elf -bo \AppData\Local\Temp\build7166855998148768799.tmp/Blink.cpp.bin -bm dio -bf 40 -bz 512K -bs .text -bp 4096 -ec -eo \AppData\Local\Temp\build7166855998148768799.tmp/Blink.cpp.elf -bs .irom0.text -bs .text -bs .data -bs .rodata -bc -ec

Re: Upload Arduino Sketch from Console

PostPosted: Fri Sep 22, 2017 4:24 pm
by martinayotte
This command line is the finishing the linking phase, it is not the one doing the upload ...
Check after that one, the is another call to espool.exe which is the right one.
(Make sure Verbosity checkbox for Upload is checked in Preferences)

Re: Upload Arduino Sketch from Console

PostPosted: Fri Sep 22, 2017 8:12 pm
by SolveEtCoagula07
I do apologize...I had verbose checked only for compilation. Once I changed it to include upload I was able to see what you were talking about. I have been able to get it to work properly. Thank you for being patient!