From: BigfootACA Date: 星期天, 14 Mar 2021 14:29:46 +0000 (+0800) Subject: Add some details for the fool X-Git-Tag: v0.4~69 X-Git-Url: https://git.renegade-project.org/?a=commitdiff_plain;h=bb0aa25c2dcce70c29d93e086482ad62220572ad;p=edk2-sdm845.git Add some details for the fool --- diff --git a/README.md b/README.md index 3017c2f..21d61c7 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ A broken but working EDK2 implementation for Snapdragon 845 platform. +中国人请看中文版 [Chinese version (中文版)](https://github.com/edk2-porting/edk2-sdm845/blob/master/README.zh.md) ## Resources @@ -37,6 +38,7 @@ For Ubuntu 20.04: ```bash 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 ``` @@ -46,6 +48,7 @@ sudo apt install build-essential uuid-dev iasl git nasm gcc-aarch64-linux-gnu ab ```bash git clone https://github.com/edk2-porting/edk2-sdm845.git --depth=1 +cd edk2-sdm845 ``` 2.Build this project @@ -68,7 +71,7 @@ fastboot boot boot_DEVICE.img @strongtz for the creating and maintaining the whole Renegade Project -@BigFootACA for build script +@BigfootACA for build script @lemon1ice and NTAuthority for guidance and some blobs diff --git a/README.zh.md b/README.zh.md index 18a20aa..df89ec3 100644 --- a/README.zh.md +++ b/README.zh.md @@ -1,9 +1,13 @@ # 骁龙845(sdm845)的EDK2 UEFI固件 +*在编译该项目前,请确定你有一定的Linux常识,以下步骤已经是最简单的方法,如果你看不懂,那么请离开* + 一个针对骁龙845平台的勉强能用的EDK2 UEFI ## 资源 +*群里问智障问题会被踢* + [Telegram交流群](https://t.me/joinchat/MNjTmBqHIokjweeN0SpoyA) [Discord交流群](https://discord.gg/XXBWfag) @@ -35,15 +39,19 @@ Ubuntu 20.04: ```bash 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镜像加速) ```bash git clone https://hub.fastgit.org/edk2-porting/edk2-sdm845.git --depth=1 +cd edk2-sdm845 ``` 2.编译此项目(默认使用fastgit加速submodule克隆)