I teach a advanced computer architecture class for the whiting school of engineering at Johns Hopkins University. We use the enterprise github codespace to run the bootcamp 2024 as part of the class. I tried to setup the codespace for my class this morning and discovered that some of the resources do not seem to be accessible. The script On_create.sh is missing :
wget https://storage.googleapis.com/dist.gem5.org/dist/v24-0/gpu-fs/kernel/vmlinux-gpu-ml-isca
wget https://storage.googleapis.com/dist.gem5.org/dist/v24-0/gpu-fs/diskimage/x86-ubuntu-gpu-ml-isca.gz
I use these items to simulate the GPU exercises.
Is there a revised On_create.sh file? Has anyone run into these problems?
Please let me know. It is interfering with setting up the basic codespace.
Thank-you,
Nick Beser
Email: nbeser1@jh.edumailto:nbeser1@jh.edu
The current On_create.sh:
#!/bin/bash
git submodule update --init --recursive
pushd gem5
git config --global blame.ignoreRevsFile .git-blame-ignore-revs
git pull should rebase by defaultgit config --global pull.rebase true
./util/pre-commit-install.sh
popd # gem5
gem5 pre-download-resources.py
docker pull ghcr.io/gem5/gcn-gpu:v24-0
wget http://dist.gem5.org/dist/v24-0/test-progs/square/square
wget https://storage.googleapis.com/dist.gem5.org/dist/v24-0/gpu-fs/kernel/vmlinux-gpu-ml-isca
wget https://storage.googleapis.com/dist.gem5.org/dist/v24-0/gpu-fs/diskimage/x86-ubuntu-gpu-ml-isca.gz
Hello Nick,
Sorry for the confusion, the links for the resources have been updated from
Google cloud to Azure, so directly querying google cloud would not work.
Here are the updated links to the resources being referred to in the
On_create.sh:
Updating the links in the script should let you wget them.
I would recommend querying "dist.gem5.org" as it has been updated to point
to the new Azure storage from the old Google storage.
Regards,
Harshil Patel.
On Thu, Jan 22, 2026 at 9:00 AM Beser, Nicholas D. via gem5-dev <
gem5-dev@gem5.org> wrote:
I teach a advanced computer architecture class for the whiting school of
engineering at Johns Hopkins University. We use the enterprise github
codespace to run the bootcamp 2024 as part of the class. I tried to setup
the codespace for my class this morning and discovered that some of the
resources do not seem to be accessible. The script On_create.sh is missing :
wget
https://storage.googleapis.com/dist.gem5.org/dist/v24-0/gpu-fs/kernel/vmlinux-gpu-ml-isca
wget
https://storage.googleapis.com/dist.gem5.org/dist/v24-0/gpu-fs/diskimage/x86-ubuntu-gpu-ml-isca.gz
I use these items to simulate the GPU exercises.
Is there a revised On_create.sh file? Has anyone run into these problems?
Please let me know. It is interfering with setting up the basic codespace.
Thank-you,
Nick Beser
Email: nbeser1@jh.edu
The current On_create.sh:
#!/bin/bash
git submodule update --init --recursive
pushd gem5
git config --global blame.ignoreRevsFile .git-blame-ignore-revs
git pull should rebase by defaultgit config --global pull.rebase true
./util/pre-commit-install.sh
popd # gem5
gem5 pre-download-resources.py
docker pull ghcr.io/gem5/gcn-gpu:v24-0
wget http://dist.gem5.org/dist/v24-0/test-progs/square/square
wget
https://storage.googleapis.com/dist.gem5.org/dist/v24-0/gpu-fs/kernel/vmlinux-gpu-ml-isca
wget
https://storage.googleapis.com/dist.gem5.org/dist/v24-0/gpu-fs/diskimage/x86-ubuntu-gpu-ml-isca.gz
gem5-dev mailing list -- gem5-dev@gem5.org
To unsubscribe send an email to gem5-dev-leave@gem5.org