You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/available-modes.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -3,8 +3,8 @@
3
3
## Summary
4
4
|mode|usage|dtb|reserved|disk|
5
5
|-|-|-|-|-|
6
-
|d2e|generate pedantic EPT from DTB|X|√|√|
7
-
|e2d|generate DTB partitions node from EPT|X|√|√|
6
+
|dtoe|generate pedantic EPT from DTB|X|√|√|
7
+
|etod|generate DTB partitions node from EPT|X|√|√|
8
8
|epedantic|check if EPT is pedantic|X|√|√|
9
9
|dedit|edit partitions in DTB, update EPT when necessary|√|√|√|
10
10
|eedit|edit EPT, update DTB when necessary|X|√|√|
@@ -19,7 +19,7 @@ _dtb, reserved, disk columns stand for whether the mode accept the content with
19
19
20
20
All modes are in listed in a _**mode selector** (full name)_ style
21
21
22
-
## d2e (DTB to pedantic EPT)
22
+
## dtoe (DTB to pedantic EPT)
23
23
Create pedantic EPT from the partitions node in DTB(s), behaves the same as Amlogic's u-boot
24
24
25
25
### Partition arguments
@@ -34,7 +34,7 @@ Create pedantic EPT from the partitions node in DTB(s), behaves the same as Amlo
34
34
- If the partitions node do not exist in the DTB, no pedantic EPT will be constructed. This can be the case if you've used the legacy version of ampart, or ceemmc to modify the EPT, as they would remove partitions node from DTBs to prevent Amlogic u-boot's EPT restoration function from working.
35
35
- If multiple DTBs exist, yet they don't guarantee the same EPT, no construted EPT will be used
36
36
37
-
## e2d (pedantic EPT to DTB)
37
+
## etod (pedantic EPT to DTB)
38
38
Restore/Recreate partitions node in DTB(s) according to a pedantic EPT
0 commit comments