avrdude-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [avrdude-dev] Using AvrDude without login in as root


From: Stefan Tomanek
Subject: Re: [avrdude-dev] Using AvrDude without login in as root
Date: Mon, 27 Jun 2011 22:48:10 +0200
User-agent: Mutt/1.5.20 (2009-06-14)

Dies schrieb Ormund Williams (address@hidden):

> I used to create a group called isp then add the following lines to
> udev's permissions.rules file:
>         # AvrISP
>         SUBSYSTEM=="usb_device", GROUP="isp", \
>               ATTRS{idVendor}=="03eb", ATTRS{idProduct}=="2104"

Do not add lines to a file; that might provoke problems on upgrades.
Simply create a new file in /etc/udev/rules.d/:

address@hidden:/etc/udev/rules.d# cat z53-isp-usb.rules 
SUBSYSTEMS=="usb", ATTRS{idVendor}=="16c0", SYMLINK+="ispdev", GROUP="isp"

That way, my programmer can always be accessed through /dev/ispdev by anyone
in the group isp.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]