earlephilhower / arduino-esp8266littlefs-plugin

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

LIttleFS plugin not working on big sur #16

Closed Pius171 closed 3 years ago

Pius171 commented 3 years ago

i followed the instructions in your github page but the littlefs option doesn't show up in arduino tools option

earlephilhower commented 3 years ago

The plugin is plain java and works on Big Sur, but needs to be in the right directory for the IDE to find and run it.

Please double check that you have expanded the zip into a <ArduinoSketchDir>/tools/PicoLittleFS/tool/picolittlefs.jar file.

$ ls -l ~/Arduino/tools/PicoLittleFS/tool/picolittlefs.jar 
-rw-r--r-- 1 earle earle 6715 Mar 30 23:00 /home/earle/Arduino/tools/PicoLittleFS/tool/picolittlefs.jar
Pius171 commented 3 years ago

There is no picolittlefs directory in the expanded zip folder

earlephilhower commented 3 years ago

For the ESP8266 version, it will be a ESP8266LittleFS dir no extraction. For the RPI Pico, it will be the Pico one.

Pius171 commented 3 years ago
Screenshot 2021-04-24 at 21 25 37 Screenshot 2021-04-24 at 21 27 19

it still doesnt work. i am sorry i am disturbing you but i can't find any solution on the internet

earlephilhower commented 3 years ago

Looks like the right spot, but you're running the 2.0 beta. Maybe it doesn't work with plugins? Try 1.8.xxx if you can.