EDK2 implementation for Nvidia Tegra 3
- LG Optimus 4X
- ZTE Era
- ZTE U950
- HTC One X
- Asus Eee Pad Transformer Prime
- Acer Iconia Tab A700
- BLU Quattro 4.5 HD
- Asus Google Nexus 7 (2012)
- Sony Xperia Tablet S (for me only)
For 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
1.Clone this project
git clone https://github.com/Vicc2008/edk2-tegra3.git
cd edk2-tegra3
2.Build this project
bash build.sh --device DEVICE
3.Boot the image
fastboot boot boot.img
4.or Flash the boot image
fastboot flash boot boot.img
@strongtz for his original edk2-sdm845
@imbushuo for his original NintendoSwitchPkg