summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYongqin Liu <yongqin.liu@linaro.org>2017-06-21 09:08:01 +0100
committerYongqin Liu <yongqin.liu@linaro.org>2017-06-21 09:08:01 +0100
commitc2f59d722c35643a936f60ecea52d002cf8b537b (patch)
tree5249e1d9c99fc5a12204c05e85f6a5e49694a885
parent69690a7df9f6bda629093afded1e865cd0cd4146 (diff)
downloadjuno-linaro-o-preview.tar.gz
howto: update to use system.img and userdata.imglinaro-o-preview
there will be no system.tar.bz2 and userdata.tar.bz2 generated any more from O preview builds Change-Id: I28ae272dbe363cfd31d183ca5784bd4b318fc92d Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
-rw-r--r--howto/HOWTO_getsourceandbuild.txt2
-rw-r--r--howto/HOWTO_install.txt4
2 files changed, 3 insertions, 3 deletions
diff --git a/howto/HOWTO_getsourceandbuild.txt b/howto/HOWTO_getsourceandbuild.txt
index 7707aaf..9e07cab 100644
--- a/howto/HOWTO_getsourceandbuild.txt
+++ b/howto/HOWTO_getsourceandbuild.txt
@@ -40,6 +40,6 @@ bc. chmod a+x linaro_android_build_cmds.sh
h3. Installing Android on your board
bc. cd android/out/target/product/juno
-sudo linaro-android-media-create --mmc /dev/sdX --dev vexpress --boot boot.tar.bz2 --system system.tar.bz2 --userdata userdata.tar.bz2
+sudo linaro-android-media-create --mmc /dev/sdX --dev vexpress --boot boot.tar.bz2 --systemimage system.img --userdataimage userdata.img
Insert the USB drive into your board and reboot it. You must configure UEFI each time you create a new disk image.
diff --git a/howto/HOWTO_install.txt b/howto/HOWTO_install.txt
index 4de9726..accbe9c 100644
--- a/howto/HOWTO_install.txt
+++ b/howto/HOWTO_install.txt
@@ -32,11 +32,11 @@ or you could erase your hard drive with the wrong parameter.
Insert USB drive into your PC, and flash the image files with the linaro-android-media-create command:
-pre. $ linaro-android-media-create --mmc /dev/sdX --image_size 2000M --dev vexpress --system system.tar.bz2 --userdata userdata.tar.bz2 --boot boot.tar.bz2
+pre. $ linaro-android-media-create --mmc /dev/sdX --image_size 2000M --dev vexpress --systemimage system.img --userdataimage userdata.img --boot boot.tar.bz2
If you're using tip of linaro image tools
-pre. $ ./linaro-image-tools/linaro-android-media-create --mmc /dev/sdX --image_size 2000M --dev vexpress --system system.tar.bz2 --userdata userdata.tar.bz2 --boot boot.tar.bz2
+pre. $ ./linaro-image-tools/linaro-android-media-create --mmc /dev/sdX --image_size 2000M --dev vexpress --systemimage system.img --userdataimage userdata.img --boot boot.tar.bz2
h2(#firmware). Firmware update