-
Notifications
You must be signed in to change notification settings - Fork 32
can't program a blank 328P-AU SMD with internal clock @8mhz with AVRDUDE #2
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
Comments
Hmm, no idea here. As far as I understand the clock speed should not matter. |
Gonna try again, maybe i was wiring it wrong, i'll let you know
Thanks
2017-11-09 19:08 GMT+00:00 Aleh Dzenisiuk <[email protected]>:
… Hmm, no idea here. As far as I understand the clock speed should not
matter.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#2 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AKke-vTtkXe_aJXKcUaRRi1u5NtWOP1Bks5s003IgaJpZM4QXZPW>
.
--
Com os melhores cumprimentos,
Vinicius Silva
|
In AVRDUDESS I can do all the things avrdude can either with usbasp or usbasp-clone I can even upload binaries generated from the arduino IDE If i try to sent trough the IDE it gives me this if I turn all the debug option on inpreferences; avrdude: Version 6.3, compiled on Jan 17 2017 at 12:00:53
avrdude: Warning: cannot query manufacturer for device: Input/output error avrdude done. Thank you. |
Hey! I am on a Mac and I've just tried to flash a bootloader and a sketch from the Arduino IDE 1.8.2 and it worked well. My avrdude is similar, though compiled a bit later:
Can you compare the version of avrdude used by the IDE with the one AVRDUDESS uses? The error you get means that it is unable to access the USB device directly. Maybe the USB library/driver it uses is outdated or something. If you can see the programmer's device in your Device Manager with the same vid/pid/vendor, then perhaps you need to run the IDE as an admin or something like that? A quick google also suggest that a wrong driver can cause problems: http://forum.arduino.cc/index.php?topic=415210.msg2862244#msg2862244 Aleh |
I'll check it out later tonight
Thanks
2017-11-11 17:42 GMT+00:00 Aleh Dzenisiuk <[email protected]>:
… Hey!
I am on a Mac and I've just tried to flash a bootloader and a sketch from
the Arduino IDE 1.8.2 and it worked well. My avrdude is similar, though
compiled a bit later:
avrdude: Version 6.3, compiled on Sep 17 2016 at 02:19:28
Can you compare the version of avrdude used by the IDE with the one
AVRDUDESS uses?
The error you get means that it is unable to access the USB device
directly. Maybe the USB library/driver it uses is outdated or something. If
you can see the programmer's device in your Device Manager with the same
vid/pid/vendor, then perhaps you need to run the IDE as an admin or
something like that?
A quick google also suggest that a wrong driver can cause problems:
http://forum.arduino.cc/index.php?topic=415210.msg2862244#msg2862244
Aleh
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#2 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AKke-hKtFp47es_oe3bwtdbk9zRcpeZUks5s1dxtgaJpZM4QXZPW>
.
--
Com os melhores cumprimentos,
Vinicius Silva
|
So Avrdudess is using Version 6.1, compiled on Mar 13 2014 at 00:09:49 |
Solution in the last comments on the post you pointed works Replaced avrdude.exe and avrdude.conf with avrdudess version Files I patched avrdude.exe: C:\Users%USERNAME%\AppData\Local\Arduino15\packages\arduino\tools\avrdude\6.3.0-arduino9\bin avrdude.conf C:\Program Files (x86)\Arduino\hardware\arduino\avr\bootloaders\gemma But Masters beware that doing this might bring other issues, according to this post one should try changing the driver first. |
Glad it works now. Thanks for sharing the solution here, will be useful to someone! |
thanks for all the help ;)
2017-11-14 8:36 GMT+00:00 Aleh Dzenisiuk <[email protected]>:
… Glad it works now. Thanks for sharing the solution here, will be useful to
someone!
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub
<#2 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AKke-lezGNd7Qs1hW-pRl3876GLAnWR_ks5s2VD3gaJpZM4QXZPW>
.
--
Com os melhores cumprimentos,
Vinicius Silva
|
The USBASP throws a can't connect error in the IDE and in the avrdude
But I was able to burn the loader with the arduino ISP
You have any idea if this could be because of the usbasp 12mhz clock?
The text was updated successfully, but these errors were encountered: