ccollins476ad opened a new pull request #15: MYNEWT-821 newtmgr - Try harder to recover from disconnect during image upload URL: https://github.com/apache/mynewt-newtmgr/pull/15 (https://issues.apache.org/jira/browse/MYNEWT-821) An image upgrade consists of two phases: 1. Erase slot 2. Upload image On nRF boards, both phases cause the processor to stall while flash is being accessed. Such stalls can cause any established BLE connections to terminate due to "supervision timeout." Currently, the newtmgr tool automatically recovers from a disconnect during the first phase (erase). However, it does not recover from such a disconnect during the upload phase. Newtmgr should be improved to use the same reconnect logic during the second phase that it already uses during the first phase. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org
With regards, Apache Git Services