You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mynewt.apache.org by GitBox <gi...@apache.org> on 2018/07/03 15:32:01 UTC

[GitHub] ccollins476ad commented on issue #2: Image upload broken on Windows

ccollins476ad commented on issue #2: Image upload broken on Windows
URL: https://github.com/apache/mynewt-mcumgr-cli/issues/2#issuecomment-402198760
 
 
   I believe this is an issue that was recently introduced into newtmgr (and therefore mcumgr-cli).  The problem is that the CLI tool recently starting including a 32-byte hash in the first upload chunk.  On systems with a limited maximum ATT MTU, this doesn't leave enough room for a "complete" set of image data in the request.  The first request of an upgrade is required to have at least 32 bytes of image data to be valid (it must contain the full image header).
   
   There is a PR that fixes this issue that is ready to be merged: https://github.com/apache/mynewt-newtmgr/pull/92

----------------------------------------------------------------
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