earlephilhower / arduino-littlefs-upload

Build and uploads LittleFS filesystems for the Arduino-Pico RP2040, ESP8266, and ESP32 cores under Arduino IDE 2.2.1 or higher
MIT License
96 stars 9 forks source link

Flashing file system stuck #28

Closed hasaranga closed 2 months ago

hasaranga commented 2 months ago

I takes nearly 2 minutes to flash the data dir. data dir contains only one simple text file. why is it taking long time to flash?

earlephilhower commented 2 months ago

FS uploads send the entire FS partition. One file of 1 byte or 1MB of data take the same space and time.