Open ZakKemble opened 2 months ago
AVRDUDE v8 doesn't output a signature if everything was successful, unlike previous versions.
Try this
in conf file
programmer id = "usbasp"; desc = "USBasp, http://www.fischl.de/usbasp/"; type = "usbasp"; connection_type = usb; usbvid = 0x16C0; # VOTI usbpid = 0x05DC; # Obdev's free shared PID
do this for clone as well
Originally posted by @forregister84 in https://github.com/ZakKemble/AVRDUDESS/issues/102#issuecomment-2374459426