From 2fbf53d7f5546fa467c84c129d49e3a76f5db9fd Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Wed, 4 Apr 2012 18:37:20 +0200 Subject: o Updating firmware for Rev B. --- firmware/makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'firmware/makefile') diff --git a/firmware/makefile b/firmware/makefile index 5b5d12d..0e43fb1 100644 --- a/firmware/makefile +++ b/firmware/makefile @@ -514,8 +514,8 @@ gccversion : program: $(TARGET).hex $(TARGET).eep # $(AVRDUDE) $(AVRDUDE_FLAGS) $(AVRDUDE_WRITE_FLASH) $(AVRDUDE_WRITE_EEPROM) #avarice -w -f VirtualSerial.hex -P at90usb162 -2 -j usb -# avrdude -c avr109 -p usb162 -P /dev/ttyACM0 -U flash:w:VirtualSerial.hex - avrdude -c stk500 -p usb162 -P /dev/ttyUSB0 -U flash:w:VirtualSerial.hex + avrdude -c avr109 -p usb162 -P /dev/ttyACM0 -U flash:w:VirtualSerial.hex +# avrdude -c stk500 -p usb162 -P /dev/ttyUSB0 -U flash:w:VirtualSerial.hex reset: avarice -P at90usb162 -2 -j usb -R -- cgit v1.2.3