From dd14f005de7fd82c056aabb080623328362e03db Mon Sep 17 00:00:00 2001 From: JonesqPacMan Date: Sun, 21 Jan 2024 15:37:16 +0700 Subject: [PATCH] Update Markdown --- README.md | 31 +------------------------------ 1 file changed, 1 insertion(+), 30 deletions(-) diff --git a/README.md b/README.md index 5edaa3b..8564e6d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -### TWRP device tree for Xiaomi 12T (plato) +### OFRP device tree for Xiaomi 12T (plato) ========================================= @@ -34,32 +34,3 @@ Works: - [X] Sideload - [X] USB OTG - [X] Vibrator - -## Compile - -First checkout minimal twrp with aosp tree: - -``` -repo init --depth=1 -u https://github.com/minimal-manifest-twrp/platform_manifest_twrp_aosp.git -b twrp-12.1 -repo sync -j$(nproc --all) -``` - -Then add these projects to .repo/manifest.xml: - -```xml - -``` - -Finally execute these: - -``` -source build/envsetup.sh -repopick -lunch twrp_plato-eng -mka vendorbootimage -j$(nproc --all) -``` -## To use it: - -``` -fastboot flash vendor_boot twrp-3.7.0-12.1_A14-vendor_boot-plato.img -```