mkspiffs icon indicating copy to clipboard operation
mkspiffs copied to clipboard

Tool to build and unpack SPIFFS images

Results 26 mkspiffs issues
Sort by recently updated
recently updated
newest added

Hi, I have a esp32-device with a webpage on it. There is a html script (from the example) for uploading and saving files to flash and it works fine, but...

Hello, I have a project that I just need to create a new file system to upload with my firmware every time I upload it. The thing is that my...

Hi. I have a project where I am writing the initial code and loading it on to a ESP32 which has 4MB of Flash. It will read image files from...

Hi, I'm using SPIFFS with Simba framework, under PlatformIO, and it calls mkspiffs to make the SPIFFS image for me just fine. But I noticed that all the files it...

I'm unable to compile without errors > ld: warning: The i386 architecture is deprecated for macOS (remove from the Xcode build setting: ARCHS) > ld: warning: ignoring file /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/lib/libSystem.tbd, missing...

... bytes by using CONFIG_SPIFFS_USE_MTIME=1 and CONFIG_SPIFFS_META_LENGTH=4 CPPFLAGS compile flags. The ESP IDF stores file timestamps in 4 bytes of SPIFFS meta data. By using the above compile flags, this...

Hello @igrr, I started using mkspiffs (as part of PlatformIO) recently and hit a limitation in that mkspiffs doesn't seem to support file/folder exclusions other than a few hardcoded ones...

Compiled sketch from Arduino IDE for ESP-01 (1m) with Generic ESP8266 Module and Flash Size 1M (192K SPIFFS). mkspiffs -c data/ firmware.bin result: SPIFFS_write error(-10001): File system is full During...

- when dealing with large files >5-10MB we noticed that the function unpackFile would seg fault - modified unpackFile so that it uses a buffered read approach, which avoids the...

I tried to get mkspiffs to work on my Linux system, based off of the 0.2.2 / 0.3.7 release of the code. While images were created, I tried to use...