slackbuilds_ponce/development/dfu-programmer/README.SBo
Steven Voges dc8d8763bd
development/dfu-programmer: Updated for version 1.1.0, new maint.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2023-09-17 00:10:16 +07:00

10 lines
367 B
Text

You might want to add the following udev rule under /etc/udev/rules.d:
ATTRS{idVendor}=="03eb", ATTRS{idProduct}=="2ff4", MODE="0664", GROUP="plugdev"
so when you plug the Atmel chip to program, the device becomes
available to all the members of the "plugdev" group.
You will need to reboot your system or run the following command:
sudo udevadm control --reload