Skip to content
This repository has been archived by the owner on Feb 13, 2023. It is now read-only.

Latest commit

 

History

History
42 lines (26 loc) · 1.41 KB

README_CN.md

File metadata and controls

42 lines (26 loc) · 1.41 KB

为小米8实现EDK2

给小米8(dipper)移植EDK2

English | 中文

状态

成功运行UEFI Shell并支持内部UFS。显示屏正常工作

由于米8是我目前的主力机,闲暇之余我可能会更新它

构造

在WSL2 Ubuntu上进行测试

首先,克隆EDK2

cd ..
git clone https://github.com/tianocore/edk2.git --recursive
git clone https://github.com/tianocore/edk2-platforms.git

三个目录需并排放在同个文件夹下

接下来,安装依赖包:

sudo apt install build-essential uuid-dev iasl git nasm python3-distutils gcc-aarch64-linux-gnu

同时访问 EDK2 website

最后, ./build.sh

然后 fastboot boot uefi.img

鸣谢