You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
When I implemented the ota function, I found that when zephyr uses the esp-idf bootloader, the flash partition table uses the default "Single factory app, no OTA", and zephyr does not seem to provide a way to modify it.
Describe the solution you'd like
I hope to configure the flash partition table through cmake configure.
The text was updated successfully, but these errors were encountered:
@huarunlin Have in mind that extended support to IDFboot on Zephyr is not on roadmap, which means Secureboot/FlashEncryption won't be available. Same applies for partition customization. Chances are that we will not have an ESP32S3 IDFboot option for Zephyr, provided we already have it working on MCUboot.
Although we don't have that in plans, it is feasible to do it. As for using ESP-IDF update APIs, as long as you understand the limitations above, should be ok. It could be difficult to port them, as they probably depend on FreeRTOS.
Is your feature request related to a problem? Please describe.
When I implemented the ota function, I found that when zephyr uses the esp-idf bootloader, the flash partition table uses the default "Single factory app, no OTA", and zephyr does not seem to provide a way to modify it.
Describe the solution you'd like
I hope to configure the flash partition table through cmake configure.
The text was updated successfully, but these errors were encountered: