You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I enter a command[qemu-system-riscv64 -machine virt -cpu rv64 -m 48 -smp 1 -bios none -nographic -kernel build-project1/lk.elf], the system cannot start up.
The text was updated successfully, but these errors were encountered:
Well, there's no reason it shouldn't, but it depends a lot on how that particular project was configured. Since you're mentioning 'project1' in this case I assume you're building something different than the usual qemu-virt project?
Otherwise if you start it with ./script/do-qemuriscv -6 -m 48 you should get pretty much that exact build, which is a riscv64 build designed to run in Machine mode (vs supervisor mode build, specified with -S).
When I enter a command[qemu-system-riscv64 -machine virt -cpu rv64 -m 48 -smp 1 -bios none -nographic -kernel build-project1/lk.elf], the system cannot start up.
The text was updated successfully, but these errors were encountered: