ishant615 opened a new issue, #18555: URL: https://github.com/apache/nuttx/issues/18555
### Is your feature request related to a problem? Please describe. The current boot algorithm relies on three partitions, namely primary, secondary and tertiary for the main, update and recovery images respectively. The algorithm is resilient and fast, but it requires enough external flash to hold **two full firmware images simultaneously**. The algorithm can hence not be used for MCUs with little or no external flash. ### Describe the solution you'd like A new boot algorithm added as an additional boot mode, which has 2 partitions, one for the primary functioning and another for receiving updates. The detailed proposal can be found here: [GSoC 2026: NXBoot Algorithm Extension for Two Partitions](https://github.com/ishant615/nuttx/tree/master) ### Describe alternatives you've considered _No response_ ### Verification - [x] I have verified before submitting the report. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
