-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
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
Run time failure, hang after the welcome message #6
Comments
How did you build your image? |
I used this command to compile Linux. ./riscv_em_rv32_mmu_linux.sh |
I have an older version that does not have the—i option, and it runs well with the Linux image. It looks like it is not the Linux image issue by the riscv_em. Any suggestion? |
The ramdisk feature was introduced by @redhog, and I haven't personally tested it. There may be a problem with the way you've built your ramdisk. Edit: Sorry mabye I misunderstood. So with the latest master the emulator also does not even work with the initramfs? |
But without the -i it also failed at the same spot. The ext3 image is created uses this: dd if=/dev/zero of=myfs.img count=204800 |
./riscv_em -f fw_payload.bin -d riscv_em.dtb
or
./riscv_em -f fw_payload.bin -d riscv_em.dtb -i myfilesys.img // ext3
Both have the same error and hang there forever!
Please advise. Thank you.
mounting tmpfs on /[ 6.657184] random: dd: uninitialized urandom read (512 bytes read)
dev/shm failed
Welcome
The text was updated successfully, but these errors were encountered: