Skip to content

Commit

Permalink
ext,misc: Update ext/sst/README.md for v21.2 release
Browse files Browse the repository at this point in the history
Change-Id: I2cd982c819074962182da43754399852f9e72174
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/54703
Reviewed-by: Bobby Bruce <[email protected]>
Maintainer: Bobby Bruce <[email protected]>
Tested-by: kokoro <[email protected]>
  • Loading branch information
BobbyRBruce committed Dec 27, 2021
1 parent b2ffa27 commit da5efee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ext/sst/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ See `INSTALL.md`.
Downloading the built bootloader containing a Linux Kernel and a workload,

```sh
wget http://dist.gem5.org/dist/develop/misc/riscv/bbl-busybox-boot-exit
wget http://dist.gem5.org/dist/v21-2/misc/riscv/bbl-busybox-boot-exit
```

Running the simulation
Expand All @@ -78,7 +78,7 @@ the `bbl-busybox-boot-exit` resource, which contains an m5 binary, and
`m5 exit` will be called upon the booting process reaching the early userspace.
More information about building a bootloader containing a Linux Kernel and a
customized workload is available at
[https://gem5.googlesource.com/public/gem5-resources/+/refs/heads/develop/src/riscv-boot-exit-nodisk/].
[https://gem5.googlesource.com/public/gem5-resources/+/refs/heads/stable/src/riscv-boot-exit-nodisk/].

## Running an example simulation (Arm)

Expand All @@ -87,7 +87,7 @@ extract them under the $M5_PATH directory (make sure M5_PATH points to a valid
directory):

```sh
wget http://dist.gem5.org/dist/develop/arm/aarch-sst-20211207.tar.bz2
wget http://dist.gem5.org/dist/v21-2/arm/aarch-sst-20211207.tar.bz2
tar -xf aarch-sst-20211207.tar.bz2

# copying bootloaders
Expand Down

0 comments on commit da5efee

Please sign in to comment.