"Thomas D. Dean" <[email protected]> wrote: > I had this working last year. New system. Now, I don't remember > what I did to get it working.
Perhaps you read the manual? ;-) > # sudo avrdude -c avrisp -P /dev/ugen0.3 -v -v -p m16 First, it's an "avrisp2" (aka. AVRISPmkII) rather than an old V1 device. Second, the correct port name would be just "usb". AVRDUDE then uses internal logic to talk to it through libusb, rather than trying to open a serial device (which is what your commandline attempted). -- cheers, J"org .-.-. --... ...-- -.. . DL8DTL http://www.sax.de/~joerg/ NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-) _______________________________________________ AVR-chat mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/avr-chat
