loboris / ESP32_spiffs_example

Full example of using SPIFFS with ESP32 VFS
72 stars 41 forks source link

Order of lines in the partitions file #15

Open korstiaanS opened 6 years ago

korstiaanS commented 6 years ago

see issue https://github.com/espressif/esp-idf/issues/2258.

Any idea?

korstiaanS commented 6 years ago

Seems to be that the "storage" partition MUST be the last item in the partitions.csv file. If not, there will not be a .mk file and therefore nothing works anymore. It would be better if the place in the file does not matter. Only the name must be important.