-
Notifications
You must be signed in to change notification settings - Fork 11
Can't determine FlashSize. #13
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
Comments
Looks like duplicate of #10 |
Not working for LOLIN(WEMOS) D1 R2 & mini with ESP8266 2.6.3, ESP8266fs 0.5.0 and fix #9 `ESP8266 SPIFFS interface started: "upload". usage: esptool write_flash [-h] [--erase-all] esptool write_flash: error: argument --flash_size/-fs: 4M3M is not a known flash size. Known sizes: 512KB, 256KB, 1MB, 2MB, 4MB, 2MB-c1, 4MB-c1, 8MB, 16MB, detect, keep python returned 2 |
@InnuendoPi it looks like we can try to jump over the problem instead of solving it. In the meantime distribution of esptool has changed and it looks like it is easier to just not pass it. At least "official" Arduino SPIFFS addon is not doing it (https://github.com/esp8266/arduino-esp8266fs-plugin/blob/56a6c515545ff5301be5e679d014ab7062600d81/src/ESP8266FS.java#L334) You may want to try my fixed version of extension as it is working for my case: #12 (comment) (YMMV, but I am more than happy to make sure it will work for both if us) |
No description provided.
The text was updated successfully, but these errors were encountered: