You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by gi...@git.apache.org on 2017/07/31 20:09:19 UTC

[GitHub] ccollins476ad opened a new pull request #15: MYNEWT-821 newtmgr - Try harder to recover from disconnect during image upload

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:
users@infra.apache.org


With regards,
Apache Git Services