Page 2 of 2

Re: make flash errors

Posted: Fri Sep 22, 2017 9:19 pm
by iosixllc
I just downloaded the new SDK - esp32_win32_msys2_environment_and_toolchain-20170918.zip

This doesn't seem to include python, so I downloaded 2.7, but it doesn't recognize windows COM ports. Is there a special python release I need? Thanks!

Re: make flash errors

Posted: Fri Sep 22, 2017 9:34 pm
by iosixllc
Fixed it - needed to add to PATH:

https://github.com/espressif/esp-idf/issues/493

Re: make flash errors

Posted: Mon Sep 25, 2017 1:30 am
by ESP_Angus
iosixllc wrote:Fixed it - needed to add to PATH:

https://github.com/espressif/esp-idf/issues/493
Rather than editing the PATH I strongly recommend launching MSYS2 via "mingw32.exe" instead. It will already be on the PATH for this environment.

Re: make flash errors

Posted: Fri Oct 27, 2017 8:50 pm
by iosixllc
Great, thanks.