[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] DomU creation failure for Xen-ARM
On Sun, Oct 27, 2013 at 5:15 PM, Vaibhav Bedia <vaibhav.bedia@xxxxxxxxx> wrote: > Hi, > > By putting some stupid workaround in dist-tools creation step as > reported earlier > i now have a Ubuntu ARM system running on OMAP5 Dom0. > I finally got a couple of DomUs using a ramdisk running on OMAP5 :) The problem was due to the dtb for DomU allocating only 32MB of memory. Once i increased that the error reported earlier went away. The comment in xenvm-4.2.dts in the kernel seems to suggest the memory node gets updated memory@80000000 { device_type = "memory"; /* this field is going to be adjusted by the hypervisor */ reg = <0 0x80000000 0 0x08000000>; }; Is there some config option to get this working as expected? Thanks, Vaibhav _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |