How to flash everything except the SPIFFs partition
Posted: Thu Mar 23, 2023 7:49 am
I'm using CMake with ESPIDF 4.4.4
I have a large SPIFFs partition (4MB) which take a long time to flash each time I make a change to the app.
But the SPIFFS partition itself hardly ever changes.
Is there a simple way to flash the app binary, partition table (which includes an entry for the SPIFFS partition) etc, but NOT flash the unchanged SPIFFs partition?
I have a large SPIFFs partition (4MB) which take a long time to flash each time I make a change to the app.
But the SPIFFS partition itself hardly ever changes.
Is there a simple way to flash the app binary, partition table (which includes an entry for the SPIFFS partition) etc, but NOT flash the unchanged SPIFFs partition?