> 
> Details:
> 
> [CODE]
> $ sudo ./avrdude -c avrftdi -p m644p -C ./avrdude.conf
> avrdude: No devices with Vendor-ID:Product-ID 0403:6010 found.
> 
> avrdude done.  Thank you.
> $ lsusb | grep FT232
> Bus 004 Device 002: ID 0403:6001 Future Technology Devices International, Ltd
> FT232 USB-Serial (UART) IC
> [/CODE]
> 
> I've tried changing the programmer entry from 0403:6010 to 0403:6001, but that
> just gives 
> [CODE]
> $ sudo ./avrdude -c avrftdi -p m644p -C ./avrdude.conf
> Unknown type 3 (0x3)
> Unknown type 3 (0x3)
> [/CODE]
> 
> Any ideas I can try?!?
> 
FT232R has no MPSSE (Multi-Protocol Synchronous Serial Engine), so it does not 
work with avrftdi. Try using the "ft232r"-Programmer (you may need different 
wiring).

Best Regards,
Hannes Weisbach


_______________________________________________
avrdude-dev mailing list
avrdude-dev@nongnu.org
https://lists.nongnu.org/mailman/listinfo/avrdude-dev

Reply via email to