summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Harkin <ryan.harkin@linaro.org>2015-04-30 11:32:23 +0100
committerRyan Harkin <ryan.harkin@linaro.org>2015-04-30 11:32:23 +0100
commit148076b61b097f051993af0b63765144b66a996c (patch)
tree106678a5054ae9ef8b4692e2444fae568b32344c
parent7ae1f82bca31ca675eb7c4e57fc49def851b19a0 (diff)
15.04: use SELinux tarballs
Change-Id: I1eb3ea8141ad4c43c6a68b9d9bf91b694ed4cbd5 Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
-rw-r--r--members/arm/android/images/vexpress-lsk/HOWTO_getsourceandbuild.txt2
-rw-r--r--members/arm/android/images/vexpress-lsk/HOWTO_install.txt10
-rw-r--r--members/arm/android/images/vexpress-lsk/HOWTO_rtsm.txt10
3 files changed, 11 insertions, 11 deletions
diff --git a/members/arm/android/images/vexpress-lsk/HOWTO_getsourceandbuild.txt b/members/arm/android/images/vexpress-lsk/HOWTO_getsourceandbuild.txt
index 3c6de24..95915d3 100644
--- a/members/arm/android/images/vexpress-lsk/HOWTO_getsourceandbuild.txt
+++ b/members/arm/android/images/vexpress-lsk/HOWTO_getsourceandbuild.txt
@@ -54,7 +54,7 @@ Or, if your machine uses '/dev/mmcblkX', you may see a line line this:
* Create media
bc. cd android/out/target/product/
-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 SD card into your Versatile Express board and reboot it
diff --git a/members/arm/android/images/vexpress-lsk/HOWTO_install.txt b/members/arm/android/images/vexpress-lsk/HOWTO_install.txt
index 59c2e83..75c1ba6 100644
--- a/members/arm/android/images/vexpress-lsk/HOWTO_install.txt
+++ b/members/arm/android/images/vexpress-lsk/HOWTO_install.txt
@@ -43,8 +43,8 @@ h3. Prerequisites
* Download Artifacts from above or use the following command in your terminal
bc. wget https://releases.linaro.org/15.04/members/arm/android/vexpress-lsk/boot.tar.bz2
-wget https://releases.linaro.org/15.04/members/arm/android/vexpress-lsk/system.tar.bz2
-wget https://releases.linaro.org/15.04/members/arm/android/vexpress-lsk/userdata.tar.bz2
+wget https://releases.linaro.org/15.04/members/arm/android/vexpress-lsk/system.img
+wget https://releases.linaro.org/15.04/members/arm/android/vexpress-lsk/userdata.img
* Download "Linaro image tools":https://wiki.linaro.org/Linaro-Image-Tools which can be obtained in two ways:
@@ -74,7 +74,7 @@ Or, if your machine uses @'/dev/mmcblkX'@, you may see a line line this:
* Create media
-bc. linaro-android-media-create --mmc /dev/sdX --dev vexpress --boot boot.tar.bz2 --system system.tar.bz2 --userdata userdata.tar.bz2
+bc. linaro-android-media-create --mmc /dev/sdX --dev vexpress --boot boot.tar.bz2 --systemimage system.img --userdataimage userdata.img
h2. Booting the image
@@ -111,8 +111,8 @@ For example:
bc. dmesg
SDCARD=/dev/sdX # sdcard found from dmesg above
USBMS=/dev/sdY # USB device found from dmesg above
-linaro-android-media-create --mmc $SDCARD --dev vexpress --boot boot.tar.bz2 --system system.tar.bz2 --userdata userdata.tar.bz2
-linaro-android-media-create --mmc $USBMS --dev vexpress --boot boot.tar.bz2 --system system.tar.bz2 --userdata userdata.tar.bz2
+linaro-android-media-create --mmc $SDCARD --dev vexpress --boot boot.tar.bz2 --systemimage system.img --userdataimage userdata.img
+linaro-android-media-create --mmc $USBMS --dev vexpress --boot boot.tar.bz2 --systemimage system.img --userdataimage userdata.img
h3. Booting your system with the advanced setup
diff --git a/members/arm/android/images/vexpress-lsk/HOWTO_rtsm.txt b/members/arm/android/images/vexpress-lsk/HOWTO_rtsm.txt
index 0c71716..29fd834 100644
--- a/members/arm/android/images/vexpress-lsk/HOWTO_rtsm.txt
+++ b/members/arm/android/images/vexpress-lsk/HOWTO_rtsm.txt
@@ -10,8 +10,8 @@ h3. Install Linaro Image Tools
Linaro Image Tools contain scripts that allow you to combine multiple components into a single Android image. The components are:
* boot.tar.bz2 - contains the kernel and boot loaders
-* system.tar.bz2 - contains the entire system files and general OS
-* userdata.tar.bz2 - contains sample data and tests
+* system.img - contains the entire system files and general OS
+* userdata.img - contains sample data and tests
There are multiple ways you can get the latest Linaro Image Tools:
@@ -32,12 +32,12 @@ Fast Models will only deal with file systems up to 2GB in size, however the Lina
The following command downloads all the Android OS components necessary to make up a complete Android image.
bc. wget https://releases.linaro.org/15.04/members/arm/android/vexpress-lsk/boot.tar.bz2
-wget https://releases.linaro.org/15.04/members/arm/android/vexpress-lsk/system.tar.bz2
-wget https://releases.linaro.org/15.04/members/arm/android/vexpress-lsk/userdata.tar.bz2
+wget https://releases.linaro.org/15.04/members/arm/android/vexpress-lsk/system.img
+wget https://releases.linaro.org/15.04/members/arm/android/vexpress-lsk/userdata.img
Using the @linaro-android-media-create@, which is part of the @linaro-image-tools@, you can combine all the components into a single image.
-bc. linaro-android-media-create --image-file linaro.img --image-size 2000M --dev vexpress --boot boot.tar.bz2 --system system.tar.bz2 --userdata userdata.tar.bz2
+bc. linaro-android-media-create --image-file linaro.img --image-size 2000M --dev vexpress --boot boot.tar.bz2 --systemimage system.img --userdataimage userdata.img
tar jxvf boot.tar.bz2
h2. Run Fast Models with UEFI