Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

esp8266 sketch data upload error with nodemcu #983

Closed
wemos opened this issue Nov 8, 2015 · 5 comments
Closed

esp8266 sketch data upload error with nodemcu #983

wemos opened this issue Nov 8, 2015 · 5 comments

Comments

@wemos
Copy link
Contributor

@wemos wemos commented Nov 8, 2015

when I use "esp8266 sketch data upload", choose "NodeMCU", there is error:

error: unknown board: nodemcu
known boards are: none ck wifio
error: Failed to open COM16
error: espcomm_open failed

when I choose other boards, It work well.
Colud you add nodemcu to "esp8266 sketch data upload"

@igrr
Copy link
Member

@igrr igrr commented Nov 8, 2015

Apparently you are using esptool 0.4.5? Nodemcu upload method was added in
0.4.6.

On Sun, Nov 8, 2015, 12:37 wemos.cc notifications@github.com wrote:

when I use "esp8266 sketch data upload", choose "NodeMCU", there is error:

error: unknown board: nodemcu
known boards are: none ck wifio
error: Failed to open COM16
error: espcomm_open failed

when I choose other boards, It work well.
Colud you add nodemcu to "esp8266 sketch data upload"


Reply to this email directly or view it on GitHub
#983.

@wemos
Copy link
Contributor Author

@wemos wemos commented Nov 8, 2015

I use esptool 0.4.6, upload is work well.
Only "esp8266 sketch data upload" is error.

@wemos
Copy link
Contributor Author

@wemos wemos commented Nov 8, 2015

Do you have new version "esp8266 sketch data upload", I use this:

http://arduino.esp8266.com/ESP8266FS-1.6.5-1105-g98d2458.zip

@igrr
Copy link
Member

@igrr igrr commented Nov 8, 2015

ESP8266FS tool simply runs esptool, so if you get an error saying that
nodemcu reset method is not supported, it means that esptool 0.4.5 is still
present somewhere. It could be in hardware/esp8266com/esp8266/tools or in
some stray boards manager package copy you might have on your computer.
Seems like a paths issue to me.

On Sun, Nov 8, 2015, 12:48 wemos.cc notifications@github.com wrote:

Do you have new version "esp8266 sketch data upload", I use this:

http://arduino.esp8266.com/ESP8266FS-1.6.5-1105-g98d2458.zip


Reply to this email directly or view it on GitHub
#983 (comment).

@wemos
Copy link
Contributor Author

@wemos wemos commented Nov 9, 2015

OK, I remove all old esptool.
It's work well now.
Thank you @igrr

@wemos wemos closed this Nov 9, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants