Il giorno venerdì 3 aprile 2015 23:03:45 UTC+2, Ian Campbell ha scritto: > > On Fri, 2015-04-03 at 09:39 -0700, Fabio_Khan wrote: > > Hello Everyone! > > > I have just bought a Cubietruck and I really want to set up an > > hypervisor on it. My aim is to build the system entirely on a SD card > > Cool! > > FYI I'm one of the developers of Xen on ARM, but.. I'm about to go on > vacation for 10 days. If you don't find the answer here you might want > to try the xen-users list over at xenproject.org. >
Thanks for the Answer! > [...] > > When I put xen in the toolchain, the kernel gets loaded but gets stuck > > almost at the end of its initialization not allowing me to get to the > > shell. > > That usually means that there is no getty running on hvc0. > > I'm not sure how one configures that with Ubuntu. > > Perhaps boot native and then have a dig around under /etc and see if you > can find what creates ones for tty or ttyS and copy those? > > Then once you've got a shell on a system with Xen running you will want > to arrange for the xencommons initscript to be run, that should setup > the userspace half (mount xenfs, start the daemons etc). > > Ian. > > Yes, it worked as you suggested. I copied one of the ttyx.config files in ./etc/init and changed all the "ttyx" strings with "hvc0". It worked and now I am able to use the shell. About the Xen tools and utils not being recognized, I have found out the RootFS I am using has only the support for xen 4.4.X. I have tried to run xen 4.4.2 instead of the 4.5 and it works perfectly. To have the 4.5 working, I need to upgrade those tools so that everything is set up for good. -- You received this message because you are subscribed to the Google Groups "linux-sunxi" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
