Skip to content
New issue

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

v2.18 doesn't detect ATmega8 #103

Open
ZakKemble opened this issue Sep 25, 2024 · 2 comments
Open

v2.18 doesn't detect ATmega8 #103

ZakKemble opened this issue Sep 25, 2024 · 2 comments

Comments

@ZakKemble
Copy link
Owner

ZakKemble commented Sep 25, 2024

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)

@ZakKemble
Copy link
Owner Author

AVRDUDE v8 doesn't output a signature if everything was successful, unlike previous versions.

ZakKemble added a commit that referenced this issue Sep 25, 2024
@AmaJuz
Copy link

AmaJuz commented Nov 6, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants