From b39087eb8e573373dc00d2411e07f93c3d1c714f Mon Sep 17 00:00:00 2001 From: Olaf Rempel Date: Sat, 24 Jan 2009 16:52:22 +0100 Subject: [PATCH] change programmer --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index bfede5c..1c0e100 100644 --- a/Makefile +++ b/Makefile @@ -41,4 +41,7 @@ bin: $(PRG).bin $(OBJCOPY) -j .text -j .data -O binary $< $@ install: text - uisp -dprog=avr910 -dserial=/dev/ttyS0 -dspeed=115200 -dpart=auto --erase --upload if=$(PRG).hex + avrdude -c dragon_isp -P usb -p m88 -U flash:w:$(PRG).hex + +fuses: + avrdude -c dragon_isp -P usb -p m88 -U lfuse:w:0xc2:m -U hfuse:w:0xdd:m -U efuse:w:0xfa:m