[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [avrdude-dev] [bug #38259] Problems with FTDI 0403:6001 programmer n
From: |
Hannes Weisbach |
Subject: |
Re: [avrdude-dev] [bug #38259] Problems with FTDI 0403:6001 programmer not working |
Date: |
Tue, 5 Feb 2013 10:17:50 +0100 |
>
> 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