-->
Page 3 of 3

Re: Compiling the IoT SDK example in the VM

PostPosted: Wed Sep 24, 2014 3:38 pm
by zarya
hackrid wrote:thanks for that hint. here is the presumably falshable binary of the IoT demo

I tried to upload the bin file with the tool from https://github.com/themadinventor/esptool and it failed uploading for some reason still unkown

Code: Select all./esptool.py --port /dev/tty.usbmodem0E102EE1 write_flash 0x000000 ~/Downloads/eagle.app.v6.flash.bin
Connecting...
Erasing flash...
Writing at 0x0000a000... (100 %)
Leaving...
Traceback (most recent call last):
  File "./esptool.py", line 351, in <module>
    esp.flash_finish(False)
  File "./esptool.py", line 188, in flash_finish
    raise Exception('Failed to leave Flash mode')
Exception: Failed to leave Flash mode


It looks bad but upload still works fine without issues

see https://github.com/themadinventor/esptool/issues/1