summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Harkin <ryan.harkin@linaro.org>2014-06-30 08:55:46 +0100
committerRyan Harkin <ryan.harkin@linaro.org>2014-06-30 08:55:46 +0100
commita345b6bb00765482dd32f603bb738494ef87e0c7 (patch)
treed0b58eeb1143dd14314e51526576547d069c2595
parent0d975eee19c99db2461a88a04135fd10fae85c78 (diff)
14.06: fix ramdisk notes and correct image filename
Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
-rw-r--r--android/images/armv8-android-juno-lsk/HOWTO_install.txt10
-rw-r--r--android/images/armv8-juice-juno-lsk/HOWTO_install.txt6
-rw-r--r--openembedded/juno-lsk/INSTALL.textile12
3 files changed, 15 insertions, 13 deletions
diff --git a/android/images/armv8-android-juno-lsk/HOWTO_install.txt b/android/images/armv8-android-juno-lsk/HOWTO_install.txt
index b174dff..06b0b7f 100644
--- a/android/images/armv8-android-juno-lsk/HOWTO_install.txt
+++ b/android/images/armv8-android-juno-lsk/HOWTO_install.txt
@@ -65,9 +65,7 @@ You should also ensure that you have written the image to the USB drive correctl
Once you are ready, run the following commands:
-bc. $ sudo cmp /dev/sdX *minimal*.img.gz
-
-Replace *minimal*.img.gz with the full filename of the prebuilt image you are attempting to write to the disk.
+bc. $ sudo cmp /dev/sdX juno.img.bz2
*Note:* Windows users may use the "Image Writer for Windows":https://launchpad.net/win32-image-writer/+download
@@ -224,11 +222,13 @@ The answer is yes, so please press the "y" key followed by enter. Next you will
bc. File path of the initrd:
-The file is called "ramdisk.img", so please type "ramdis.img" without the quotes, followed by the enter key. After this you will be asked to supply the arguments required to boot the kernel:
+The file is called "ramdisk.img", so please type "ramdisk.img" without the quotes, followed by the enter key.
+
+After this you will be asked to supply the arguments required to boot the kernel:
bc. Arguments to pass to the binary:
-Please note, cope and paste does not work well over the serial terminal. The user is adviced to type the commandline arguments by hand, character at a time, followed by the enter key. The commandline used to boot a Linaro Android build are below:
+Please note, cope and paste does not work well over the serial terminal. The user is adviced to type the commandline arguments by hand, character at a time, followed by the enter key. The commandline used is shown below:
bc. console=ttyAMA0,115200 earlyprintk=pl011,0x7ff80000 root=/dev/ram0 verbose debug
diff --git a/android/images/armv8-juice-juno-lsk/HOWTO_install.txt b/android/images/armv8-juice-juno-lsk/HOWTO_install.txt
index e4b68ea..6235c32 100644
--- a/android/images/armv8-juice-juno-lsk/HOWTO_install.txt
+++ b/android/images/armv8-juice-juno-lsk/HOWTO_install.txt
@@ -222,11 +222,13 @@ The answer is yes, so please press the "y" key followed by enter. Next you will
bc. File path of the initrd:
-The file is called "ramdisk.img", so please type "ramdis.img" without the quotes, followed by the enter key. After this you will be asked to supply the arguments required to boot the kernel:
+The file is called "ramdisk.img", so please type "ramdisk.img" without the quotes, followed by the enter key.
+
+After this you will be asked to supply the arguments required to boot the kernel:
bc. Arguments to pass to the binary:
-Please note, cope and paste does not work well over the serial terminal. The user is adviced to type the commandline arguments by hand, character at a time, followed by the enter key. The commandline used to boot a Linaro Android build are below:
+Please note, cope and paste does not work well over the serial terminal. The user is adviced to type the commandline arguments by hand, character at a time, followed by the enter key. The commandline used is shown below:
bc. console=ttyAMA0,115200 earlyprintk=pl011,0x7ff80000 root=/dev/ram0 verbose debug
diff --git a/openembedded/juno-lsk/INSTALL.textile b/openembedded/juno-lsk/INSTALL.textile
index f7bd50e..888658c 100644
--- a/openembedded/juno-lsk/INSTALL.textile
+++ b/openembedded/juno-lsk/INSTALL.textile
@@ -67,7 +67,9 @@ You should also ensure that you have written the image to the USB drive correctl
Once you are ready, run the following commands:
-bc. $ sudo cmp /dev/sdX juno.img.bz2
+bc. $ sudo cmp /dev/sdX *minimal*.img.gz
+
+Replace *minimal*.img.gz with the full filename of the prebuilt image you are attempting to write to the disk.
*Note:* Windows users may use the "Image Writer for Windows":https://launchpad.net/win32-image-writer/+download
@@ -219,15 +221,13 @@ The answer is yes, so please press the "y" key followed by enter. Next you will
bc. Add an initrd: [y/n]
-The answer is yes, so please press the "y" key followed by enter. Next you will be asked for the file path of the initrd on your USB drive:
-
-bc. File path of the initrd:
+The answer is no, so please press the "n" key followed by enter.
-The file is called "ramdisk.img", so please type "ramdis.img" without the quotes, followed by the enter key. After this you will be asked to supply the arguments required to boot the kernel:
+After this you will be asked to supply the arguments required to boot the kernel:
bc. Arguments to pass to the binary:
-Please note, cope and paste does not work well over the serial terminal. The user is adviced to type the commandline arguments by hand, character at a time, followed by the enter key. The commandline used to boot a Linaro OpenEmbedded build are below:
+Please note, cope and paste does not work well over the serial terminal. The user is adviced to type the commandline arguments by hand, character at a time, followed by the enter key. The commandline used is shown below:
bc. console=ttyAMA0,115200 rootwait root=/dev/sda2