[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-users] Booting dom0 on OMAP5432 board
On Wed, 2014-09-24 at 20:17 +0400, Konstantin Belov wrote: > Ian, > That's what I have in FDT before bootm command: > > U-Boot# fdt print /chosen > chosen { > xen,dom0-bootargs = "console=hvc0 earlyprintk=xen debug > ignore_loglevel root=/dev/mmcblk0p2 rw rootwait fixrtc"; > xen,xen-bootargs = "sync_console console=dtuart dtuart=serial2"; > modules { > #size-cells = <0x00000001>; > #address-cells = <0x00000001>; > module@0 { > reg = <0xa0000000 0x00a00000>; > compatible = "xen,linux-zimage", > "xen,multiboot-module"; > }; > }; > }; > > Also I tried to add more options for Xen (which I took from Arndale > setup): "loglvl=all guest_loglvl=all sync_console console_to_ring" > but this didn't add any extra info. I don't spot anything wrong with this :-( Could you try putting /chosen/xen,dom0-bootargs into /chosen/modules/module@0/bootargs instead and see if that works? Perhaps we have somehow regressed the former path (in which case it should be fixed). Ian. _______________________________________________ Xen-users mailing list Xen-users@xxxxxxxxxxxxx http://lists.xen.org/xen-users
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |