how about this one for the OpenOCD USB from Embedded-Projects.net:

SUBSYSTEMS=="usb", ATTRS{product}=="Dual RS232",      ATTRS{idProduct}=="6010", 
ATTRS{idVendor}=="0403", KERNEL=="ttyUSB*", 
SYMLINK+="openocd$attr{bInterfaceNumber}"

creates /dev/openocd00 and /dev/openocd01 for the two serial interfaces.


Cheers,
John McC.


On Mon, 2009-01-19 at 21:10 -0600, Dean Glazeski wrote:
> Let's not forget the little Olimex OpenOCD JTAG TINY.
> 
> # Olimex ARM-USB-OCD-TINY
> SYSFS{idVendor}=="15ba", SYSFS{idProduct}=="0004", MODE="664",
> GROUP="plugdev"
> 
> // Dean
> 
> Zach Welch wrote: 
> > On Tue, 2009-01-20 at 03:43 +0100, Uwe Hermann wrote:
> >   
> > > here's a short udev rules file for OpenOCD which I'm using in the Debian
> > > package. It should probably be added to svn, together with some
> > > autotools hooking so that it gets installed somewhere upon 'make install'
> > > (or not, and leave that step to the user).
> > >     
> > 
> > Yup, this would be a good thing to have; here is another line for the
> > programmer that I am using under Ubuntu:
> > 
> > # IAR J-Link USB
> > SYSFS{idVendor}=="1366", SYSFS{idProduct}=="0101", MODE="664", 
> > GROUP="plugdev"
> > 
> > Cheers,
> > 
> > Zach
> > 
> > _______________________________________________
> > Openocd-development mailing list
> > [email protected]
> > https://lists.berlios.de/mailman/listinfo/openocd-development
> >   
> _______________________________________________
> Openocd-development mailing list
> [email protected]
> https://lists.berlios.de/mailman/listinfo/openocd-development

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

Reply via email to