[avrdude-dev] Can't erase an ATmega644p

2013-06-25 Thread Ing. Daniel Rozsnyó
Hi, I am unable to work on a project which uses an ATmega644P part because avrdude behaves strange. 1) it wont exit after processing all operations, all the time I have to use Ctrl+C 2) it is not able to erase the chip: $ avrdude -p atmega644p -c usbmega-ft232rq -P usb -e -b 1200

[avrdude-dev] Can't erase an ATmega644p

2013-06-25 Thread Ing. Daniel Rozsnyó
Hi, I am unable to work on a project which uses an ATmega644P part because avrdude behaves strange. 1) it wont exit after processing all operations, all the time I have to use Ctrl+C 2) it is not able to erase the chip, but it is able to program it! (see the attachments) Any

Re: [avrdude-dev] [patch] Oeration typo fix

2013-06-25 Thread Joerg Wunsch
As Ing. Daniel Rozsnyó wrote: --- avrpart.c.orig2013-06-25 18:13:02.870902661 +0200 +++ avrpart.c 2013-06-25 18:13:17.979902822 +0200 Please, please, submit patches to a patch tracker. Otherwise, they risk to get lost. -- cheers, Joerg .-.-. --... ...-- -.. . DL8DTL

[avrdude-dev] [Patch] cleaner stdout when using buspirate

2013-06-25 Thread Daniel Nagy
Hi, I have attached a small patch which cleans the output on stdout of an avrdude call when using the buspirate. It would be great if one of you could commit this one. Thanks, Daniel Nagy Index: avrdude/buspirate.c