Skip to content

Latest commit

 

History

History
70 lines (41 loc) · 1.44 KB

README.zh.md

File metadata and controls

70 lines (41 loc) · 1.44 KB

骁龙835(msm8998)的EDK2 UEFI固件

在编译该项目前,请确定你有一定的Linux常识,以下步骤已经是最简单的方法,如果你看不懂,那么请离开

一个针对骁龙835平台的勉强能用的EDK2 UEFI

资源

群里问智障问题会被踢

Telegram交流群

Discord交流群

QQ交流群: 697666196

没什么用的文档

警告

请勿尝试移植到任何索尼设备上

你的UFS会被清空!!!

已支持的设备

  1. 摩托罗拉 Z2 Force (nash)
  2. 小米6 (sagit)
  3. 小米Mix2 (chiron)

依赖

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/lumingyu0423/edk2-MSM8998.git --depth=1
cd edk2-msm8998

2.编译此项目(默认使用fastgit加速submodule克隆)

bash build.sh --chinese --device DEVICE

3.启动镜像

fastboot boot boot_DEVICE.img

(请将DEVICE替换成你的设备代号.)

贡献

待填充