ESP32_spiffs_example
ESP32_spiffs_example copied to clipboard
WRITE_SPIFFS_BASE_ADDR is hardcoded to 0x110000
Why is the base address of the spiffs partition hardcoded?
I found it in components/spiffs_image/spiffs_param.mk, and I don't know if spiffs_image is a component directly from somewhere else or if you made this component, but it only flashes SPIFFS to a specific address, making other partition tables not function correctly.
editing that file directly seems to fix the issue
Found the origin of the bug, the file name of the custom partition table is hardcoded in the python script in spiffs_image, spiffs_part_info.py