File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -5516,7 +5516,7 @@ arch=aarch64
5516
5516
# Generate a checkpoint after Linux boots.
5517
5517
# The boot takes a while, be patient young Padawan.
5518
5518
printf 'm5 exit' > data/readfile
5519
- ./run -a "$arch" -g -F 'm5 checkpoint;m5 readfile > a.sh;sh a.sh'
5519
+ ./run -a "$arch" -g -F '/5 checkpoint;m5 readfile > a.sh;sh a.sh'
5520
5520
5521
5521
# Restore the checkpoint, and run the benchmark with parameter 1.000.
5522
5522
# We skip the boot completely, saving time!
@@ -6522,7 +6522,6 @@ The `-X-b` option enables the alternative `configs/example/arm/fs_bigLITTLE.py`
6522
6522
First apply:
6523
6523
6524
6524
....
6525
- cd gem5/gem5
6526
6525
echo '
6527
6526
diff --git a/configs/example/arm/fs_bigLITTLE.py b/configs/example/arm/fs_bigLITTLE.py
6528
6527
index 7d66c03a6..d71e714fe 100644
@@ -6537,7 +6536,7 @@ index 7d66c03a6..d71e714fe 100644
6537
6536
"rw",
6538
6537
"init=%s" % options.kernel_init,
6539
6538
"vmalloc=768MB",
6540
- ' | patch -p1
6539
+ ' | patch -d gem5/gem5 - p1
6541
6540
....
6542
6541
6543
6542
then:
You can’t perform that action at this time.
0 commit comments