avrdude icon indicating copy to clipboard operation
avrdude copied to clipboard

AVRDUDE is a utility to program AVR microcontrollers

Results 141 avrdude issues
Sort by recently updated
recently updated
newest added

~~I don't own an [STK600 board](https://www.microchip.com/en-us/development-tool/ATSTK600), so I can't confirm this. But from the looks of it, the STK600 can only be used in ISP, HVPP or HVSP mode with...

enhancement

Brian Mayton Tue 21 May 2013 06:30:25 PM UTC avrdude appears to be able to communicate with an ATxmega128A4U in PDI mode, but an attempt to program flash memory fails...

unconfirmed

dg1afg Tue 13 Sep 2016 05:46:32 PM UTC I have problems programming old AT90S8515 with avrdude 6.3. It's impossible to program the controller. The output dialog as below. Reading the...

bug

ScratchMonkey seems to be interesting as it creates an stk500v2 prorammer. It also has some unique features like TPI support and LED status. ScratchMonkey documentation: https://microtherion.github.io/ScratchMonkey/GettingStarted.html ScratchMonkey optional patch https://github.com/microtherion/ScratchMonkey/blob/master/avrdude.patch

enhancement

AVRDUE only invokes the programmer's *_paged_load() and *_paged_write() when the memory page size exceeds 1. Compact bootloaders (think optiboot et al) typically only ever implement paged memory access for flash...

bug

On Raspberry Pi using linuxgpio programmer without `sudo` fails with > Can't open gpioX/direction: Permission denied The next attempt fails, because gpio pin remains exported and not removed. Open issue:...

bug

Andrei Sun 16 Mar 2014 01:21:30 PM UTC When reading device signature by issuing avrdude -px256a3bu -cdragon_jtag or programming, ATxmega256A3BU hangs and does not execute the written code. If I...

question
unconfirmed

avrdude Wed 06 Nov 2013 04:14:29 PM UTC I'm using avrdude 6.01 and JTAGICEmkII and try to programm the boot section of the xmega256a3 with the following command: avrdude -c...

unconfirmed

Galen Seitz Tue 16 Dec 2014 07:14:21 PM UTC device: xmega16d4 programmer: jtagice mkII or avrisp mkII host: CentOS 6.6 x86_64 avrdude version: 6.1 (locally built) I am unable to...

bug

From here http://szulat.blogspot.com/2012/08/atxmega-programmer-for-050.html and here: https://ketturi.kapsi.fi/2013/05/programming-xmega-with-usbasp-avrdude/ There are patched usbasp FW and patched avrdude version to support PDI using usbasp (arguably the most popular DIY USB AVR programmer). It would...

enhancement