[Embeddedxen-devel] RE : [XenARM] Re:xen-pxa270-qemu
Brought to you by:
rossierd
From: SAMBUC L. <lio...@he...> - 2010-04-24 10:29:07
|
Hello, from your attched output log, the eu-strip tool is not installed on your system. It is found in the elfutils package. I will update the wiki and add this package in the requirement list, as well as the bridge utils. Otherwise, both domains are compiled alright. As the final image is made from the stripped versions of the images files and as they are not created, they are not included. There is no error reported during the creation of the final image as this is possible to include only one domain (be it either domU or dom0). With that last package, you should have an embeddedxen up and running. Thank you for your feedback, it has helped a lot in the creation of a complete step by step guide. As usual, if any question arise, just let us know! Regards, Lionel ________________________________________ De : sreenaath vasudevan [sre...@gm...] Date d'envoi : vendredi, 23. avril 2010 21:14 À : ROSSIER Daniel Cc : emb...@li... Objet : Re: [Embeddedxen-devel] [XenARM] Re:xen-pxa270-qemu Hi Yes I think dom0 is missing. This is how I got the code and how I built it 1. git clone git://embeddedxen.git.sourceforge.net/gitroot/embeddedxen/embeddedxen<http://embeddedxen.git.sourceforge.net/gitroot/embeddedxen/embeddedxen> 2. cd embeddedxen 3. ./build-embeddedxen -u -0 -x The output in the command line after firing the build-embeddedxen command, the last few line of the output I am giving below. Also I am attaching the full output of the build-embeddedxen command. 4. untarred rootfs like sudo tar -jxf rootfs.tar.bz2 @ /opt/boards/filesystem/rootfs- oabi. After this made changes to config files as told in wiki Then ran QEMU like this user@localhost > sudo qemu-system-arm -localtime -M mainstone -kernel xen/arch/arm/boot/uImage.mainstone -pflash ./flash1 -pflash ./flash2 -s -m 256 -net nic -net tap,ifname=tap0,script=/etc/qemu-ifup -serial vc:1000x500 On doing this I got the panic as reported in my previous post. Please do let me know if theres anything wrong wiht the build-embeddexen command or anything is wrong from the output. -- regards sreenaath |