[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [avrdude-dev] configuration file
From: |
Brian Dean |
Subject: |
Re: [avrdude-dev] configuration file |
Date: |
Sat, 29 Mar 2003 19:27:54 -0500 |
User-agent: |
Mutt/1.4.1i |
On Sat, Mar 29, 2003 at 06:38:20PM -0500, Brian Dean wrote:
> download: ${TARGET}.hex ${TARGET}_eeprom.hex
> avrdude -p ${MCU} -e -i ${TARGET}.hex
> avrdude -p ${MCU} -i ${TARGET}_eeprom.hex
Woops, that should be;
download: ${TARGET}.hex ${TARGET}_eeprom.hex
avrdude -p ${MCU} -e -i ${TARGET}.hex
avrdude -p ${MCU} -m eeprom -i ${TARGET}_eeprom.hex
-Brian
--
Brian Dean
address@hidden
http://www.bsdhome.com/
http://www.bdmicro.com/