Search found 2 matches

by dcj
Wed Jan 08, 2020 10:08 am
Forum: Programs, Libraries and Tools
Topic: esptool error when building esp8266
Replies: 6
Views: 3644

Re: esptool error when building esp8266

Hi,

I was able to get it build using the latest esptool.py from

https://raw.githubusercontent.com/espre ... esptool.py

I believe the esptool.py is very old in the esp-open-sdk package.

Thanks
by dcj
Tue Jan 07, 2020 2:43 pm
Forum: Programs, Libraries and Tools
Topic: esptool error when building esp8266
Replies: 6
Views: 3644

esptool error when building esp8266

Dear Team, I am trying to build the esp8266 module using WSL on windows 10 Home. I was successfully able to build the esp-open-sdk using python 3.7 following the readme in it. I updated the "print" statements in esptool.py to run with Python 3. I was also able to compile mpy-corss , but when I try t...