-
Notifications
You must be signed in to change notification settings - Fork 918
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
docker based "make flash" fails on Windows #552
Comments
This is fixed with #550 ... |
Now I get
|
this fixes the issue in Makefile
|
It was 32mb before. But this is deprecated. Modern esptool.py versions use Flash Size: --flash_size, -fs Valid values are: keep, detect, 256KB, 512KB, 1MB, 2MB, 4MB, 2MB-c1, 4MB-c1, 8MB, 16MB See https://docs.espressif.com/projects/esptool/en/latest/esp8266/esptool/flash-modes.html So this is again a problem of the old toolchain in the docker ... so we should revert this. |
As I said, the version in the docker is VERY old ...
My SDK comes with esptool.py v2.8 resulting in
Modern environment (PlatformIO):
only supports
It's megabits, so 4m == 512kB ... not good. |
reverted, see #554 |
On Windows 11
Calling make flash" fails with following error
The text was updated successfully, but these errors were encountered: