From: Manfred Steiner Date: Thu, 5 Sep 2024 06:29:30 +0000 (+0200) Subject: software/nano-1284/test_2024-07-23 (Makefile korrigiert) X-Git-Url: https://git.htl-mechatronik.at/public/?a=commitdiff_plain;h=74bae6480071d02bf6d3ad79fd2038a35995cdf4;p=nano-x-base.git software/nano-1284/test_2024-07-23 (Makefile korrigiert) --- diff --git a/software/nano-1284/test_2024-07-23/Makefile b/software/nano-1284/test_2024-07-23/Makefile index fef15d5..b3985c8 100644 --- a/software/nano-1284/test_2024-07-23/Makefile +++ b/software/nano-1284/test_2024-07-23/Makefile @@ -111,7 +111,7 @@ isp-flash-1284p: dist/$(NAME).elf all avrdude -c usbasp -p $(AVRDUDE_DEVICE) -e -U flash:w:$< isp-read-flash-1284p: - avrdude -c usbasp -p m644p -U flash:r:/tmp/flash-nano-1284__$(shell date +"%Y-%m-%d_%H%M%S") + avrdude -c usbasp -p $(AVRDUDE_DEVICE) -U flash:r:/tmp/flash-nano-1284__$(shell date +"%Y-%m-%d_%H%M%S") flash-1284p: dist/$(NAME).elf all avrdude -c arduino -p $(AVRDUDE_DEVICE) -P /dev/ttyUSB0 -b 115200 -e -U flash:w:$<