|
Re: Time Problem Avrdude 5.3.1 on mac: msg#00057hardware.avr.avrdude.devel
As Yannick PODGORSKI wrote: > 25137 avrdude 0.000084 GIO fd 2 wrote 63 bytes > "avrdude: usbdev_open(): Found AVRISP mkII, serno: 0000B0009933 > " > 25137 avrdude 0.000016 RET write 63/0x3f > 25137 avrdude 12.109464 CALL write(0x2,0xbfffe8f0,0x257) > // 12 seconds ??? It performs a couple of libusb operations at that point: if (usb_set_configuration(udev, dev->config[0].bConfigurationValue)) { fprintf(stderr, "%s: usbdev_open(): error setting configuration %d: %s\n", progname, dev->config[0].bConfigurationValue, usb_strerror()); goto trynext; } usb_interface = dev->config[0].interface[0].altsetting[0].bInterfaceNumber; if (usb_claim_interface(udev, usb_interface)) { fprintf(stderr, "%s: usbdev_open(): error claiming interface %d: %s\n", progname, usb_interface, usb_strerror()); goto trynext; } fd->pfd = udev; return; -- cheers, J"org .-.-. --... ...-- -.. . DL8DTL http://www.sax.de/~joerg/ NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-) |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Time Problem Avrdude 5.3.1 on mac: 00057, Yannick PODGORSKI |
|---|---|
| Next by Date: | RE: Time Problem Avrdude 5.3.1 on mac: 00057, Yannick PODGORSKI |
| Previous by Thread: | Time Problem Avrdude 5.3.1 on maci: 00057, Yannick PODGORSKI |
| Next by Thread: | RE: Time Problem Avrdude 5.3.1 on mac: 00057, Yannick PODGORSKI |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |