nuttxs opened a new pull request, #15866: URL: https://github.com/apache/nuttx/pull/15866
## Summary arch/esp32_partition: - Relocate the enum ota_img_ctrl_e and ota_img_bootseq_e to a directory visible to the application. - Inspect if the MTD partition (factory/ota_0/ota_1) is mapped as text. - Adding an ioctl interface ota_invalidate_bootseq() to the ESP32-S3 partitions, by deleting the corresponding otadata, makes the boot sequence (ota_0/1) invalid. - Related PR([#13601](https://github.com/apache/nuttx/pull/13601))([#14214](https://github.com/apache/nuttx/pull/14214)) ## Impact when esp32 device enable legacy IDF bootloader ## Testing Enable configuration items such as CONFIG_ESP32_PARTITION_TABLE, and the application calls the relevant interfaces. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org