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
_______________________________________________
avrdude-dev mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/avrdude-dev