ESP32_spiffs_example icon indicating copy to clipboard operation
ESP32_spiffs_example copied to clipboard

WRITE_SPIFFS_BASE_ADDR is hardcoded to 0x110000

Open eshkrab opened this issue 5 years ago • 1 comments

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

eshkrab avatar Oct 16 '19 01:10 eshkrab

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

eshkrab avatar Oct 16 '19 02:10 eshkrab