avrdude-dev
[Top][All Lists]
Advanced

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

Re: [avrdude-dev] wanted feature : read immediate


From: Joerg Wunsch
Subject: Re: [avrdude-dev] wanted feature : read immediate
Date: Mon, 7 Jun 2010 21:32:54 +0200
User-agent: Mutt/1.5.20 (2009-06-14)

As address@hidden wrote:

> The read counterpart should print hexvalues to stdout for example,
> this would avoid using single byte files for reading the fuses

Something like this one?

$ avrdude -p atmega2561 -c jtag2 -P usb -qq \
  -U lfuse:r:-:h \
  -U hfuse:r:-:h \
  -U efuse:r:-:h
0xef
0x11
0xfc

(It's returned in opposite command-line order, alas.)

-- 
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]