-
Notifications
You must be signed in to change notification settings - Fork 145
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
avrdude7.2 unable to detect atmelice - works with avrdude6.3 #1579
Comments
Using Zadig, can you try to change your driver to WinUSB and see if this helps? |
OK. You may have to use the original driver. I think it's called hidusb. |
I tested on another laptop where ATMEL STUDIO works without any driver change but it gives similar error:
|
I don't use Windows on a regular basis, so I don't really know. @mcuee would have to chime in. |
Please do not use Zadig to change driver but rather using the original driver from Atmel. Please try my MinGW build to see if it works. For example: If the above build works (using libusb-1.0+libusb-compat-0.1) and the offcial Windows binary (using avrdude-libusb) does not work, it could be that you hit the existing bug. |
Thank you WIll update my findings |
on my windows 11 "avrdude-v7.2_mingw64" didnt work with libusb but worked with WinUSB v6.1.xxxx (using Zadig) I need to try this on the remote system i was facing issue with. |
ok so i have no clue whats hapennign but its working so thats good news for me. I am using the mingw version you shared and it works great with LIBUSB driver on the remote system that initially i was having issues with . so this is great news and thank you a lot. however on my system same mingw version works with WINUSB but not with LIBUSB Basically both systesm work with mingw version with different drivers. Thank you for your support |
Thanks for reporting back @feroze-mohamed Does this mean the issue can be closed? |
I believe the issue can be closed. Thank you again for the support. |
I have been using avrdude6.3 on windows 10 and 11 without issues.
But lately we needed support for ATTINY1626, so upgraded to v7.2
While 6.3 works (detects atmelice) , v7.2 says unable to detect the atmelice
used ZADIG to change the driver to libusb
v7.2 :
v6.3:
The text was updated successfully, but these errors were encountered: