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. [ Full content available at: https://github.com/apache/mynewt-core/pull/1401 ] This message was relayed via gitbox.apache.org for [email protected]
