avrdude-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [avrdude-dev] avrdude >= 5.4, butterfly protocol and byte mode devic


From: Jens Wilhelm Wulf
Subject: Re: [avrdude-dev] avrdude >= 5.4, butterfly protocol and byte mode devices
Date: Sun, 22 Mar 2009 18:22:24 +0100
User-agent: Mutt/1.5.18 (2008-05-17)

in reply to myself, as I had only written this on my homepage:

avrdude refuses to use block mode because of 

    if (pgm->paged_write != NULL && m->page_size != 0) {
                                 ^^^^^^^^^^^^^^^^^^^^
this condition, which is necessary in avr.c, avr_write() and avr_read().

Removing this part of the condition fixes its behaviour for me as well as
tweaking avrdude.conf to make the 8535 look like a pagemode device (details
on my homepage).

Best regards, 
Jens







reply via email to

[Prev in Thread] Current Thread [Next in Thread]