earlephilhower / arduino-esp8266littlefs-plugin

Plugin to upload LittleFS filesystems to ESP8266
GNU General Public License v2.0
124 stars 20 forks source link

littlefs on linux #22

Closed gordnhoo closed 2 years ago

gordnhoo commented 2 years ago

I have been trying to install littlefs on linux but it seems to not be working i have tried following the same tutorials as for mac os and windows but none work is it linxu compatible?

earlephilhower commented 2 years ago

All my development work is on Ubuntu, so yes it does work on Linux. 😄 It's built with Java, which is included with the Arduino IDE 1.x (note that 2.x is not supported...they have no plug in support as of now!)

Double check the installation directory. You'll want to expand into ~/Arduino/tools/ESP8266LittleFS and should have a file ~/Arduino/tools/ESP8266LittleFS/tool/esp8266littlefs.jar expanded there.

gordnhoo commented 2 years ago

ho yes my problem was because of arduino IDE V2 i just installed the oldest version and it works fine. When do you think plugin support will arrive for the newer IDE? Thank you for the dam quick reply <3

earlephilhower commented 2 years ago

Subscribe to https://github.com/arduino/arduino-ide/issues/58 , but I have no idea if/when support will be added, sorry!