ZakKemble / AVRDUDESS

A GUI for AVRDUDE
https://blog.zakkemble.net/avrdudess-a-gui-for-avrdude/
GNU General Public License v3.0
596 stars 129 forks source link

Add feature can add "sudo" command #39

Closed ahmad-wahyudin closed 4 years ago

ahmad-wahyudin commented 4 years ago

On Linux with usbasp clone chinese, cann't open usb devices: Permissions Denied image

Using sudo command in terminal image

ZakKemble commented 4 years ago

A program running as a non-root user cannot run another program as root with sudo. AVRDUDESS must run as root using sudo mono avrdudess.exe or add a udev rule to allow non-root users to access the USBasp. https://github.com/stefanbeller/USBasp/blob/master/bin/linux-nonroot/99-USBasp.rules