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

Plugin stops after "Uploading SPIFFS file with esptool.py" #12

Open
FordPrfkt opened this issue Aug 18, 2019 · 3 comments
Open

Plugin stops after "Uploading SPIFFS file with esptool.py" #12

FordPrfkt opened this issue Aug 18, 2019 · 3 comments

Comments

@FordPrfkt
Copy link

The plugin stops after:
Output Port: COM4 mkspiffs: C:\Users\danie\AppData\Local\Arduino15\packages\esp8266\tools\mkspiffs\2.5.0-3-20ed2b9\mkspiffs.exe Found "mkspiffs" via VSCode Configuration esptool: C:\Users\danie\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\2.5.2\tools\esptool\esptool.py Found "esptool" via VSCode Configuration --- Uploading SPIFFS file with esptool.py --- Python Executable: "python"
Nothing happens and vscode tells me the plugin is still running if i try to restart it

@maciekn
Copy link

maciekn commented Jan 6, 2020

@FordPrfkt I think I have encountered similar issue recently and fixed in on my branch @ https://github.com/maciekn/vscode-esp8266fs/tree/issue/missing-esptool

As far as I have found out, the overarching reason is breaking change in ESP version 2.5 with the way how esptool is being managed. More details at https://github.com/esp8266/Arduino/pull/5635/files

As I am also attaching compiled extension from that branch:
vscode-esp8266fs-1.1.1-maciekn-snapshot.vsix.zip

@InnuendoPi
Copy link

Thx! Works.
quick n dirty I added + "m" to flashFreq and replaced const flashSize with "detect"
Innu

@maciekn
Copy link

maciekn commented Jan 7, 2020

FWIW, after I spent few hours trying to fix SPIFFS upload from VS Studio, I found PlatformIO which solved this challenge* in a painless way. I highly recommend trying this one if you haven't done it yet!

*and few other challenges I had with Arduino addon for ESP8266 like incremental compilation

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