From 0cedd110e4208f035765fdefe722dff772fbe2bd Mon Sep 17 00:00:00 2001 From: Michael Buesch Date: Wed, 5 Sep 2012 17:49:21 +0200 Subject: atmega-common: Add 3 byte fuse write support Signed-off-by: Michael Buesch --- tests/top2049/atmega88dip28.test | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'tests') diff --git a/tests/top2049/atmega88dip28.test b/tests/top2049/atmega88dip28.test index 7bb82f2..6077eba 100644 --- a/tests/top2049/atmega88dip28.test +++ b/tests/top2049/atmega88dip28.test @@ -25,10 +25,10 @@ test_run() compare_files "$testfile_512" "$tmpfile" || die "EEPROM mismatch" # Check fuses -#TODO testfuses="E1D9" -# echo "0x0000: $testfuses" | toprammer -I ahex --write-fuse - -# toprammer --read-fuse "$tmpfile" -# compare_file_to_hex "$tmpfile" "$testfuses" || die "fuses mismatch" + local testfuses="62DFF9" + echo "0x0000: $testfuses" | toprammer -I ahex --write-fuse - + toprammer --read-fuse "$tmpfile" + compare_file_to_hex "$tmpfile" "$testfuses" || die "fuses mismatch" # Check lockbits toprammer --read-lock "$tmpfile" -- cgit v1.2.3