On Mon, Sep 12, 2011 at 1:21 PM, <[email protected]> wrote:
> I have a programmable board connected via USB that is only writeable by
> root, so I have to run every make command as root, which is not good. to
Surely only download code to the board?
Building should not require root in any case?
> set up the USB permissions by creating a file called
> /etc/udev/rules.d/52-bootloadDFU.rules containing:
>
> ATTR{idVendor}=="03eb", ATTR{idProduct}=="2fee", MODE="666"
> ATTR{idVendor}=="03eb", ATTR{idProduct}=="2ff0", MODE="666"
Should be ATTRS I think.
cat /etc/udev/rules.d/* to see (presumably) valid rule syntax
Does "sudo udevadm monitor --property" give you any clues?
--
Eliot
_______________________________________________
Linux-users mailing list
[email protected]
http://lists.canterbury.ac.nz/mailman/listinfo/linux-users