]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - support/make/avr/avrisp.extra
disable verification of bootloader when using avrdude (it's a bug in avrdude)
[tinyos-2.x.git] / support / make / avr / avrisp.extra
index c56de450133216e8be7088e9820e754635e1ee8d..0394adc44bda071e0bd4f17321ec01a5c516f930 100644 (file)
@@ -15,7 +15,7 @@ ifeq ($(PROGRAMMER),avrdude)
     endif
     PROGRAMMER_FLAGS = -cstk500 -P$(MIB510) -U hfuse:w:$(AVR_FUSE_H):m $(PROGRAMMER_PART) $(PROGRAMMER_EXTRA_FLAGS) $(PROGRAMMER_EXTRA_FLAGS_AVRISP)
     PROGRAMMER_INSTALL_SREC_FLAGS = -U flash:w:$(INSTALL_SREC):a
-    PROGRAMMER_INSTALL_BOOTLOADER_FLAGS = -D -U flash:w:$(BOOTLOADER):a
+    PROGRAMMER_INSTALL_BOOTLOADER_FLAGS = -V -D -U flash:w:$(BOOTLOADER):a
 endif
 
 ifeq ($(PROGRAMMER),uisp)