From: sallai Date: Thu, 19 Jun 2008 15:52:39 +0000 (+0000) Subject: fix iris/avrdude support for the mib600 programming board X-Git-Tag: release_tinyos_2_1_0_0~227 X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=tinyos-2.x.git;a=commitdiff_plain;h=81b349e6a7fffc1a42b2f22fca6d1fe4578c182c fix iris/avrdude support for the mib600 programming board --- diff --git a/support/make/avr/eprb.extra b/support/make/avr/eprb.extra index 92d8982d..18a910f0 100644 --- a/support/make/avr/eprb.extra +++ b/support/make/avr/eprb.extra @@ -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