J-Link serial number config option
Add serial option to jlink config commands, handy when there is more than one adapter connected. To select adapter 0123456 for OpenOCD, use jlink serial 0123456 Change-Id: Ib29ce3f0c4975e1169211721a4531bf4db61f1ee Signed-off-by: Joerg Fischer <turboj@gmx.de> Reviewed-on: http://openocd.zylin.com/2521 Tested-by: jenkins Reviewed-by: Paul Fertser <fercerpav@gmail.com>
This commit is contained in:
committed by
Paul Fertser
parent
6e32887f91
commit
fb9277191b
@@ -6,3 +6,14 @@
|
||||
|
||||
interface jlink
|
||||
|
||||
|
||||
# The serial number can be used to select a specific interface in case more than one
|
||||
# is connected to the host.
|
||||
#
|
||||
# Segger software omits leading zeros in serial number displays,
|
||||
# OpenOCD requires them.
|
||||
#
|
||||
# Example: Select J-Link with serial 123456789
|
||||
#
|
||||
# jlink serial 000123456789
|
||||
|
||||
|
||||
Reference in New Issue
Block a user