1
0
mirror of git://projects.qi-hardware.com/wernermisc.git synced 2024-12-18 20:45:00 +02:00

m1rc3/norruption/1/peekcmp: compate standby dump obtained with "peek"

This commit is contained in:
Werner Almesberger 2011-10-09 22:25:13 -03:00
parent f3bfd1f2c0
commit 3599e3ea6b

4
m1rc3/norruption/1/peekcmp Executable file
View File

@ -0,0 +1,4 @@
#!/bin/bash
diff -u \
<(dd if=standby.fpg bs=256 count=1 | hexdump -C) \
<(hexdump -C peek.bin)