bugAVR Downloader/UploaDEr - Bugs: bug #38259, Problems with FTDI 0403:6001...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #38259: Problems with FTDI 0403:6001 programmer not working

Submitter:  None
Submitted:  Mon 04 Feb 2013 11:48:24 PM UTC
   
 
Category:  None Severity:  3 - Normal
Priority:  5 - Normal Item Group:  None
Status:  Invalid Privacy:  Public
Assigned to:  joerg_wunsch Originator Name:  mj
Originator Email:  -email is unavailable- Open/Closed:  Closed
Release:  None Programmer hardware: 
Device type: 

Tue 05 Feb 2013 09:39:35 AM UTC, comment #1: 

Type 3 is an FT232R which doesn't feature the MPSSE (multi-
purpose synchronous serial engine) the "avrftdi" programmer
requires.

In the SVN version, there's also a simple bit-bang programmer
("ftdi_syncbb") which could probably be made work with your
chip, but be warned that this method is way slower than
the MPSSE-based FTDI programmers.

Joerg Wunsch <joerg_wunsch>
Group administrator
Mon 04 Feb 2013 11:48:24 PM UTC, original submission:  

[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?!?

Thank you

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by joerg_wunsch (Posted a comment)
  • -email is unavailable- added by None (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

     

    Follow 3 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2013-02-05 joerg_wunsch StatusNone Invalid
        Assigned toNone joerg_wunsch
        Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-4b48.
    Corresponding source code