mkspiffs icon indicating copy to clipboard operation
mkspiffs copied to clipboard

Tool to build and unpack SPIFFS images

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

Apple has removed support for outdated arch It fixes this issue https://github.com/igrr/mkspiffs/issues/84

I was able to create an image from a directory using ``` mkspiffs -c data -s 1966080 spiffs.bin ``` When I upload the image with esptools, It uploads fine. But...

I am trying to build on M1 mac book pro. I get the following error. ``` _spiffs_gc_find_candidate in spiffs_gc.o _spiffs_object_append in spiffs_nucleus.o _spiffs_object_truncate in spiffs_nucleus.o "_mkdir", referenced from: dirCreate(char const*)...

Hi everyone, I've put together a change to allow for the exclusion of files duging the creation of SPIFFS images. I wondering if people would find it useful. My main...

Hello. This is default configuration for https://github.com/espressif/ESP8266_RTOS_SDK I am using this config to craete spiffs images for ESP8266

Hi ! Sorry for me reaching to you through Git. I been reading ESP-IDF coding and try to get to C/C++. Just an effort to save me little time on...

Hello, I'm creating spiffs image this way: spiffsgen.py 40960 --page-size 256 --block-size 4096 mypackdir image.bin then unpacking with mkspiffs: mkspiffs.exe -b 4096 -p 256 -s 40960 -u mydestdir image.bin and...

When you already have a `spiffs_config.h` in your project, it's more convenient to have mkspiffs use it than copying all your customizations into the build command. Typedefs can't even be...

I've got a config.json file that is 0 bytes on the disk. (A nice video explaining 0-byte files here: https://www.youtube.com/watch?v=q6eCv0plATg) ![afbeelding](https://user-images.githubusercontent.com/4262725/109789407-9705e900-7c10-11eb-8819-faf43d2ed91d.png) This contents of this file are not getting uploaded...

Not sure I'm doing right using mkspiffs... Any help appreciated. I'm trying to use mkspiffs (0.2.3) to create an image .bin file for Arduino **ESP8266** Sketch Data to be uploaded...