ext: Fix SST Documentation links
This documentation links to v21-2 resources. This is incorrect, they should point towards v22-0 resources. This patch fixes this. Change-Id: I0e4868327e0b216619e524c2329f57bbe40d3eae Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/61691 Reviewed-by: Bobby Bruce <bbruce@ucdavis.edu> Maintainer: Bobby Bruce <bbruce@ucdavis.edu> Tested-by: kokoro <noreply+kokoro@google.com>
This commit is contained in:
committed by
Bobby Bruce
parent
942b71bf3a
commit
1666e6620a
@@ -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/v21-2/misc/riscv/bbl-busybox-boot-exit
|
||||
wget http://dist.gem5.org/dist/v22-0/misc/riscv/bbl-busybox-boot-exit
|
||||
```
|
||||
|
||||
Running the simulation
|
||||
@@ -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/v21-2/arm/aarch-sst-20211207.tar.bz2
|
||||
wget http://dist.gem5.org/dist/v22-0/arm/aarch-sst-20211207.tar.bz2
|
||||
tar -xf aarch-sst-20211207.tar.bz2
|
||||
|
||||
# copying bootloaders
|
||||
|
||||
Reference in New Issue
Block a user