Add convenience scripts
This commit is contained in:
parent
eb1331fb82
commit
7cfca38a49
5
scripts/build-packages.sh
Executable file
5
scripts/build-packages.sh
Executable file
|
@ -0,0 +1,5 @@
|
||||||
|
#!/usr/bin/env -S bash -xe
|
||||||
|
pmbootstrap checksum firmware-samsung-a715f
|
||||||
|
pmbootstrap build firmware-samsung-a715f --force
|
||||||
|
pmbootstrap checksum device-samsung-a715f
|
||||||
|
pmbootstrap build device-samsung-a715f --force
|
6
scripts/restore-pmos.sh
Executable file
6
scripts/restore-pmos.sh
Executable file
|
@ -0,0 +1,6 @@
|
||||||
|
#!/usr/bin/env -S bash -xe
|
||||||
|
heimdall flash \
|
||||||
|
--no-reboot \
|
||||||
|
--DTBO ../flashing/testing/pmos-boot/empty_dtbo.img
|
||||||
|
pmbootstrap flasher --method heimdall-bootimg --resume flash_kernel
|
||||||
|
notify-send pmbootstrap "device flashed"
|
Loading…
Reference in New Issue
Block a user