Thanks for the replies, I understand this is not an openocd issue,
sorry if its off topic.

I changed group membership to solve this:

$ ls -l /dev/ttyUSB0
crw-rw----. 1 root dialout 188, 0 Sep 22 22:14 /dev/ttyUSB0

# usermod -a -G dialout,lock <UserName>

Cheers,
Kevin

On 9/22/10, Peter Stuge <[email protected]> wrote:
> 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
>
_______________________________________________
Openocd-development mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/openocd-development

Reply via email to