We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AVRDUDESS-2.18-portable with USBasp (driver libusbK) and AVRDUDE v8.0 doesn't detect ATmega8. With AVRDUDE v7.0 - no problem.
Originally posted by @forregister84 in #102 (comment)
The text was updated successfully, but these errors were encountered:
AVRDUDE v8 doesn't output a signature if everything was successful, unlike previous versions.
Sorry, something went wrong.
fix detecting atmega8 #103
b3754dc
Try this
ref : https://electronics.stackexchange.com/questions/416714/avrdude-does-not-recognize-usbasp-device/417509#417509
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 #usbvendor = "www.fischl.de"; <-- comment out with # as shown #usbproduct = "USBasp"; <-- comment out with # as shown
do this for clone as well
No branches or pull requests
Originally posted by @forregister84 in #102 (comment)
The text was updated successfully, but these errors were encountered: