From da6ed8d217fa6781c2f96813428671d50bea8598 Mon Sep 17 00:00:00 2001 From: Aaron Mueller Date: Wed, 15 Oct 2014 21:40:31 +0200 Subject: [PATCH] Add some programmers for reference --- firmware/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/firmware/Makefile b/firmware/Makefile index 9fcb04b..b51be32 100644 --- a/firmware/Makefile +++ b/firmware/Makefile @@ -195,10 +195,13 @@ LDFLAGS += -Wl,--relax # Type: avrdude -c ? # to get a full listing. # -AVRDUDE_PROGRAMMER = avrisp2 +#AVRDUDE_PROGRAMMER = dragon_isp +#AVRDUDE_PROGRAMMER = avrisp2 +AVRDUDE_PROGRAMMER = buspirate # com1 = serial port. Use lpt1 to connect to parallel port. -AVRDUDE_PORT = -P usb #-P com1 # programmer connected to serial device +#AVRDUDE_PORT = -P usb #-P com1 # programmer connected to serial device +AVRDUDE_PORT = -P /dev/ttyUSB1 AVRDUDE_WRITE_FLASH = -U flash:w:$(TARGET).hex:i AVRDUDE_WRITE_EEPROM = -U eeprom:w:$(TARGET).eep:i