Splitting program locations in flash
Posted: Fri Oct 30, 2020 12:52 am
Hi all, this is a little tricky to explain, but my motivation is:
When I add wifi components to my project, the code size grows quite large and flashing takes a minute, instead of seconds. However the wifi addition is now completed, I will only need exactly what I have, so to me it seems reasonable to load these components into a separate partition in flash, so that I only need to flash this once.
This would allow me to update the application code without having to also flash the wifi components.
Is such a thing possible with ESP-IDF, or could it ever be?
When I add wifi components to my project, the code size grows quite large and flashing takes a minute, instead of seconds. However the wifi addition is now completed, I will only need exactly what I have, so to me it seems reasonable to load these components into a separate partition in flash, so that I only need to flash this once.
This would allow me to update the application code without having to also flash the wifi components.
Is such a thing possible with ESP-IDF, or could it ever be?