X-Git-Url: https://defiant.homedns.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=avr%2Fnano%2FMakefile;h=d63e41f5816407e68cc857a41246edba5df3444e;hb=cfa8a79b92972e17fb955c79d5c6337ec49a4538;hp=1587f4538d59906eae7fc9a82640f9c784706f39;hpb=540df9f5842bf55260f494c985fd75e4c54fb7cb;p=ros_wild_thumper.git diff --git a/avr/nano/Makefile b/avr/nano/Makefile index 1587f45..d63e41f 100644 --- a/avr/nano/Makefile +++ b/avr/nano/Makefile @@ -321,7 +321,8 @@ gccversion : # Program the device. program: $(TARGET).hex $(TARGET).eep - $(AVRDUDE) $(AVRDUDE_FLAGS) $(AVRDUDE_WRITE_FLASH) $(AVRDUDE_WRITE_EEPROM) + #$(AVRDUDE) $(AVRDUDE_FLAGS) $(AVRDUDE_WRITE_FLASH) $(AVRDUDE_WRITE_EEPROM) + ../../scripts/pyshared/bootloader.py -b -j 0x52 $(TARGET).hex