From: strongtz Date: 星期五, 19 Mar 2021 03:42:23 +0000 (+0800) Subject: Add suggestion for dual boot X-Git-Tag: v0.2.1~9 X-Git-Url: https://git.renegade-project.org/?a=commitdiff_plain;h=5d3f26e92d43acc7ec3e4df50d3e68f3cd9b81e9;p=edk2-sdm845.git Add suggestion for dual boot --- diff --git a/README.md b/README.md index 3ca4df5..0fbc84f 100644 --- a/README.md +++ b/README.md @@ -68,6 +68,12 @@ fastboot boot boot_DEVICE.img (DEVICE is the codename of your phone.) +Additionally, you can flash the image to recovery to achieve dual-boot. + +```bash +fastboot flash recovery boot_DEVICE.img +``` + ## Credits @fxsheep for his original `edk2-sagit` diff --git a/README.zh.md b/README.zh.md index 06be0a2..7f3b1e7 100644 --- a/README.zh.md +++ b/README.zh.md @@ -75,6 +75,12 @@ fastboot boot boot_DEVICE.img (请将DEVICE替换成你的设备代号.) +另外,你可以将UEFI刷写至recovery分区以实现双重启动。 + +```bash +fastboot flash recovery boot_DEVICE.img +``` + ## 贡献 待填å