alias edl='uvx --from git+https://github.com/bkerler/edl.git edl --loader=~/y927/prog_emmc_firehose_8916.mbn'
edl r modem ~/y927/backup/modem.img # IMEI 主存储 ⚠️ 必须备份 edl r fsg ~/y927/backup/fsg.img # IMEI 备份 ⚠️ 必须备份
# 以下分区线刷包中都有,备份只是节省恢复时间 edl r sbl1 ~/y927/backup/sbl1.img edl r tz ~/y927/backup/tz.img edl r hyp ~/y927/backup/hyp.img edl r aboot ~/y927/backup/aboot.img edl r rpm ~/y927/backup/rpm.img
cd ~/y927 mkdir wget https://releases.linaro.org/96boards/dragonboard410c/linaro/rescue/17.09/dragonboard410c_bootloader_emmc_android-88.zip unzip dragonboard410c_bootloader_emmc_android-88.zip tz.mbn rm dragonboard410c_bootloader_emmc_android-88.zip
编译 qhypstub
1 2 3 4 5
cd ~/y927 git clone https://github.com/msm8916-mainline/qhypstub.git cd qhypstub git clone https://github.com/msm8916-mainline/qtestsign.git make CROSS_COMPILE=aarch64-linux-gnu-
alias edl="uvx --from git+https://github.com/bkerler/edl.git edl --loader=$HOME/y927/prog_emmc_firehose_8916.mbn"
# 刷入三个分区(sbl1 保留原厂) edl w tz $HOME/y927/tz.mbn edl w hyp $HOME/y927/qhypstub/qhypstub-test-signed.mbn edl w aboot $HOME/y927/lk2nd/build-lk1st-msm8916/emmc_appsboot-test-signed.mbn