Skip to content

Commit 65431a3

Browse files
committed
Update Markdown
1 parent 7f70b33 commit 65431a3

File tree

1 file changed

+1
-30
lines changed

1 file changed

+1
-30
lines changed

README.md

Lines changed: 1 addition & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
### TWRP device tree for Xiaomi 12T (plato)
1+
### OFRP device tree for Xiaomi 12T (plato)
22

33
=========================================
44

@@ -34,32 +34,3 @@ Works:
3434
- [X] Sideload
3535
- [X] USB OTG
3636
- [X] Vibrator
37-
38-
## Compile
39-
40-
First checkout minimal twrp with aosp tree:
41-
42-
```
43-
repo init --depth=1 -u https://github.com/minimal-manifest-twrp/platform_manifest_twrp_aosp.git -b twrp-12.1
44-
repo sync -j$(nproc --all)
45-
```
46-
47-
Then add these projects to .repo/manifest.xml:
48-
49-
```xml
50-
<project path="device/xiaomi/plato" name="JonesqPacMan/android_device_xiaomi_plato_TWRP" remote="github" revision="TWRP-12.1_A13" />
51-
```
52-
53-
Finally execute these:
54-
55-
```
56-
source build/envsetup.sh
57-
repopick <needed patch>
58-
lunch twrp_plato-eng
59-
mka vendorbootimage -j$(nproc --all)
60-
```
61-
## To use it:
62-
63-
```
64-
fastboot flash vendor_boot twrp-3.7.0-12.1_A13-vendor_boot-plato.img
65-
```

0 commit comments

Comments
 (0)