-
Notifications
You must be signed in to change notification settings - Fork 23
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
problem uploading - solved #23
Comments
On the NodeMCU V1 (and its clones e.g. named "Amica") uploading works with the default settings. |
NodeMCU v1 clone also. i'm going to investigate a fake flash chip. |
after more troubleshouting turned out that my clone nodemcu board does not complain for qio mode, but the resulting flash does not work at all. qout mode, on the other hand, fails most of the time but the resulting flash boot properly. so esptool may be wrong. |
Using a WEMOS D1 and D1 Mini, all I had to do was reduce the baud rate for 115200. Both of these boards have the CH341 USB->SERIAL chip so that may have something to do with it. |
Had some problems uploading so I want to share how i solved them.
In /cpm8266/code/Makefile there are the upload parameters. i've changed them to match the one used with Arduino IDE:
FLASHPARAM = --flash_freq 40m --flash_mode qio
FLASHBAUD = 115200
So if the upload fails you know what to check
The text was updated successfully, but these errors were encountered: