As László Monda wrote:

> I can see the following relevant programmer definitions for avrisp2 in
> avrdude.conf:
> 
> programmer
>   id    = "avrisp2";
>   desc  = "Atmel AVR ISP mkII";
>   type  =  stk500v2;
> ;

That probably lacks a

    connection_type = usb;

statement.  (The AVRISPmkII is USB-only.)

> Also, default_usb = "usb"; seems to produce the
> error at /etc/avrdude.conf:19 unrecognized character: "d"
> error message

Yes, there's a default_serial and default_parallel, but no
default_usb.  Wouldn't make much sense anyway, since the only valid
argument to it were "usb" (except of the ability to specify a serial
number).
-- 
cheers, Joerg               .-.-.   --... ...--   -.. .  DL8DTL

http://www.sax.de/~joerg/
Never trust an operating system you don't have sources for. ;-)

_______________________________________________
avrdude-dev mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/avrdude-dev

Reply via email to