Did stuff

This commit is contained in:
Liliesh 2024-11-03 08:54:16 +01:00
parent f20bcac9a9
commit 621021d43e
Signed by: liliesh
GPG key ID: 680387646C7BAE8E
6 changed files with 60 additions and 21 deletions

7
X570PG4/extract.sh Normal file → Executable file
View 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