在编译该项目前,请确定你有一定的Linux常识,以下步骤已经是最简单的方法,如果你看不懂,那么请离开
一个针对骁龙835平台的勉强能用的EDK2 UEFI
群里问智障问题会被踢
QQ交流群: 697666196
请勿尝试移植到任何索尼设备上
你的UFS会被清空!!!
- 摩托罗拉 Z2 Force (nash)
- 小米6 (sagit)
Ubuntu 20.04:
sudo apt update
sudo apt upgrade
sudo apt install build-essential uuid-dev iasl git nasm gcc-aarch64-linux-gnu abootimg python3-distutils python3-pil python3-git
不建议使用Ubuntu 18.04版本,请使用Ubuntu 20.04或以上版本
1.克隆此项目(默认使用国内fastgit镜像加速)
git clone https://hub.fastgit.org/sunshuyu/edk2-msm8998.git --depth=1
cd edk2-msm8998
2.编译此项目(默认使用fastgit加速submodule克隆)
bash build.sh --chinese --device DEVICE
3.启动镜像
fastboot boot boot_DEVICE.img
(请将DEVICE替换成你的设备代号.)
待填充