[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Xen-devel] [GSoC] Xen on ARM: create multiple guests from device tree



Hello Luca,

On 23/03/17 02:23, Luca Miccio wrote:
I tried also this method but i had the same error. So i came up with the
idea of removing the
psci method from the configure and also from the dtsi file that i have
changed.

I guess you are using only 1 core in this case. Am I right?


With this configuration the model booted up correctly, even if the
process took about 10 minutes.
Just for my personal knowledge: it is normal that the boot is very slow?
Is the rootfs that i’m using?

Booting a full distro on the model can be slow. Usually I write my own initscript to start the necessary daemon and skip systemd.

42sh> cat /root/init.sh

set -x
mount -t proc proc  /proc
mount -t devtmpfs dev /dev

export HOME=/root

rm -rf /var/run/xenstore
rm -rf /var/run/xen

/etc/init.d/xencommons start

exec /bin/bash

-------------------

And I pass init=/root/init.sh on the Linux kernel command line.

Cheers,

--
Julien Grall

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxx
https://lists.xen.org/xen-devel

 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.