We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi I tried to run your kernel image using qemu but nothing on the screen.
qemu-system-riscv64 -machine virt -bios none -kernel kernel -m 32M -smp 1 -nographic -global virtio-mmio.force-legacy=false -drive file=fs.img,if=none,format=raw,id=x0 -device virtio-blk-device,drive=x0,bus=virtio-mmio-bus.0
thanks Peter
The text was updated successfully, but these errors were encountered:
@quantrpeter Hi, I can run the kernel bbl (from the root folder of rvemu)
ubuntu@:rvemu$ qemu-system-riscv64 --version QEMU emulator version 5.0.0 Copyright (c) 2003-2020 Fabrice Bellard and the QEMU Project developers qemu-system-riscv64 -nographic -machine virt -kernel bin/linux/bbl -append "root=/dev/vda ro console=ttyS0" -drive file=bin/linux/busybear.bin,format=raw,id=hd0 -device virtio-blk-device,drive=hd0
But the serial console continully print a lot of error messages like below, even after I logged in(with username: root, password: busybear).
/sbin/dropbear: line 2: syntax error: unterminated quoted string /sbin/dropbear: line 2: syntax error: unterminated quoted string
Sorry, something went wrong.
No branches or pull requests
Hi
I tried to run your kernel image using qemu but nothing on the screen.
thanks
Peter
The text was updated successfully, but these errors were encountered: