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.
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