Eclipse spiffs
Posted: Tue Jul 28, 2020 3:02 pm
Hi,
I am using eclipse to debug the ESP32 and its working great.
My problem is when I try to use spiffs.
I have included the line
spiffs_create_partition_image(my_partition ./data FLASH_IN_PROJECT )
in the base project CMakeLists.txt and I also have a folder data in the base project folder.
I keep getting the error Failed to create SPIFFS image for partition 'my_partition' and also Check project configuration if using the correct partition table file.
Any ideas?
Thanks.
I am using eclipse to debug the ESP32 and its working great.
My problem is when I try to use spiffs.
I have included the line
spiffs_create_partition_image(my_partition ./data FLASH_IN_PROJECT )
in the base project CMakeLists.txt and I also have a folder data in the base project folder.
I keep getting the error Failed to create SPIFFS image for partition 'my_partition' and also Check project configuration if using the correct partition table file.
Any ideas?
Thanks.