From 0886ef38ae53529789319054ea2d0f1d03e891b0 Mon Sep 17 00:00:00 2001 From: hugogogo Date: Mon, 3 Mar 2025 17:39:52 +0100 Subject: [PATCH] flashing original dump works --- module00/ex00/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/module00/ex00/Makefile b/module00/ex00/Makefile index 6f8c51b..d394f38 100644 --- a/module00/ex00/Makefile +++ b/module00/ex00/Makefile @@ -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: