Re: [Embeddedxen-devel] How to get to domU from dom0
Brought to you by:
rossierd
From: Bornet R. <rom...@he...> - 2012-03-20 10:19:42
|
Hi Krishna and list, --- Original Message --- > From: Krishna Pavan [mailto:pos...@gm...] > Sent: mardi 20 mars 2012 10:14 > To: Rossier Daniel > Cc: emb...@li... > Subject: Re: [Embeddedxen-devel] How to get to domU from dom0 > > Thank You Embedded-Xen-Devel & Rossier, > > I would like to know > -pflash file --> use 'file' as a parallel flash image flash1 & flash2 are used. > 1. Are they some kind of BIOS? related to that of linux & colibri? The Qemu -pflash option can be used to boot an emulated system from an emulated flash (NAND/NOR) device. Qemu needs to be patched for supporting this option and our current version in EmbeddedXen tree is not already patched for this support. We currently boot from an emulated harddisk interface (-had Qemu option). To be short, you can ignore these options and remove them from the Qemu command-line. It is a remaining of older project in our scripts and we will remove them from the distributed scripts to not confuse the user. > 2. If need to run either kernel alone on QEMU-for-ARM, If it's Embedded Xen or other, Will it be possible by supplying a zImage/uImage/vmlinux[ELF]? > I have been experiencing and trying to run the uImage.embeddedxen.versatilev6 alone like this, I get a blankscreen and nothing else.... > > Screenshot is here > > Please Suggest ! Please use the provided startup scripts at the root of the EmbeddedXen tree (stv6h script in your case). You will thus have all necessary Qemu options configured correctly. In your example, there are some errors / missing options compared to what we use in our scripts - memory size is set to 128MB in your command line (-m 128) where we use 256MB - you don't provide a disk image for the rootfs (-hda tools/rootfs/rootfs_v6.img) Hope this helps Romain |