pmt: add memory test documentation

This commit is contained in:
2025-08-14 19:36:16 +03:00
parent 563e8a583e
commit 638ed3017e
2 changed files with 22 additions and 4 deletions

View File

@@ -19,6 +19,7 @@ PMT is designed for developers, technicians, and Android enthusiasts who need fi
- **Reboot** the device into multiple modes (normal, recovery, etc.).
- **Asynchronous processing** for speed — each partition runs in its own thread.
- **Error isolation** so one failing operation doesnt cancel the rest. For back upping, flashing and erasing.
- **Test** sequential read/write speed of your memory.
---