-
-
Notifications
You must be signed in to change notification settings - Fork 48
Update Avrdude to 6.2 #17
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
👍 for the upgrade. It will help ArduinoISP: 6.1 implements some clever fixes that make it possible to program high addresses (over 128KB) with the stk500v1 protocol (which is what ArduinoISP uses). This makes it possible to reliably burn the bootloader of an atmega2560 using ArduinoISP. |
👍 against this, too. In particular, AVRdude 6.1 adds support for Atmel-ICE, the current-generation Atmel ISP device. |
6.2 has been released by now, too. |
+1 ArduinoISP fir bootloading the Mega is a very old problem, finally avrdude 6.1 sokve the problem. After avrdude update will be possible official insert AtmelICE programmer in the IDE |
I'm working on avrdude 6.2 |
avrdude 6.2 is affected by this bug, dropping the update until it gets fixed |
Could you also apply this patch then: I still dont have an avrdude account. I tried to contact atmel 3 times about 16u2 datasheet faults, but they do not respond (or the wrong person answers). They just dont want to fix the datasheet. But that should not keep us from fixing avrdude, so could anyone post this information to joerg wunsch? |
I've found avrdude 6.1 and 6.2 to be unreliable with my Atmel-ice - and that's after dealing with the LibUSB filter mess. It might be better to look at another tool for this programmer - atprogram is proving reliable and is easy to enable for uploads. The burn bootloader option may need code changes. I'm not sure if this utility is available on OS X or Linux. |
AFAIK |
Can you publish a version 1.6.7-R1? |
AVRdude 6.3 is out. |
Avrdude 6.3 build scripts are now on their own repository: |
Would it be possible to ask for an update to Avrdude 6.1 (from 6.0.1)? All the current patches seems to apply quite cleanly and there are some features in 6.1 that would be great to have for external platforms (especially the flip2 programmer for Xmega chips).
The text was updated successfully, but these errors were encountered: