From 1666e6620a48335d30a9f22c21d715e85e1ae117 Mon Sep 17 00:00:00 2001 From: "Bobby R. Bruce" Date: Wed, 27 Jul 2022 10:10:35 -0700 Subject: [PATCH] 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 Maintainer: Bobby Bruce Tested-by: kokoro --- ext/sst/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ext/sst/README.md b/ext/sst/README.md index dbec200b43..d9bbe85e1b 100644 --- a/ext/sst/README.md +++ b/ext/sst/README.md @@ -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