Will Parker

Results 36 comments of Will Parker

Still waiting on @sxa so I can get access to the above nodes

Do you have any documentation on Bisheng so I can read up? :-)

Ah okay- in that case, this PR is blocked by #2123 - I'll get on that now

I need to install QEMU on my laptop to get this to work. For the best chances that changing the machine works, I'm going to install QEMU 6.0, not 5.0...

Dependencies: Since QEMU 5.2, `ninja-build` is apparently required to build QEMU. Others installed were listed at https://wiki.qemu.org/Hosts/Linux#Fedora_Linux_.2F_Debian_GNU_Linux_.2F_Ubuntu_Linux_.2F_Linux_Mint_distributions

Once building (which took about an hour for me), `make install` runs and I can use `qemu-system-riscv64`.

Having installed `opensbi` and `u-boot-qemu`, I get the following error message: ``` will@will-XPS-13-9360:~/Documents/2100$ qemu-system-riscv64 -smp 2 -m 3072 -M virt -device virtio-net-device,netdev=net -netdev user,id=net,hostfwd=tcp::10022-:22 -device virtio-blk-device,drive=hd -drive file=DEBIAN11.RISCV.dsk,if=none,id=hd -kernel /usr/lib/riscv64-linux-gnu/opensbi/generic/fw_jump.elf...

I now believe this may be due to using QEMU-6.0, as the `/usr/local/bin/../share/qemu/opensbi-riscv64-generic-fw_dynamic.bin` comes from the QEMU installation. So I'll try with QEMU 5.1.

Same issue with QEMU 5.1 ... I guess I'll just do it on `infra-ibmcloud-vagrant-x64-1` ..