Maintainer: ETCHDEV
Status: Stalled (For Now)
Source Code: https://github.com/edk2-porting/edk2-msm/tree/master/Platform/Xiaomi/sm7325
Released | 2021 |
Original software | MIUI 12.5 (based on Android 11) |
Chipset | Qualcomm Snapdragon 778G (SM7325) |
CPU | Octa-core (1x 2.4 GHz Kryo 670 Prime + 3x 2.2 GHz Kryo 670 Gold + 4x 1.9 GHz Kryo 670 Silver) |
GPU | Adreno 642L |
Display | 1080 x 2400 90hz AMOLED |
Storage | 128 GB (256GB on China varient) |
Memory | 6/8 GB |
USB | USB 2.0 (Type-C) |
Touchscreen | Goodix GT9897T |
UFS | Y |
SD card | N |
Buttons | Y |
ACPI | P |
Linux Boot | U |
Android Boot | U |
Windows | Y |
Mass Storage Mode | Y |
You currently can’t use Windows on Xiaomi Mi 11 Lite NE 5G. Even though it will boot, the support for the SoC is very experimental and currently there is no official support and drivers for this device.
First install following packages for building on a linux machine:
sudo apt install git abootimg clang llvm gcc g++
Then clone the repo to home directory and navigate to it using these commands:
git clone --recursive https://github.com/edk2-porting/edk2-msm.git
cd edk2-msm
After that build the UEFI image:
./build.sh --device lisa
After the build is fininshed, boot the image using:
fastboot boot boot-lisa.img
Keep the repo updated using the following command:
git pull
git submodule update --init --recursive
And build the image after updating the repo:
rm boot-lisa.img
./build.sh --device lisa