Did stuff
This commit is contained in:
parent
f20bcac9a9
commit
621021d43e
6 changed files with 60 additions and 21 deletions
7
X570PG4/extract.sh
Normal file → Executable file
7
X570PG4/extract.sh
Normal file → Executable file
|
@ -14,3 +14,10 @@ mkdir sections/4591952
|
|||
dd if=X570PG45.60 skip=4591952 bs=1 count=41951 of=sections/4591952/image.lzma
|
||||
unlzma sections/4591952/image.lzma
|
||||
dd if=sections/4591952/image skip=204 bs=1 count=2020 of=sections/4591952/204.bin
|
||||
|
||||
|
||||
# Section 23732584
|
||||
echo "Extracting 23732584"
|
||||
mkdir sections/23732584
|
||||
dd if=X570PG45.60 skip=23732584 bs=1 count=15525 of=sections/23732584/image.lzma
|
||||
unlzma sections/23732584/image.lzma
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue