RISC-V GDB Environment
Docker
Environment Setup
Option 1. Pull Docker image from container repository
# 1. Pull Docker image from ghcr.io
docker pull ghcr.io/janssen-v/rvemu
# 2. Run container
docker container run --name rvemu -p 2222:2222 -d ghcr.io/janssen-v/rvemu
# 3. SSH into QEMU
ssh student@localhost -p 2222
# When prompted for password, enter: ilovecs
# You are now connected to your RISC-V environmentOption 2. Build image from Dockerfile
Starting and stopping your container
Optional Setup
SSH key authentication
SSH config
Advanced
Last updated