Hi,
My case is here. it works….
[XEN]
Xen/ARM virtual machine monitor for <NULL>
Copyright (C) 2007 Samsung Electronics Co, Ltd. All Rights Reserved.
[XEN] Bitmap start = 0xff197000
[XEN] Initializing ARM FCSE Unit
[XEN] Using scheduler: SMP Credit Scheduler (credit)
[XEN] Loading domain 0
[XEN] - partition : 0x0 ~ 0x8000000
[XEN] - image : 0x5800000 ~ 0x8000000
[XEN] IS_ELF:1 e_dient:1 != 1 e_type:2
VMALLOC_END f8000000
paging_init #6
[XEN] VCPU Migrate
<6>SMP: Total of 1 processors activated (13631.48 BogoMIPS).
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Initializing cgroup subsys cpu
From: xen-arm-bounces@xxxxxxxxxxxxx [mailto:xen-arm-bounces@xxxxxxxxxxxxx] On Behalf Of wang zhihao
Sent: Tuesday, March 06, 2012 1:44 PM
To: xen-arm@xxxxxxxxxxxxxxxxxxx
Cc: Zhang Ke; zhangliuhang
Subject: [XenARM] How to boot the xen up in Uboot?
Recently i'm trying to boot xen on Trim Slice, which is powered by Tegra2.
The source code is cloned from jaeminryu's GIT Repo.
I modify the position of toolchain_prefix, then use the command:
i get this following three files.
-rwxr-xr-x 1 wangzhihao root 431728 2012-03-06 12:05 xen*
-rw-r--r-- 1 wangzhihao root 145294 2012-03-06 12:05 xen.gz
-rwxr-xr-x 1 wangzhihao root 1711910 2012-03-06 12:05 xen-syms*
The user guide[ Secure_Xen_on_ARM_User_Guide_v1_1.pdf ] tells me to boot system like this in Uboot:
But it stuck and give nothing info, while I expect these info:
[XEN]Xen/ARM virtual machine monitor for ARM architecture
[XEN] Copyright (C) 2007 Samsung Electronics Co, Ltd. All Rights Reserved.
[XEN] Using scheduler: Borrowed Virtual Time (bvt)
[XEN] *** LOADING DOMAIN : 0 ***
[XEN] Physical Memory Arrangement: c0200000->c2000000
I think it should give the red part even if i don't specify the dom0's position.
Can you give me some tips to get it boot up ?