OSDN Git Service

dd script update
authorastoria-d <astoria-d@mail.goo.ne.jp>
Sun, 3 Jan 2016 01:27:24 +0000 (10:27 +0900)
committerastoria-d <astoria-d@mail.goo.ne.jp>
Sun, 3 Jan 2016 01:27:24 +0000 (10:27 +0900)
tools/regression-test/dd-img.sh

index edbfb57..8f5509a 100755 (executable)
@@ -22,4 +22,7 @@ dd if=$in_file of=$out_file2 bs=16 skip=2049 2> /dev/null
 #4k img creation
 dd if=$in_name-prg.bin of=$in_name-prg-4k.bin bs=512 count=8
 
+bin2hex $in_name-prg-4k.bin sample1-prg.hex
+bin2hex $in_name-chr.bin sample1-chr.hex
+
 echo "done."