summaryrefslogtreecommitdiff
path: root/bootwrapper/big-little-mp4.mxscript
diff options
context:
space:
mode:
Diffstat (limited to 'bootwrapper/big-little-mp4.mxscript')
-rw-r--r--bootwrapper/big-little-mp4.mxscript12
1 files changed, 6 insertions, 6 deletions
diff --git a/bootwrapper/big-little-mp4.mxscript b/bootwrapper/big-little-mp4.mxscript
index b30509c..67ebec3 100644
--- a/bootwrapper/big-little-mp4.mxscript
+++ b/bootwrapper/big-little-mp4.mxscript
@@ -6,7 +6,7 @@ string model = "<path to the model>";
// e.g. string app = "/home/working_dir/bootwrapper/img.axf";
string app = "<path to the software image>";
-// Replace the string with the absolute path of the wboot.bin image created in the
+// Replace the string with the absolute path of the wboot.bin image created in the
// bootwrapper/big-little directory. This image is load in flash at 0x0 and distinguishes
// between a warm and a cold reset
string wboot = "<path to warm reset handler image>";
@@ -16,7 +16,7 @@ int ctr = 0;
// NOTE
//
// Uncomment the next 4 'string' variables and update them _only_ if the run is required
-// to generate trace output as described in docs/04-Cache-hit-rate-howto.txt. Also,
+// to generate trace output as described in docs/04-Cache-hit-rate-howto.txt. Also,
// comment out the system() invocation on line 47 and uncomment the system() command on line 34.
// Each 'trace' parameter is described below.
@@ -44,10 +44,10 @@ string console = " -C motherboard.pl011_uart0.untimed_fifos=1 -C motherboard.pl0
string dualcluster = " -C coretile.dualclustersystemconfigurationblock.CFG_ACTIVECLUSTER=0x1";
// NOTE
-//
+//
// _Only_ if a run is needed using an optional rootfs MMC image built using the instructions in
-// docs/06-Optional-rootfs-build.txt, then comment out the system() invocation
-// below (on line 47) and uncomment the following lines taking care to update
+// docs/06-Optional-rootfs-build.txt, then comment out the system() invocation
+// below (on line 47) and uncomment the following lines taking care to update
// the paths accordingly.
// string mmcimage = "<path to mmc.img>";
// system(model + " -C motherboard.mmc.p_mmc_file=" + mmcimage + trace_plugin + trace_sources + trace_file + trace_misc + " -C coretile.cache_state_modelled=1" + " -a coretile.cluster0.\*=" + app + " -a coretile.cluster1.\*=" + app + " --verbose -S &");
@@ -59,7 +59,7 @@ system(model + " -C motherboard.flashloader0.fname=" + wboot + " -C coretile.cac
// Wait for the model to load before connecting to it. There will be times when we
// try connecting before the model has loded resulting in a "Connection refused"
// error. Increasing 'ctr' or retrying should solve the problem.
-while(ctr < 400000000)
+while(ctr < 400000000)
{
ctr++;
}