-
Notifications
You must be signed in to change notification settings - Fork 4
How to Download Avrdude 6.1
John Sabino edited this page Sep 17, 2015
·
1 revision
Changes from 5.1.1 to 6.1:
- Atmel EDBG protocol support added (JTAGICE3, XplainedPro, Atmel-ICE)
- Atmel DFU, using FLIP protocol version 1 (AT90USB and ATmegaU devices), or version 2 (Xmega devices) support.
- Atmel-ICE (ARM/AVR), JTAG, PDI, debugWIRE, ISP modi support.
- Fixed:
- AVRDUDE segfaults when writing eeprom
- Typo fix in fuses report (for 6.1-svn-20130917)
- verify errors for object size > 16 k on x32e5 due to typo in avrdude.conf
- Elf file support (possibly) not working on 6.0.1 windows build
- AT Mega2560 not correctly programmed with stk500(v1) ISP (solution patch)
- OS X: Avrdude messes with the usb stack?
- dfu.c missing include
- DFU FLIPv2 programming support
- (Some) programmers can take a list of USB PIDs now.
sudo add-apt-repository ppa:pmjdebruijn/avrdude-release
sudo apt-get update
sudo apt-get install avrdude
To be added later.