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 2019/12/24 05:49:02 UTC

[GitHub] [mynewt-mcumgr] jrananth1032 commented on issue #28: NMP timeout when uploading image with mcumgr over BLE under Linux

jrananth1032 commented on issue #28: NMP timeout when uploading image with mcumgr over BLE under Linux
URL: https://github.com/apache/mynewt-mcumgr/issues/28#issuecomment-568661280
 
 
   when you are giving upload command second time it will erase the first image then uploads second.
   when flash erase is happening nrf52840 stops the other processes that's why you are getting disconnected and it says NMP timeout.
   Try adding timeout 20 sec in upload command(Ex: mcumgr --conntype ble --connstring ctlr_name=hci0,peer_id="de:e6:ba:92:2f:60" image upload pa_fw-V0.6.3.bin -t 20)
   Or else give erase command first then give upload command

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


With regards,
Apache Git Services