avrdude-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[avrdude-dev] RE: avrdude-dev Digest, Vol 13, Issue 1


From: Gianmario.Scotti
Subject: [avrdude-dev] RE: avrdude-dev Digest, Vol 13, Issue 1
Date: Thu, 5 Feb 2004 17:51:26 +0200

> -----Original Message-----
> From: ext Martin Thomas [mailto:address@hidden
> Sent: 05 February, 2004 15:32
> To: Scotti Gianmario (Nokia-NET/Helsinki); address@hidden
> Subject: Re: avrdude-dev Digest, Vol 13, Issue 1
> 
> >...
> 
> Could you please send the name of the board and the type of 
> programmer or 
> "cable" or "dongle" you've used. 
> Thanks, Martin
>

Here you go:


-----Original Message-----
From: Scotti Gianmario (Nokia-NET/Helsinki) 
Sent: 27 January, 2004 15:50
To: 'address@hidden'
Subject: Support for Futurlec AVR development boards

I have added an entry to avrdude.conf, so that the cheap yet very 
good futurlec.com development boards should be supported.
I have tested it with the 90S8535 development board:
http://www.futurlec.com/AT8535DevBoard.shtml

but the 2313
http://www.futurlec.com/ATDevBoard.shtml
should work as well.

I'm thrilled that I'll be able to use AVRdude to program this
board, since the software that comes with it is really sad: it
supports only Flash RAM programming. Nothing else. Not even reading
of the Flash RAM, let alone writing the EEPROM or reading it.

You have to add the following to avrdude.conf:

----------------------------------------------------
programmer
        id = "futurlec";
        desc = "Futurlec.com programming cable.";
        type = par;
        reset = 3;
        sck = 2;
        mosi = 1;
        miso = 10;
;
----------------------------------------------------




reply via email to

[Prev in Thread] Current Thread [Next in Thread]