Run RISC-V Debian GNU/Linux bullseye/sid via QEMU.
- Run the latest version of Debian on regular x86_64 box (at least ver 10 Buster, better to run ver 11 Bullseye)
- If
opensbi
andu-boot-qemu
packages are not found addtesting
apt repository (aka bullseye). Or evenunstable
(aka sid)
sudo vi /etc/apt/sources.list
# Add testing repo (or unstable)
deb http://cdn-aws.deb.debian.org/debian testing main
deb-src http://cdn-aws.deb.debian.org/debian testing main