Your new topic does not fit any of the above??? Check first. Then post here. Thanks.

Moderator: igrr

User avatar
By PaulRB
#26738 On linux I get
Code: Select allSketch uses 207,296 bytes (47%) of program storage space. Maximum is 434,160 bytes.
Global variables use 44,812 bytes (54%) of dynamic memory, leaving 37,108 bytes for local variables. Maximum is 81,920 bytes.
Uploading 211440 bytes from /tmp/build1536743323564547794.tmp/sketch_aug21a.cpp.bin to flash at 0x00000000
...............................................................................................................................................................................................................
which almost exactly matches what I get in Win7.

My settings are exactly same as yours on Win7, and on Ubuntu the only difference is /dev/ttyUSB0 instead of COM4
User avatar
By Barnabybear
#26739 Hi, not sure why but mine uploads in two blocks. It doesn't seem to mater what Flash size settings I have.

Uploading 31712 bytes from C:\Users\?????\AppData\Local\Temp\build1788008010057933035.tmp/sketch_aug17a.cpp_00000.bin to flash at 0x00000000

Uploading 170456 bytes from C:\Users\?????\AppData\Local\Temp\build1788008010057933035.tmp/sketch_aug17a.cpp_10000.bin to flash at 0x00010000
User avatar
By martinayotte
#26740 Thats depend which version of ArduinoIDE you are using.
I had previously an install with 1.6.1, it was producing 2 binaries.
But when I've upgraded to 1.6.5, I've discovered that IGRR modified his esptool to produce a single binary.
(This change maybe occured 2 month ago)
User avatar
By Barnabybear
#26742
martinayotte wrote:Thats depend which version of ArduinoIDE you are using.
I had previously an install with 1.6.1, it was producing 2 binaries.
But when I've upgraded to 1.6.5, I've discovered that IGRR modified his esptool to produce a single binary.
(This change maybe occured 2 month ago)

Hi martinayotte, I'm using 1.6.5 but it was an update on 1.6.1.
Just checked my Arduino file it's 1.6.5.1 (17/06/15).
Last edited by Barnabybear on Fri Aug 21, 2015 6:32 pm, edited 2 times in total.