mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
15 lines
329 B
Bash
Executable file
15 lines
329 B
Bash
Executable file
#!/bin/sh
|
|
|
|
fastboot flash partition gpt_both0.bin
|
|
fastboot flash hyp hyp.mbn
|
|
fastboot flash modem NON-HLOS.bin
|
|
fastboot flash rpm rpm.mbn
|
|
fastboot flash sbl1 sbl1.mbn
|
|
fastboot flash tz tz.mbn
|
|
|
|
fastboot erase boot
|
|
fastboot erase rootfs
|
|
fastboot erase devinfo
|
|
|
|
fastboot flash aboot emmc_appsboot.mbn
|
|
fastboot flash boot u-boot.img
|