summaryrefslogtreecommitdiff
path: root/docs/01-Usage.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/01-Usage.txt')
-rw-r--r--docs/01-Usage.txt48
1 files changed, 24 insertions, 24 deletions
diff --git a/docs/01-Usage.txt b/docs/01-Usage.txt
index 3eeb764..2c1da30 100644
--- a/docs/01-Usage.txt
+++ b/docs/01-Usage.txt
@@ -6,8 +6,8 @@ Usage
1. A Linux development environment. This release has been
build tested on the following Linux host environments:
- 1. Linux Ubuntu 10.10
- 2. Red Hat Enterprise Linux WS release 4 (Nahant Update 4)
+ 1. Linux Ubuntu 10.10
+ 2. Red Hat Enterprise Linux WS release 4 (Nahant Update 4)
This release is not intended to be used on development
environments other than Linux.
@@ -18,7 +18,7 @@ Usage
3. An installation of the Perl scripting language. This release
was built and tested with v5.10.1.
- 4. An installation of the GNU coreutils suite
+ 4. An installation of the GNU coreutils suite
<http://www.gnu.org/software/coreutils/>. This release was
built and tested with v8.5.
@@ -30,46 +30,46 @@ Usage
location then this must be reflected in the first line of
the following file:
- arm-virtualizer-v2_1-171111/bootwrapper/makemap
+ arm-virtualizer-v2_2-100212/bootwrapper/makemap
Failure to make this modification will result in a build
failure.
To build the software:
- $ tar -jxf arm-virtualizer-v2_1-171111.tar.bz2
- $ cd arm-virtualizer-v2_1-171111/bootwrapper
+ $ tar -jxf arm-virtualizer-v2_2-100212.tar.bz2
+ $ cd arm-virtualizer-v2_2-100212/bootwrapper
$ make clean && make
The resulting file is 'img.axf'.
- This image may be loaded and executed on the model debugger
+ This image may be loaded and executed on the model debugger
as explained in section 3 below.
Note that the pre-built stub kernel image is located at:
- arm-virtualizer-v2_1-171111/bootwrapper/payload/kernel
+ arm-virtualizer-v2_2-100212/bootwrapper/payload/kernel
- .. and the placeholder dummy root filesystem image is located
+ .. and the placeholder dummy root filesystem image is located
at:
-
- arm-virtualizer-v2_1-171111/bootwrapper/payload/fsimg
-
- These may be replaced with custom built images such as a
- suitably configured linux kernel image and a root filesystem
- image.
-
- Look at docs/03-Linux-kernel-build.txt for instructions on
- building a suitable Linux kernel.
-
- Look at docs/06-Optional-rootfs-build.txt for optionally
+
+ arm-virtualizer-v2_2-100212/bootwrapper/payload/fsimg
+
+ These may be replaced with custom built images such as a
+ suitably configured linux kernel image and a root filesystem
+ image.
+
+ Look at docs/03-Linux-kernel-build.txt for instructions on
+ building a suitable Linux kernel.
+
+ Look at docs/06-Optional-rootfs-build.txt for optionally
building a complete root filesystem.
3. Usage
If the Kingfisher Real-Time System Model (RTSM VE Cortex-A15 KF
- CCI version 6.2 Beta) is installed, the resulting
- img.axf file may be loaded, executed and debugged on the
+ CCI version 6.2 Beta) is installed, the resulting
+ img.axf file may be loaded, executed and debugged on the
model and the associated model debugger.
This model may be obtained from ARM by separate arrangement.
@@ -77,7 +77,7 @@ Usage
Steps to run the software:
a. Depending upon whether the MPx1 or MPx4 model is being used,
- update the big-little-mp<x>.mxscript file (x is 1 or
+ update the big-little-mp<x>.mxscript file (x is 1 or
4 as the case may be) with the absolute
path to the model and the img.axf file. (Comments in the
file indicate where the changes have to be made)
@@ -86,5 +86,5 @@ Usage
$ <path to modeldebugger> -s <path to big-little-mp<x>.mxscript>
- The default build simultaneously switches clusters
+ The default build simultaneously switches clusters
every 12 million cycles (appx).