Hi all,
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:
make install-xen
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:
set ipaddr 10.30.0.13
set serverip 10.30.0.21
tftp 0xc0008000 xen
go 0xc0008000
But it stuck and give nothing info, while I expect these info:
[XEN]
[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 ?
Best Regards
Wang zhihao