Skip to content
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

Failure when run mvm on VM0 in Raspi 3b+ #55

Open
iaGuoZhi opened this issue Jul 5, 2021 · 3 comments
Open

Failure when run mvm on VM0 in Raspi 3b+ #55

iaGuoZhi opened this issue Jul 5, 2021 · 3 comments

Comments

@iaGuoZhi
Copy link

iaGuoZhi commented Jul 5, 2021

I follow this guideline https://github.com/minosproject/minos/blob/master/Documents/009-Test_Minos_on_Raspberry_3B.md

I created mvm using rpi3 config and complied it by command line make && make dtbs && make mvm.

At the last step Create Guest VM using MVM , I moved mvm and boot images from my host os by scp. However mvm could not be executed in vm0 raspbian, the following image showed this error.

image

By the way, I can not switch to minos console by Ctrl+D too.

@lemin9538
Copy link
Contributor

你vm0是32位还是64位的?mvm需要和vm0架构一样。你file mvm看看。

文档有点滞后,切换到hypervisor 不是Ctrl+d 了,是Ctrl+]

@iaGuoZhi
Copy link
Author

iaGuoZhi commented Jul 6, 2021

你好!
vm0和mvm都是64位

image

而且Ctrl+]也不能够退出,之前的issue #13 提到过这个问题是不是还没有修好?

@lemin9538
Copy link
Contributor

ELF 64-bit LSB shared object 这个不对,被编译成so了,正确的应该是
mvm: ELF 64-bit LSB executable, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, for GNU/Linux 3.7.0, BuildID[sha1]=ed39c93262560b93314df3d608363d25e789a6dd, stripped

你直接进入mvm目录, make一下,默认就可以用的。

至于你说的树莓派3上console没法回到hypervisor的问题,之前我有在自己的开发板子上测过是可以的。后面由于没有开发板,没在rpi3上做测试了。

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

No branches or pull requests

2 participants