-
Notifications
You must be signed in to change notification settings - Fork 13.3k
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
Building from source But no esptool Programmer #208
Comments
Choosing esptool in Programmer is not needed anymore, see 1d6a742. |
@marvinroger Thanks, But what should I select in
|
Full error
|
OK I think now I solve this error by using esptool.py I had change platform.txt from
to
but in the lasted Arduino_IDE is use 0x40000 but now in compile version it use 0x10000 I don't know why I can't use 0x40000 because 01000h User application, slot 1 |
Esptool can now work with CH340 usb-ttl chips found in NodeMCU board. You can get it with the latest board manager package. |
Thanks, @igrr |
Hi, now that there is no esptool , which programmer do you select ? Thanks |
Same problem. What do I select as a programmer now? Arduino as ISP? |
It does not matter, it won't be the selected one that will be used anyway.
|
Great thanks, sorted now... |
I had build Arduino from source
OSX
but when I try to upload sketch it no have
esptool
inTools > Programmer
I choose
Tools > Board to generic esp8266 module
So I try to add
programmers.txt
toI also trying to change
platform.txt
to
but it not usefull I also can't upload the sketch
error message
The text was updated successfully, but these errors were encountered: