aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSen Jiang <senj@google.com>2018-09-24 15:52:10 -0700
committerSen Jiang <senj@google.com>2018-09-24 15:52:41 -0700
commitc6b15413b5c61c77e919464c323a0967e99a6da4 (patch)
tree11fdf02a3974ad8b5f00d452e346dbeb0a8bad75
parent99229a1f152493924cb04d949952cc909a7f4378 (diff)
downloadtools-c6b15413b5c61c77e919464c323a0967e99a6da4.tar.gz
Update README.mdHEADmastermain
Test: None Change-Id: Ifb8b975701302bb6432a3d0f226b8467958c26ba
-rw-r--r--README.md15
1 files changed, 13 insertions, 2 deletions
diff --git a/README.md b/README.md
index c995872..732423f 100644
--- a/README.md
+++ b/README.md
@@ -5,8 +5,12 @@ Requirement:
* Python 2.7
* simg2img
* Used to unsparse Android sparse images
- * Either make it available in `PATH` or set `SIMG2IMG_BIN` to the path of
- the `simg2img` binary
+ * Source code available at https://android.googlesource.com/platform/system/core/+/master/libsparse/
+ * Prebuilt binaries
+ * Debian >= Stretch or Ubuntu >= 17.10
+ * sudo apt-get install simg2img
+ * The `simg2img` binary should either be available in `PATH` or `SIMG2IMG_BIN` should be set to its path.
+* This currently lives in AOSP here: https://android.googlesource.com/platform/system/iot/tools/
**Factory image downloaded from console in both slots:**
@@ -25,3 +29,10 @@ Requirement:
--partition system_a custom_system.img \
--partition vbmeta_a custom_vbmeta.img
```
+
+
+**Dump partition table:**
+
+```
+parted emmc.img
+```