FTBB on eePe

How to use eePe
Post Reply
Dalt
Posts: 4
Joined: Tue Apr 10, 2012 12:53 pm
Country: -

FTBB on eePe

Post by Dalt »

Hi! How can I use the program to the programmer FTBB. Replaced on patched avrdude http://easyelectronics.ru/img/readydev/ ... g/FTBB.rar
But in setting the programmer FTBB pinb programmer and has not appeared.

User avatar
erazz
9x Developer
Posts: 682
Joined: Tue Dec 27, 2011 6:25 pm
Country: -
Location: NJ-USA
Contact:

Re: FTBB on eePe

Post by erazz »

What's FTBB?
Z

BEWARE - WE ARE IN THE AIR!!!
What goes up... Should be controlled by a 9X!
User avatar
gohsthb
Posts: 1412
Joined: Wed Dec 28, 2011 2:32 pm
Country: -
Location: Naperville, IL

Re: FTBB on eePe

Post by gohsthb »

Does the programmer list in eepe get updated by avrdude? or is it a list that is hard coded. I see a new programmer type for avrdude called FTBB. I think it might be using one of the FTDI chips directly as a programmer, but I'm not sure. I think his problem is that FTBB just doesn't show up in the list of programmers.
-Gohst
Dalt
Posts: 4
Joined: Tue Apr 10, 2012 12:53 pm
Country: -

Re: FTBB on eePe

Post by Dalt »

FT232R Synchronous BitBang - FTBB

Image

2Gohst

Yes, it does not appear in the list of programmers
User avatar
gohsthb
Posts: 1412
Joined: Wed Dec 28, 2011 2:32 pm
Country: -
Location: Naperville, IL

Re: FTBB on eePe

Post by gohsthb »

Dalt wrote: 2Gohst

Yes, it does not appear in the list of programmers
I meant that question for Erazz. I don't know how eepe gets the list it does. I understand that your version of avrdude has the patch for this programmer.
-Gohst

User avatar
erazz
9x Developer
Posts: 682
Joined: Tue Dec 27, 2011 6:25 pm
Country: -
Location: NJ-USA
Contact:

Re: FTBB on eePe

Post by erazz »

eePe reads the avrdude.conf file and extracts the programmers from there.

Couple o foptions:
1) avrdude file was not updated to include FTBB
2) the avrdude.conf file is malconfigured.
3) multiple copies of avrdude.conf - not reading the correct file:
For Linux: /etc/avrdude.conf
Windows: same folder as eepe.
Z

BEWARE - WE ARE IN THE AIR!!!
What goes up... Should be controlled by a 9X!
Dalt
Posts: 4
Joined: Tue Apr 10, 2012 12:53 pm
Country: -

Re: FTBB on eePe

Post by Dalt »

The configuration file is the only one. list available on request I can see the programming. but the programmer list in eePe not updated even after restarting the program.

Image

Code: Select all

  #FTDI_Bitbang
  programmer
  id    = "ftbb";
  desc  = "FT232R Synchronous BitBang";
  type  = ft245r;
  miso  = 3;  # CTS(11 PIN FT232R) 
  sck   = 5;  # DSR(9 PIN FT232R)
  mosi  = 6;  # DCD(10 PIN FT232R)
  reset = 7;  # RI (6 PIN FT232R)
;
try to make it.
User avatar
erazz
9x Developer
Posts: 682
Joined: Tue Dec 27, 2011 6:25 pm
Country: -
Location: NJ-USA
Contact:

Re: FTBB on eePe

Post by erazz »

I think I know what's going on.
remove all leading spaces in front of the work "programmer".

Code: Select all

#FTDI_Bitbang
programmer
  id    = "ftbb";
  desc  = "FT232R Synchronous BitBang";
  type  = ft245r;
  miso  = 3;  # CTS(11 PIN FT232R)
  sck   = 5;  # DSR(9 PIN FT232R)
  mosi  = 6;  # DCD(10 PIN FT232R)
  reset = 7;  # RI (6 PIN FT232R)
;
That should do the trick
Z

BEWARE - WE ARE IN THE AIR!!!
What goes up... Should be controlled by a 9X!
Dalt
Posts: 4
Joined: Tue Apr 10, 2012 12:53 pm
Country: -

Re: FTBB on eePe

Post by Dalt »

It did not help. List of programmers are not updated. The solution was found. The register which stores the settings of the program in line programming was written the name of the required programming. everything works. Thanks for the tips.

Post Reply

Return to “eePe”