Kevin Grant wrote:
> I don't understand why the jtag port would be accessible by plugdev
> group members but the serial port (which is part of the same
> ftdi2232 usb chip) is not.

There may be another udev rule which matches before the one you
quoted.


> Has anyone else encountered this?....and solved it! I did search
> the mailing list and the web but didn't find anything relevant.

It has nothing to do with OpenOCD. Do ls -l /dev/ttyUSB0 to find out
what group would work (maybe uucp or dialout) and then just add your
user to that group with: usermod -a -g groupyouwant youruser
Log out, then log in, and you should be fine. Just basic serial port
permissions.


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

Reply via email to