-
-
Notifications
You must be signed in to change notification settings - Fork 799
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
Fix ESP-12E flash size #333
Conversation
Er sorry I've no idea how all those branches got merged in.. |
What do you mean under it? You can use own extra_script. |
I'm not sure what you mean. The -bz parameter to esptool sets the size of the flash, right? It is set to 512k on an ldscript that is configured for 4M, I thought they were supposed to match. |
Thanks for merging this. However it seems to have produced a new issue:
It needs to be
esptool seems to need the (reference: https://github.com/igrr/esptool-ck/blob/master/binimage/esptool_binimage.c#L312) |
Fixed in development version http://docs.platformio.org/en/latest/installation.html#development-version Please re-test it. Thanks. |
Thanks, all working now! |
I believe this 512k maximum_size is in error; the 4M ldscript is used just above, and I had to manually bodge esptool's
-bz
parameter to play with ArduinoOTA.This should set it to 4M correctly.