X-Git-Url: https://defiant.homedns.org/gitweb/?p=ros_wild_thumper.git;a=blobdiff_plain;f=avr%2Fnano%2FMakefile;h=d63e41f5816407e68cc857a41246edba5df3444e;hp=1587f4538d59906eae7fc9a82640f9c784706f39;hb=8bf6f432e200f4d3fa494081837915b15015ab65;hpb=9ab6ffef86cc96f0bdd52c811fcc1a6635ab56f5 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