@echo $(MSG_DFU_CMD) Programming FLASH with batchisp using \"$(TARGET).hex\"\r
batchisp -hardware usb -device $(MCU) -operation erase f\r
batchisp -hardware usb -device $(MCU) -operation loadbuffer $(TARGET).hex program\r
batchisp -hardware usb -device $(MCU) -operation start reset 0\r
\r
@echo $(MSG_DFU_CMD) Programming FLASH with batchisp using \"$(TARGET).hex\"\r
batchisp -hardware usb -device $(MCU) -operation erase f\r
batchisp -hardware usb -device $(MCU) -operation loadbuffer $(TARGET).hex program\r
batchisp -hardware usb -device $(MCU) -operation start reset 0\r
\r
@echo $(MSG_DFU_CMD) Copying EEP file to temporary file \"$(TARGET)eep.hex\"\r
cp $(TARGET).eep $(TARGET)eep.hex\r
@echo $(MSG_DFU_CMD) Programming EEPROM with batchisp using \"$(TARGET).eep\"\r
@echo $(MSG_DFU_CMD) Copying EEP file to temporary file \"$(TARGET)eep.hex\"\r
cp $(TARGET).eep $(TARGET)eep.hex\r
@echo $(MSG_DFU_CMD) Programming EEPROM with batchisp using \"$(TARGET).eep\"\r
@echo $(MSG_DFU_CMD) Programming FLASH with dfu-programmer using \"$(TARGET).hex\"\r
dfu-programmer $(MCU) erase\r
dfu-programmer $(MCU) flash $(TARGET).hex\r
dfu-programmer $(MCU) reset\r
\r
@echo $(MSG_DFU_CMD) Programming FLASH with dfu-programmer using \"$(TARGET).hex\"\r
dfu-programmer $(MCU) erase\r
dfu-programmer $(MCU) flash $(TARGET).hex\r
dfu-programmer $(MCU) reset\r
\r
@echo $(MSG_DFU_CMD) Programming EEPROM with dfu-programmer using \"$(TARGET).eep\"\r
dfu-programmer $(MCU) eeprom-flash $(TARGET).eep\r
dfu-programmer $(MCU) reset
\ No newline at end of file
@echo $(MSG_DFU_CMD) Programming EEPROM with dfu-programmer using \"$(TARGET).eep\"\r
dfu-programmer $(MCU) eeprom-flash $(TARGET).eep\r
dfu-programmer $(MCU) reset
\ No newline at end of file