From: Woody Wu <nar...@gm...> - 2013-01-31 08:40:34
|
Hi, I have a segger J-Link V8 (OEM IAR) and want to use it with openocd. Before this, I have no experience in openocd. My J-Link seems recognized by my linux box: - [19273.036115] usb 7-1: new full-speed USB device number 3 using uhci_hcd [19273.203155] usb 7-1: New USB device found, idVendor=1366, idProduct=0101 [19273.203163] usb 7-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [19273.203171] usb 7-1: Product: J-Link [19273.203176] usb 7-1: Manufacturer: SEGGER [19273.203182] usb 7-1: SerialNumber: 000158008641 -- but running of openocd seems not so success. #openocd -f interface/jlink.cfg --- Open On-Chip Debugger 0.6.1 (2013-01-31-10:56) Licensed under GNU GPL v2 For bug reports, read http://openocd.sourceforge.net/doc/doxygen/bugs.html Error: The specified debug interface was not found (jlink) The following debug interfaces are available: Runtime Error: /usr/local/share/openocd/scripts/interface/jlink.cfg:7: in procedure 'script' at file "embedded:startup.tcl", line 58 in procedure 'interface' called at file "/usr/local/share/openocd/scripts/interface/jlink.cfg", line 7 -- It seems, openocd didn't see the jlink driver. Am I understanding right? Could anyone have experices in this? I appricate any help. Thanks in advance! -- woody I can't go back to yesterday - because I was a different person then. |