All of lore.kernel.org
 help / color / mirror / Atom feed
* Question about running Xen 4.4 on Arndale board
@ 2014-04-09 19:55 Meng Xu
  2014-04-11 12:55 ` Julien Grall
  0 siblings, 1 reply; 14+ messages in thread
From: Meng Xu @ 2014-04-09 19:55 UTC (permalink / raw)
  To: xen-devel@lists.xen.org; +Cc: Hyon-Young Choi, Meng Xu


[-- Attachment #1.1: Type: text/plain, Size: 2061 bytes --]

Hi,

We have a Samsung Exynos 5420 Arndale Octa Board. We tried to run Xen 4.4
on the Arndale Octa board.

We have successfully to run Ubuntu on that board by customizing the UBoot.

We followed the instructions in
http://wiki.xen.org/wiki/Xen_ARM_with_Virtualization_Extensions/Arndale.

We tried to boot from the SD card, so the UBoot variable we set is:

env print
addmac=setenv bootargs "${bootargs} mac=${ethaddr}"
boot_xen_mmc=run bootcmd_load_linux_mmc; fatload mmc 0:2 $xen_addr_r
/xen-uImage; bootm $xen_addr_r -
bootargs=console=tty0 console=ttySAC3,115200n8
 root=UUID=033f7255-a182-45e9-bf46-331666c414f4 rootwait ro
bootcmd=run boot_xen_mmc
bootcmd_load_linux_mmc=fatload mmc 0:2 $kernel_addr_r /zImage
ethact=asx0
ethaddr=02:f5:0c:d6:94:24
fdt_high=0xffffffff
initrd_high=0xffffffff
kernel_addr_r=0x60000000
preboot=usb start
stderr=serial
stdin=serial
stdout=serial
xen_addr_r=0x50000000
Environment size: 566/16380 bytes

When we boot the board with command "#boot", xen does not seem to boot.
The message we got is:

reading /zImag
4801504 bytes read
reading /xen-uImage
880833 bytes read
## Booting kernel from Legacy Image at 50000000 ...
   Image Name:
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:    880769 Bytes = 860.1 KiB
   Load Address: 80200000
   Entry Point:  80200000
   Verifying Checksum ... OK
   Loading Kernel Image ... OK
OK
Starting kernel ...


Since the website says the configuration for booting from the SD card is
not updated for the newest Xen version, *our question is:*
Could anyone please point out the error we made in the configuration? or
Could anyone please give us a pointer to the documentation which works for
the newest version of Xen?

If no latest doc is there, which version of Xen works for the configuration
provided in the website:
http://wiki.xen.org/wiki/Xen_ARM_with_Virtualization_Extensions/Arndale

Thank you very much for your time and help in this question!

Best,

Meng



-----------
Meng Xu
PhD Student in Computer and Information Science
University of Pennsylvania

[-- Attachment #1.2: Type: text/html, Size: 3944 bytes --]

[-- Attachment #2: Type: text/plain, Size: 126 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

^ permalink raw reply	[flat|nested] 14+ messages in thread
* Re: Question about running Xen 4.4 on Arndale board
@ 2014-04-14 15:47 tod carpenter
  0 siblings, 0 replies; 14+ messages in thread
From: tod carpenter @ 2014-04-14 15:47 UTC (permalink / raw)
  To: xen-devel, HyonYoung Choi


[-- Attachment #1.1: Type: text/plain, Size: 350 bytes --]

> Any suggestion would be very appreciated for us.

Hyonyoung,

One thing I note between what I did and your u-Boot script is that I
explicitly loaded the .dtb.  I didn't see that in your trace.

See
http://wiki.xenproject.org/wiki/Xen_ARM_with_Virtualization_Extensions/Arndale#Alternate_SD_approach_based_on_Linaro_pre-built_image_for_Arndale_5250

[-- Attachment #1.2: Type: text/html, Size: 632 bytes --]

[-- Attachment #2: Type: text/plain, Size: 126 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2014-04-15  1:49 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-09 19:55 Question about running Xen 4.4 on Arndale board Meng Xu
2014-04-11 12:55 ` Julien Grall
2014-04-11 13:17   ` Meng Xu
2014-04-11 13:27     ` Julien Grall
2014-04-14 15:33       ` HyonYoung Choi
2014-04-14 16:31         ` Julien Grall
2014-04-14 17:01           ` HyonYoung Choi
2014-04-14 17:07           ` Suriyan Ramasami
2014-04-14 17:37             ` Julien Grall
2014-04-14 17:52               ` HyonYoung Choi
2014-04-14 18:34                 ` Julien Grall
2014-04-14 18:54                   ` HyonYoung Choi
2014-04-15  1:49               ` Suriyan Ramasami
  -- strict thread matches above, loose matches on Subject: below --
2014-04-14 15:47 tod carpenter

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.