flashing original dump works
This commit is contained in:
@@ -35,8 +35,9 @@ $(TARGET).hex: $(TARGET).bin
|
||||
# -U : Uploads (w = write) the HEX firmware file to the flash memory
|
||||
# (-v : verbose info dump)
|
||||
flash:
|
||||
avrdude -p m328p -c arduino -b 115200 -P /dev/ttyUSB0 -v
|
||||
# avrdude -p m328p -c arduino -b 115200 -P /dev/ttyUSB0 -U flash:w:$(TARGET).hex
|
||||
avrdude -p m328p -c arduino -b 115200 -P /dev/ttyUSB0 -U flash:w:$(TARGET).hex
|
||||
# avrdude -p m328p -c arduino -b 115200 -P /dev/ttyUSB0 -v
|
||||
# avrdude -p m328p -c arduino -b 115200 -P /dev/ttyUSB0 -U flash:w:../../ressources/dump_atmega328p_ori.hex
|
||||
|
||||
|
||||
dump:
|
||||
|
||||
Reference in New Issue
Block a user