flashing original dump works

This commit is contained in:
hugogogo
2025-03-03 17:39:52 +01:00
parent 636541eab0
commit 0886ef38ae

View File

@@ -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: