diff options
author | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2011-03-07 15:11:29 +0100 |
---|---|---|
committer | Øyvind Harboe <oyvind.harboe@zylin.com> | 2011-03-13 14:55:20 +0100 |
commit | 8e85bb4eea739c4945190a76f7c0f4f13ebf2a21 (patch) | |
tree | af6b0df514135640e2ba88400e71946db85475e2 /doc | |
parent | 2c4f7f1dd4b75f8d958ca66f971ead3adc81d24f (diff) | |
download | openocd_libswd-8e85bb4eea739c4945190a76f7c0f4f13ebf2a21.tar.gz openocd_libswd-8e85bb4eea739c4945190a76f7c0f4f13ebf2a21.tar.bz2 openocd_libswd-8e85bb4eea739c4945190a76f7c0f4f13ebf2a21.tar.xz openocd_libswd-8e85bb4eea739c4945190a76f7c0f4f13ebf2a21.zip |
jlink: add Emulator configuration support
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Cc: Nicolas Ferre <nicolas.ferre@atmel.com>
Cc: Patrice Vilchez <patrice.vilchez@atmel.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/openocd.texi | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/openocd.texi b/doc/openocd.texi index 48297abf..1749034d 100644 --- a/doc/openocd.texi +++ b/doc/openocd.texi @@ -2321,6 +2321,24 @@ This is a write-once setting. Segger jlink USB adapter @c command: jlink caps @c dumps jlink capabilities +@c command: jlink config +@c access J-Link configurationif no argument this will dump the config +@c command: jlink config kickstart [val] +@c set Kickstart power on JTAG-pin 19. +@c command: jlink config mac_address [ff:ff:ff:ff:ff:ff] +@c set the MAC Address +@c command: jlink config ip [A.B.C.D[/E] [F.G.H.I]] +@c set the ip address of the J-Link Pro, " +@c where A.B.C.D is the ip, +@c E the bit of the subnet mask +@c F.G.H.I the subnet mask +@c command: jlink config reset +@c reset the current config +@c command: jlink config save +@c save the current config +@c command: jlink config usb_address [0x00 to 0x03 or 0xff] +@c set the USB-Address, +@c This will change the product id @c command: jlink info @c dumps status @c command: jlink hw_jtag (2|3) |