As Ed wrote: > avrdude: jtagmkII_getsync(): Sending sign-on command: avrdude: > usb_fill_buf(): usb_bulk_read() error usb_bulk_read: An error occured during > read (see messages above)
I wonder how MacOS X handles device permissions. This smells like a permission problem to me: all the generic stuff to find out about the devices works (using the control endpoint), but actual data transfer (using the bulk endpoints) doesn't. Does it work if you run it as root (e.g. through sudo)? -- cheers, J"org .-.-. --... ...-- -.. . DL8DTL http://www.sax.de/~joerg/ NIC: JW11-RIPE 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
