| 
    
 [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] which branch should be used as dom0 on arndale
 2013/10/31 Julien Grall <julien.grall@xxxxxxxxxx> 
On 10/30/2013 02:57 PM, mail fetch wrote: Thanks. But i boot Xen from local SD card. Any BKM for boot from SD card? 
 Sorry, I am too excite to get my Arndale board and cannot wait to boot up it. Cheers, I meet two problems when booting up Xen and Guest following the instructions from Xen wiki: 1. Console cannot work. I cannot see any boot message from Xen. But i can see the dom0's boot log.And cannot login dom0 through console. 2. Xen hang after booting guest. Here is my configuration i added to dts: 
        chosen {                 bootargs = "dom0_mem=256M sync_console console=dtuart dtuart=serial0"; 
                xen,dom0-bootargs = "console=hvc0,115200n8 debug root=/dev/mmcblk1p3 ignore_loglevel rw rootwait earlyprintk=xen";                 modules { 
                        module@0 {                                 compatible = "xen,linux-zimage", "xen,multiboot-module"; 
                                reg = <0x60000000 0x400000>;                         };                 };         }; And i build Xen with DTB attached: make dist-xen XEN_TARGET_ARCH=arm32 CROSS_COMPILE=arm-linux-gnueabi- CONFIG_DTB_FILE=/root/linux-dom0/arch/arm/boot/dts/exynos5250-arndale.dtb Here are the commands to boot up Xen from u-boot setenv kernel_addr_r 0x60000000 setenv xen_addr_r 0x50000000 setenv bootcmd_load_linux_mmc 'ext2load mmc 0:1 $kernel_addr_r /zImage' setenv boot_xen_mmc 'run bootcmd_load_linux_mmc; ext2load mmc 0:1 $xen_addr_r /xen-uImage; bootm $xen_addr_r -' setenv bootcmd 'run boot_xen_mmc' 
 boot best regards _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel 
  | 
  
![]()  | 
            
         Lists.xenproject.org is hosted with RackSpace, monitoring our  |