summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Harkin <ryan.harkin@linaro.org>2015-06-23 14:32:30 +0100
committerRyan Harkin <ryan.harkin@linaro.org>2015-06-23 14:37:48 +0100
commita8bb771807a1eef26850c65877b7bfb1892c48c7 (patch)
tree9c23a95fa61461a16a1a63d36bd10b4f0864f3d2
parent5478e74cbba6b302ffc053ccc35829d5b6b064bb (diff)
15.06: formatting errors
Less than and greater than signs don't show up very well. Change-Id: I54fe021301737e3e35b1a23de72724f53afe7e24 Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
-rw-r--r--members/arm/platforms/README.textile14
1 files changed, 7 insertions, 7 deletions
diff --git a/members/arm/platforms/README.textile b/members/arm/platforms/README.textile
index c8ac0ad..ea81673 100644
--- a/members/arm/platforms/README.textile
+++ b/members/arm/platforms/README.textile
@@ -110,7 +110,7 @@ For Juno Android, download juno.img.bz2 from "here":https://releases.linaro.org/
For FVP Android, download fvp.img.bz2 from "here":https://releases.linaro.org/latest/android/reference-lcr/fvp
-For OE, download your preferred filesystem image from "here":https://releases.linaro.org/15.04/openembedded/juno-lsk - (called lt-vexpress64-openembedded-<type>-armv8-gcc-<version>.img.gz where <type> is minimal or lamp)
+For OE, download your preferred filesystem image from "here":https://releases.linaro.org/15.04/openembedded/juno-lsk - (called @lt-vexpress64-openembedded-<type>-armv8-gcc-<version>.img.gz@ where @<type>@ is minimal or lamp)
For either case unpack the bz2 file.
@@ -120,15 +120,15 @@ For Juno insert a USB stick (minimum 4GB) into your system and run:
bc. sudo dd if=<downloaded file>.img of=/dev/sd<x>
-(where <x> is the letter corresponding to the USB stick)
+(where @<x>@ is the letter corresponding to the USB stick)
For Android, download ramdisk.img from the relevant sub-directory"here":https://releases.linaro.org/latest/android/reference-lcr and copy to the root directory of your workspace.
h3(#build). 2.4 Building the software
* First decide how you wish to specify your cross compiler:
-** Add the CROSS_COMPILE=<path-and-prefix> prefix to all build script invocations.
-** Edit <workspace>/build-scripts/variants files to make CROSS_COMPILE point at the path and prefix to where you installed Linaro GCC.
+** Add the @CROSS_COMPILE=<path-and-prefix>@ prefix to all build script invocations.
+** Edit @<workspace>/build-scripts/variants@ files to make CROSS_COMPILE point at the path and prefix to where you installed Linaro GCC.
** note: you may specify the prefix without a path if the compiler is on your path.
* From the root directory of your workspace execute the following commands to build the software components and package them into an output folder:
@@ -187,9 +187,9 @@ SOFTWARE, SITE1, MB and config.txt overwriting the files that were already there
* Copy the binaries you have built to your Juno
-For UEFI copy the contents of output/<variant>/uefi to the SOFTWARE folder
-For u-boot copy the contents of output/<variant>/uboot to the SOFTWARE folder
-Where <variant> is the argument to build-all.sh above - eg: juno-android
+For UEFI copy the contents of @output/<variant>/uefi@ to the SOFTWARE folder
+For u-boot copy the contents of @output/<variant>/uboot@ to the SOFTWARE folder
+Where @<variant>@ is the argument to build-all.sh above - eg: juno-android
* For Android or OpenEmbedded Insert the USB stick created above into your Juno (not needed for BusyBox)