Hello Jean,
I tried mounting as you suggested before posting my previous post.
I got error saying file system type should be mentioned along with mount command.
I checked filesysstem type by issuing command as below
/sbin/parted /dev/mmvblock0p1 print
And I don't see any fstype.
So now I have stuck at this point.
Can you please suggest if I have missed any point.
Hi Shivakumar,
Based on your uboot log, it seems to me that you are using an old uboot on imx6 which does not have DT (device tree) support.
If this is the case then you have to move to more recent uboot which has DT support.
The thing is that Xvisor follows ARM booting protocol and DT based booting to have same Xvisor binary on multiple boards.
Regards,
Anup
On May 11, 2016 9:58 PM, "Jean Guyomarc'h" <jean.gu...@openwide.fr> wrote:
>>
>> 1) Do Xvisor support Android as Guest OS? if yes on which board its verified
>
>
> As far as I know, Android is not supported in upstream Xvisor.
This is not true. Xvisor arm32ve and arm64 allows booting multiple Android Guest.
Two years back ITRI, ICL, Taiwan folks had booted two Android Guests on ARM Fast Models.
https://www.youtube.com/watch?v=VWrFSnaigvA
Although, we have not tried Android Guest on Xvisor arm32. There might be some work in this area.
>
>
>> 2) Do Xvisor support two or more Linux Guest OS? if yes on which board its
>> verified
>
>
> Yes, that's possible. Vexpress-a9 provides two guests.
>
>
>> 3) How to configure Xvisor to assign dedicated cores to the Guest OS?
>
>
> I don't know if CPU pinning is implemented. It should be possible though...
> You may want to look in core/include/vmm_scheduler.h in core/include/vmm_manager.h for hints.
Yes, CPU pinning is also available since quite some time. We can set VCPU affinity using "affinity" DT attribute of VCPU DT node.
Regards,
Anup