Skip to content

Commit 4ccfb48

Browse files
committed
add 8D0907551N.bin
1 parent d2ce880 commit 4ccfb48

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

bins/8D0907551N.bin

1 MB
Binary file not shown.

bins/cleanup

+5-3
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@
22
for i in $*; do
33
box=$( ../me7sum -s $i | grep "Part Number" | sed -e 's/ //g' | cut -f 2 -d \')
44
ver=$( ../me7sum -s $i | grep "SW Version" | sed -e 's/ //g' | cut -f 2 -d \')
5-
ssecu=$( ../me7sum -s $i | grep "SW Number" | sed -e 's/^1037//' | sed -e 's/ //g' )
5+
hw=$( ../me7sum -s $i | grep "HW Number" | sed -e 's/ //g' | cut -f 2 -d \' )
6+
ssecu=$( ../me7sum -s $i | grep "SW Number" | sed -e 's/ //g' | cut -f 2 -d \' | sed -e 's/^1037/1037-/')
67

7-
if [ -z "$box" -o -z "$ver" -o -z "$ssecu" ]; then
8-
echo $i box=\"$box\" ver=\"$ver\" ssecu=\"$ssecu\" failed >&2
8+
if [ -z "$box" -o -z "$ver" -o -z "$hw" -o -z "$ssecu" ]; then
9+
echo $i box=\"$box\" ver=\"$ver\" hw=\"$hw\"ssecu=\"$ssecu\" failed >&2
910
continue
1011
fi
1112

@@ -14,6 +15,7 @@ for i in $*; do
1415
out=$box.bin
1516

1617
if [ "$i" = "$out" -o "$i" = "$outl" ]; then
18+
echo -n "$box $hw-$ssecu $ver: "
1719
echo $i \($outl\) ok >&2
1820
else
1921
if [ ! -f "$out" ]; then

bins/part-numbers.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
8D0907551D 00 0261206382-1037-350243 0002 6mt EU S4 AGB
1414
8D0907551E 0261206376-1037-350221 EU S4 512K
1515
8D0907551G 01 0261206776-1037-360855 6mt EU S4 AZB
16-
8D0907551N 026120 -1037- 6mt EU S4 AZB
16+
8D0907551N 0261207144-1037-354823 6mt EU S4 AZB
1717
8D0907551P 026120 -1037- 6mt EU S4 AZB
1818

1919
8D0907551F 01 0261206635-1037-354531 6mt EU RS4 ASJ

0 commit comments

Comments
 (0)