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

problem uploading - solved #23

Open
aldolo69 opened this issue Sep 14, 2018 · 4 comments
Open

problem uploading - solved #23

aldolo69 opened this issue Sep 14, 2018 · 4 comments

Comments

@aldolo69
Copy link

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

@drawkula
Copy link

On the NodeMCU V1 (and its clones e.g. named "Amica") uploading works with the default settings.
Which board are you using?

@aldolo69
Copy link
Author

NodeMCU v1 clone also. i'm going to investigate a fake flash chip.

@aldolo69
Copy link
Author

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.

@martinrbowman
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants