summaryrefslogtreecommitdiff
path: root/openembedded
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 /openembedded
parent0d975eee19c99db2461a88a04135fd10fae85c78 (diff)
14.06: fix ramdisk notes and correct image filename
Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
Diffstat (limited to 'openembedded')
-rw-r--r--openembedded/juno-lsk/INSTALL.textile12
1 files changed, 6 insertions, 6 deletions
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