Splitting ESP32 app over multiple partitions
Posted: Wed Sep 05, 2018 7:12 pm
I am contemplating using the ESP32 for a Lora appliance ie. with very low network bandwidth. However it would be nice to still be able to update the main application part over the network (OTA).
For this to work I would like to compile/link the lower layers of the SW into a separate partition and then link to a (stub) library representing this partition from the main application.
I have been unable to find any references for this use case. Has anyone done something similar? or have any pointers to relevant material?
For this to work I would like to compile/link the lower layers of the SW into a separate partition and then link to a (stub) library representing this partition from the main application.
I have been unable to find any references for this use case. Has anyone done something similar? or have any pointers to relevant material?