From 449e90c6d5ad25705931ff8c2253c398aebff67e Mon Sep 17 00:00:00 2001 From: Selene ToyKeeper Date: Thu, 30 Nov 2023 10:45:42 -0700 Subject: oops, flashing script should actually flash ... not just echo a command --- bin/flash-avr32dd20.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/flash-avr32dd20.sh b/bin/flash-avr32dd20.sh index dcd4967..a4faab8 100755 --- a/bin/flash-avr32dd20.sh +++ b/bin/flash-avr32dd20.sh @@ -29,7 +29,7 @@ MCUTYPE="unset" # Do the actual flashing echo "Flashing $MCUTYPE MCU on port $TTYUSB: $HEX" -echo pymcuprog write \ +pymcuprog write \ --erase \ --verify \ --timing \ -- cgit v1.2.3