patchAVR Downloader/UploaDEr - Patches: patch #6886, Support for ftdi bitbang...

 
 

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

patch #6886: Support for ftdi bitbang (refreshed original serjtag patch)

Submitter:  Massimo <runaway>
Submitted:  Sun 02 Aug 2009 11:05:05 PM UTC
   
 
Category:  None Priority:  5 - Normal
Status:  Postponed Privacy:  Public
Assigned to:  rliebscher Open/Closed:  Closed

Fri 03 Feb 2012 10:03:34 PM UTC, comment #3: 

See also

Rene Liebscher <rliebscher>
Group Member
Thu 25 Aug 2011 04:19:34 PM UTC, comment #2: 

As per the savannah hosting policies, linking free software
against proprietary libraries is not allowed.

If it's possible to rewrite this using libftdi, there's a
chance.

Joerg Wunsch <joerg_wunsch>
Group administrator
Tue 28 Dec 2010 06:28:07 PM UTC, comment #1: 

I created a branch with these patches applied here: https://github.com/piglop/avrdude/tree/ftdi_libftd2xx

It's based on the instructions found on this page: http://doswa.com/blog/2010/08/24/avrdude-5-10-with-ftdi-bitbang/

It contains closed source D2XX code from http://www.ftdichip.com/Drivers/D2XX.htm so it shouldn't be merged in avrdude.

Piglop <piglop>
Sun 02 Aug 2009 11:05:05 PM UTC, original submission:  

Usefull for burning arduino bootloader withouth external programmer.
Original infos and patches here
http://translate.google.com/translate?u=http%3A%2F%2Fwww15.atwiki.jp%2Farduino%2Fpages%2F23.html&sl=ja&tl=en&hl=ja&ie=UTF-8
and here
http://zampoh.cocolog-nifty.com/blog/2009/03/arduino---atmeg.html

Need this to compile http://www.ftdichip.com/Drivers/D2XX.htm

configure line:
./configure CFLAGS="-g -O2 -DSUPPORT_FT245R" LIBS="-lftd2xx"
but can be cleaned up with a simple --enable-ftdi or similar

Massimo <runaway>

 

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

Attached Files
file #18518:  patch-serjtag.c.diff added by runaway (18KiB - application/octet-stream)
file #18517:  patch-serjtag.h.diff added by runaway (546B - application/octet-stream)
file #18516:  patch-ft245r.h.diff added by runaway (243B - application/octet-stream)
file #18515:  patch-ft245r.c.diff added by runaway (18KiB - application/octet-stream)
file #18514:  patch-lexer.l.diff added by runaway (551B - application/octet-stream)
file #18513:  patch-config_gram.y.diff added by runaway (1KiB - application/octet-stream)
file #18512:  patch-avr910.c.diff added by runaway (5KiB - application/octet-stream)
file #18511:  patch-avrdude.conf.in.diff added by runaway (1KiB - application/octet-stream)
file #18510:  patch-Makefile.in.diff added by runaway (6KiB - application/octet-stream)

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by rliebscher (Posted a comment)
  • -email is unavailable- added by joerg_wunsch (Posted a comment)
  • -email is unavailable- added by piglop (Posted a comment)
  • -email is unavailable- added by runaway (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 12 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2012-02-11 rliebscher Assigned toNone rliebscher
        Open/ClosedOpen Closed
    2011-08-25 joerg_wunsch StatusNone Postponed
    2009-08-02 runaway Attached File- Added patch-serjtag.c.diff, #18518
    2009-08-02 runaway Attached File- Added patch-ft245r.c.diff, #18515
        Attached File- Added patch-ft245r.h.diff, #18516
        Attached File- Added patch-serjtag.h.diff, #18517
        Attached File- Added patch-lexer.l.diff, #18514
    2009-08-02 runaway Attached File- Added patch-Makefile.in.diff, #18510
        Attached File- Added patch-avrdude.conf.in.diff, #18511
        Attached File- Added patch-avr910.c.diff, #18512
        Attached File- Added patch-config_gram.y.diff, #18513

    Back to the top

    Powered by Savane 3.13-d3ae.
    Corresponding source code