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 2018/09/15 15:58:40 UTC

[GitHub] JerrodAnderson opened a new pull request #1401: Mybranch

JerrodAnderson opened a new pull request #1401: Mybranch
URL: https://github.com/apache/mynewt-core/pull/1401
 
 
   If -port is specified, use that port instead.
   
   When using 'newt load', if '--extrajtagcmd "-port 3334"' is used, the load will hang.  The hardcoded 3333 port needs to match JLink's port.
   In this case, the command looks like:
   
   Command line: -device nRF52 -speed 1000 -if SWD -port 3333 -singlerun -select USB=123456789 -port 3334
   
   JLink uses the second declared port of 3334, while newt is listening to 3333.
   
   Note: Port needs to be unique for parallel execution.  In the case of multiple boards attached to the computer and code that could potentially try to upload to different boards at the same time, this change is necessary.

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