Skip to content
This repository has been archived by the owner on May 14, 2024. It is now read-only.

Fix busybox path for running qemu #28

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

takahirox
Copy link

Running
Go back to your main working directory and run:

sudo qemu-system-riscv64 -nographic -machine virt \
     -kernel linux/arch/riscv/boot/Image -append "root=/dev/vda ro console=ttyS0" \
     -drive file=busybox,format=raw,id=hd0 \
     -device virtio-blk-device,drive=hd0

Assuming running the above command in main working directory so I think busybox file path should be busybox/busybox, not busybox.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant