Asymmetrical OTA update partitions #10483
-
|
I'm working on some OTA update code, but instead of using the standard two OTA partitions of equal size method, I would like Currently I have two manifests; one is used as the This would be a heavy handed approach, but as a test I tried adding What can I do to let the build know that its target partition is |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
The "fix" was easier than I was making it. Just commented out the In fact, since I'm just using the |
Beta Was this translation helpful? Give feedback.
The "fix" was easier than I was making it. Just commented out the
ota_0partition entry when I'm building the image forota_1.In fact, since I'm just using the
micropython.binfile (as you do w…