]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
fix iris/avrdude support for the mib600 programming board
authorsallai <sallai>
Thu, 19 Jun 2008 15:52:39 +0000 (15:52 +0000)
committersallai <sallai>
Thu, 19 Jun 2008 15:52:39 +0000 (15:52 +0000)
support/make/avr/eprb.extra

index 92d8982d2c376c4c959670f8b835a65bbf8b6802..18a910f04841067861771beb2f92ddf63dafc170 100644 (file)
@@ -13,7 +13,7 @@ ifeq ($(PROGRAMMER),avrdude)
         BOOTLOADER_IMG := $(shell cygpath -m $(BOOTLOADER_IMG))
       endif
     endif
-    PROGRAMMER_FLAGS = -cstk500 -P$(EPRB)   -U hfuse:w:$(AVR_FUSE_H):m $(PROGRAMMER_PART) $(PROGRAMMER_EXTRA_FLAGS) $(PROGRAMMER_EXTRA_FLAGS_STK)
+    PROGRAMMER_FLAGS = -cmib510 -Pnet:$(EPRB):10001    -U hfuse:w:$(AVR_FUSE_H):m $(PROGRAMMER_PART) $(PROGRAMMER_EXTRA_FLAGS) $(PROGRAMMER_EXTRA_FLAGS_STK)
     PROGRAMMER_INSTALL_SREC_FLAGS = -U flash:w:$(INSTALL_SREC):a
     PROGRAMMER_INSTALL_BOOTLOADER_FLAGS = -V -D -U flash:w:$(BOOTLOADER_IMG):a
 endif