Hi,

I am having trouble getting openocd-0-4-0 to find my arm-jtag-ew on my linux 
system.  I am running FC11. 

I downloaded and compiled from sources the openocd-0-4-0 and did the standard 
configure, make, make install.

 I copied the udev rules file to /etc/udev/rules.d/45-openocd.rules.  I created 
a group called "plugdev" and added myself as a user to this group. 


# Olimex ARM-JTAG-EW
ATTRS{idVendor}=="15ba", ATTRS{idProduct}=="001e", MODE="664", 
GROUP="plugdev"

My jtag unit is recognised by Linux and I can verify by cat 
/proc/bus/usb/devices gives me:

T:  Bus=02 Lev=01 Prnt=01 Port=02 Cnt=01 Dev#=  2 Spd=12  MxCh= 0
D:  Ver= 1.10 Cls=00(>ifc ) Sub=00 Prot=00 MxPS= 8 #Cfgs=  1
P:  Vendor=15ba ProdID=001e Rev= 1.05
S:  Manufacturer=Olimex LTD
S:  Product=ARM-JTAG-EW
S:  SerialNumber=OL24B4C000F43EE
C:* #Ifs= 1 Cfg#= 1 Atr=80 MxPwr=500mA
I:* If#= 0 Alt= 0 #EPs= 3 Cls=ff(vend.) Sub=00 Prot=00 Driver=(none)
E:  Ad=01(O) Atr=02(Bulk) MxPS=  64 Ivl=0ms
E:  Ad=82(I) Atr=02(Bulk) MxPS=  64 Ivl=0ms
E:  Ad=83(I) Atr=02(Bulk) MxPS=  64 Ivl=0ms


This the result when I execute  openocd -f tcl/interface/arm-jtag-ew.cfg 

Open On-Chip Debugger 0.4.0 (2010-06-26-11:38)
Licensed under GNU GPL v2
For bug reports, read
        http://openocd.berlios.de/doc/doxygen/bugs.html
Error: The specified JTAG interface was not found (arm-jtag-ew)
The following JTAG interfaces are available:
Command handler execution failed


What else do I need to configure in order for this to work?

Thanks,

Nick

_______________________________________________
Openocd-development mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/openocd-development

Reply via email to