You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by GitBox <gi...@apache.org> on 2020/10/26 12:11:13 UTC

[GitHub] [mynewt-newtmgr] nkaje opened a new pull request #176: nmxact/udp: Fix image upload failure due to unsupported async method

nkaje opened a new pull request #176:
URL: https://github.com/apache/mynewt-newtmgr/pull/176


   This addresses the UDP based image upload failure.
   
   The UDP and naked sessons do not implement TxRxAsync
   for optimized transfer as in BLE, however, continue to
   support the operation by calling TxRxMgmt.
   
   Failure signature:
   ~/go/bin/mcumgr --conntype udp --connstring=[192.168.1.1]:1337 image
   upload build_f429/smpsvr/zephyr/zephyr.signed.bin
   0 / 90644
   [-----------------------------------------]
   0.00%
   Error: ImageUpload unexpected error after 0/90644 bytes
   
   Signed-off-by: Naveen Kaje <na...@juul.com>


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [mynewt-newtmgr] nkaje edited a comment on pull request #176: [DO NOT MERGE, Under Testing] nmxact: Fix image upload failure due to unsupported async method

Posted by GitBox <gi...@apache.org>.
nkaje edited a comment on pull request #176:
URL: https://github.com/apache/mynewt-newtmgr/pull/176#issuecomment-716507627






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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [mynewt-newtmgr] nkaje merged pull request #176: nmxact: Fix image upload failure due to unsupported async method

Posted by GitBox <gi...@apache.org>.
nkaje merged pull request #176:
URL: https://github.com/apache/mynewt-newtmgr/pull/176


   


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [mynewt-newtmgr] nkaje commented on pull request #176: [DO NOT MERGE, Under Testing] nmxact: Fix image upload failure due to unsupported async method

Posted by GitBox <gi...@apache.org>.
nkaje commented on pull request #176:
URL: https://github.com/apache/mynewt-newtmgr/pull/176#issuecomment-716507627


   Potential fix for https://github.com/apache/mynewt-mcumgr-cli/issues/17


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org