Hi,
Sorry for the delay, I will put online a short step by step
procedure to compile and
start EmbeddedXen, as well as a FAQ, starting with your
questions.
This will be available on the SourceForge web page of the
project, I intend to have it
online by the end of the day (17h00 GMT, 22nd April
2010).
The web page is located at http://embeddedxen.sourceforge.net/,
this is where
you will find the most up to date information.
Please continue to post any other question on this mailing list.
Have a nice day,
Lionel
From: xen-arm-bounces@xxxxxxxxxxxxxxxxxxx
[mailto:xen-arm-bounces@xxxxxxxxxxxxxxxxxxx] On Behalf Of sreenaath
vasudevan
Sent: mercredi 21 avril 2010 04:50
To: xen-arm@xxxxxxxxxxxxxxxxxxx
Subject: [XenARM] Re:xen-pxa270-qemu
I tried to run xen-arm on pxa270 emulated on qemu by
following this link
http://lists.xensource.com/archives/html/xen-arm/2009-04/msg00001.html
I am not able to get in to dom0 console at all.
1. I installed the cross compiler arm-unknown-linux-gnuabi-gcc.
The Linux distro I use is Ubuntu 9.10.
2. I installed the qemu that came default with ubuntu 9.10
linux.
4. To compile and run it, this is what I did
a) I untarred the tarball and did a 'make
all' inside the 'xen-pxa270-qemu' folder. Before firing the make command, I set
the CROSS_COMPILE env variable to point to the cross compiler 'arm-unknown-linux-gnuabi-gcc'.
c) When I run it in
non-graphical mode with -nographic option in qemu-system-arm, the console
outputs that xen image is getting loaded and linux image is getting
loaded in dom0. After that nothing happens. I am not able to enter
anything in the command console as it only displays 'Hit Ctrl 'A' three
times to enter in to xen mode'. When I hit Ctrl + 'A' three time it displays
'Hit Ctrl 'A' three times to enter in to dom0'
d) When I ran it, in Graphical mode I saw a
black screen popping up and in the command window I see the message "map
addr 0x8297e80". After that nothing happens. I am not able to see anything
in the graphical screen too.
It would be extremely helpful if someone can tell me how to
get in to dom0 console.