dmitry chernov <[email protected]> wrote: > Hi people! I get this error when I am trying to flash my usbasp > device. But my device has pid 0x5df and vid the same 0x16c0. Where > avrdude gets vid and pid? How to change them to proper ones?
The following identifiers are hardcoded in AVRDUDE's usbasp.h: /* USB identifiers */ #define USBASP_SHARED_VID 0x16C0 /* VOTI */ #define USBASP_SHARED_PID 0x05DC /* Obdev's free shared PID */ #define USBASP_OLD_VID 0x03EB /* ATMEL */ #define USBASP_OLD_PID 0xC7B4 /* (unoffical) USBasp */ #define USBASP_NIBOBEE_VID 0x16C0 /* VOTI */ #define USBASP_NIBOBEE_PID 0x092F /* NIBObee PID */ As the code has been contributed by Thomas Fischl himself, you might want to contact him on this. Of course, if you just change your personal version, you could at least get it going for now. -- 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
