CharlyCst / miralis

Miralis is an experimental system that virtualises firmware
https://miralis-firmware.github.io/
MIT License
6 stars 0 forks source link

Update qemu installation instructions in readme.md #176

Closed francois141 closed 1 week ago

francois141 commented 2 weeks ago

The commit explains that to use Miralis, you need to install qemu-system-riscv64 version 9.0.0 or higher because older versions don't work with it. On Ubuntu, the default sudo apt-get install gives you an incompatible version (8.0.0), so you'll need to build QEMU from source. It also shows how to check your QEMU version to make sure you have the right one.

CharlyCst commented 2 weeks ago

See https://github.com/CharlyCst/miralis/issues/154#issuecomment-2323453983

I'll do some investigation before moving forward on this issue.

CharlyCst commented 1 week ago

I could not reproduce the bug of #154 with an older QEMU version (6.2.0), so closing this for now as it doesn't seem the be the root of the problem.