avrdude-dev
[Top][All Lists]
Advanced

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

Re: [avrdude-dev] Add CRC to transfers?


From: Joerg Wunsch
Subject: Re: [avrdude-dev] Add CRC to transfers?
Date: Tue, 28 Apr 2009 22:49:49 +0200
User-agent: Mutt/1.5.11

As Gary Spivey wrote:

> So - we were wondering about the possibility of modifying both the
> bootloader and avrdude to do a CRC check on each and every
> element/packet that comes across the comms link BEFORE acting upon
> it.

I think that's possible, but it would require a completely new
programmer implementation, source code file, avrdude.conf grammar,
etc.  You can perhaps clone one of the existing implementations for
that.

Another option might be to use the -x option for that.  It's intended
to pass options down to the individual programmer implementation, so
you could e.g. add an option like "-x crc" to an existing programmer
(like stk500v2).

Personally, I'd prefer the first variant.

-- 
cheers, J"org               .-.-.   --... ...--   -.. .  DL8DTL

http://www.sax.de/~joerg/                        NIC: JW11-RIPE
Never trust an operating system you don't have sources for. ;-)




reply via email to

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