[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-users] Booting dom0 on OMAP5432 board
Hello, Adding Chen Baozi. He did the port of this board on Xen. Regards, On 23/09/2014 21:17, manul wrote: Hi, I took U-Boot settings from wiki page and they look as follow: setenv xen_image xen-uImage; setenv dtb_file omap5-uevm.dtb; setenv linux_image zImage-ram; setenv dtb_addr_r 0x825f0000; setenv xen_addr_r 0x90000000; setenv kernel_addr_r 0xa0000000 setenv bootcmd 'bootm $xen_addr_r - $dtb_addr_r' setenv xen_bootargs 'sync_console console=dtuart dtuart=serial2' setenv dom0_bootargs "console=hvc0 debug ignore_loglevel root=/dev/mmcblk0p2 rw rootwait init=/sbin/init fixrtc" fatload mmc 0:1 $dtb_addr_r $dtb_file; fatload mmc 0:1 $xen_addr_r $xen_image; fatload mmc 0:1 $kernel_addr_r $linux_image; fdt addr $dtb_addr_r; fdt resize; fdt set /chosen xen,xen-bootargs \"$xen_bootargs\" fdt resize; fdt set /chosen xen,dom0-bootargs \"$dom0_bootargs\" fdt mknode /chosen modules fdt set /chosen/modules \#address-cells <1> fdt set /chosen/modules \#size-cells <1> fdt mknode /chosen/modules module@0 fdt set /chosen/modules/module@0 compatible xen,linux-zimage xen,multiboot-module fdt set /chosen/modules/module@0 reg <$kernel_addr_r 0xa00000> Also I tried early_printk for Linux, but it didn't help - no output at all. linux_config.linux_config <http://xen.1045712.n5.nabble.com/file/n5724834/linux_config.linux_config> dtsi.diff <http://xen.1045712.n5.nabble.com/file/n5724834/dtsi.diff> -- View this message in context: http://xen.1045712.n5.nabble.com/Booting-dom0-on-OMAP5432-board-tp5722709p5724834.html Sent from the Xen - User mailing list archive at Nabble.com. _______________________________________________ Xen-users mailing list Xen-users@xxxxxxxxxxxxx http://lists.xen.org/xen-users _______________________________________________ Xen-users mailing list Xen-users@xxxxxxxxxxxxx http://lists.xen.org/xen-users
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |