Re: [Xen-devel] unable start xen in hikey

2016-08-22 Thread Julien Grall
On 19/08/16 23:44, Kamenee Arumugam wrote: Hi Julien/Chen, Hello, Thanks, it is working for me after setting CONFIG_ARCH_HISI = y in config file. So, when i tried to boot linux thru startup.sh, it seems to hangs and below are the traces of log: Press ESC in 1 seconds to skip startup.nsh

Re: [Xen-devel] unable start xen in hikey

2016-08-19 Thread Kamenee Arumugam
Hi Julien/Chen, Thanks, it is working for me after setting CONFIG_ARCH_HISI = y in config file. So, when i tried to boot linux thru startup.sh, it seems to hangs and below are the traces of log: Press ESC in 1 seconds to skip startup.nsh or any other key to continue. Shell> FS0: FS0:\> Image

Re: [Xen-devel] unable start xen in hikey

2016-08-19 Thread Julien Grall
Hello, On 18/08/16 22:44, Kamenee Arumugam wrote: Please avoid to top-post on the mailing list. Yes, I did try "make dtbs" too, but no difference and it doesn't generate .dtb file. here is the cmd I used: make ARCH=arm64 CROSS_COMPILE=aarch64-linux-gnu- Image dtbs The hikey device tree

Re: [Xen-devel] unable start xen in hikey

2016-08-19 Thread Julien Grall
Hello, On 18/08/16 22:11, Kamenee Arumugam wrote: I am using linux kernel from 96 boards repo: https://github.com/96boards/linux.git and I compile using this command as below: make Image -j24 arch/arm64/boot/dts/hisilicon/hi6220-hikey.dts What is your

Re: [Xen-devel] unable start xen in hikey

2016-08-19 Thread Julien Grall
Hello, On 18/08/16 16:50, Chenxiao Zhao wrote: Please avoid top-posting on the mailing list. It seems that you are using a dtb file that is not compatible with XEN hypervisor on hikey. I strongly suggest you compile the kernel from source in 96boards's repository. When you compile the kernel

Re: [Xen-devel] unable start xen in hikey

2016-08-18 Thread Kamenee Arumugam
Yes, I did try "make dtbs" too, but no difference and it doesn't generate .dtb file. here is the cmd I used: make ARCH=arm64 CROSS_COMPILE=aarch64-linux-gnu- Image dtbs Thanks, Kamenee On Thu, Aug 18, 2016 at 5:22 PM, Meng Xu wrote: > On Thu, Aug 18, 2016 at 5:11 PM,

Re: [Xen-devel] unable start xen in hikey

2016-08-18 Thread Meng Xu
On Thu, Aug 18, 2016 at 5:11 PM, Kamenee Arumugam wrote: > Hi Konrad, > > I have already specified that in my xen.cfg : > > options=console=dtuart dom0_mem=512M dom0_max_vcpus=4 conswitch=x > dtuart=/smb/uart@f7113000 > kernel=Image console=hvc0 root=/dev/mmcblk1p4

Re: [Xen-devel] unable start xen in hikey

2016-08-18 Thread Kamenee Arumugam
Hi Konrad, I have already specified that in my xen.cfg : options=console=dtuart dom0_mem=512M dom0_max_vcpus=4 conswitch=x dtuart=/smb/uart@f7113000 kernel=Image console=hvc0 root=/dev/mmcblk1p4 rootwait rw dtb=hi6220-hikey.dtb Chen, I am using linux kernel from 96 boards repo:

Re: [Xen-devel] unable start xen in hikey

2016-08-18 Thread Konrad Rzeszutek Wilk
On Wed, Aug 17, 2016 at 06:30:23PM -0400, Kamenee Arumugam wrote: > Hi Chen, > > My previous issue was resolved when i used hi6220-hikey.dtb from this > source: https://github.com/kuscsik/device-linaro-hikey-kernel. When I > download linux kernel, there doesn't seems to contain hi6220-hikey.dtb.

Re: [Xen-devel] unable start xen in hikey

2016-08-18 Thread Chenxiao Zhao
It seems that you are using a dtb file that is not compatible with XEN hypervisor on hikey. I strongly suggest you compile the kernel from source in 96boards's repository. When you compile the kernel it will compile the dtb from dts as well. On Thu, Aug 18, 2016 at 6:30 AM Kamenee Arumugam

Re: [Xen-devel] unable start xen in hikey

2016-08-17 Thread Kamenee Arumugam
Hi Chen, My previous issue was resolved when i used hi6220-hikey.dtb from this source: https://github.com/kuscsik/device-linaro-hikey-kernel. When I download linux kernel, there doesn't seems to contain hi6220-hikey.dtb. But now it got stuck while loading Dom0 and below are log traces: (XEN)

Re: [Xen-devel] unable start xen in hikey

2016-08-10 Thread Chenxiao Zhao
You should compile kernel first. Please follow the "Getting Started" page on 96boards On 8/10/2016 7:07 AM, Kamenee Arumugam wrote: Hi Chen, I have tried to flash UEFI in my board with latest one but still facing the same issue. Regarding to use dtb file from kernel source, I couldnt find

Re: [Xen-devel] unable start xen in hikey

2016-08-09 Thread Meng Xu
On Tue, Aug 9, 2016 at 7:07 PM, Kamenee Arumugam wrote: > > Hi Chen, > > I have tried to flash UEFI in my board with latest one but still facing the > same issue. Regarding to use dtb file from kernel source, I couldnt find > hi6220-hikey.dtb in my source kernel. i am

Re: [Xen-devel] unable start xen in hikey

2016-08-09 Thread Kamenee Arumugam
Hi Chen, I have tried to flash UEFI in my board with latest one but still facing the same issue. Regarding to use dtb file from kernel source, I couldnt find hi6220-hikey.dtb in my source kernel. i am downloading my kernel source from here:

Re: [Xen-devel] unable start xen in hikey

2016-08-04 Thread Chenxiao Zhao
The xen.cfg file seems fine to me. I suggest you try to use the dtb file compiled from the kernel source and update UEFI bootloader on hikey board to the latest version. hope this could help. On 8/4/2016 11:02 PM, Kamenee Arumugam wrote: I have already pass hi6220-key.dtb in my xen.cfg:

Re: [Xen-devel] unable start xen in hikey

2016-08-04 Thread Kamenee Arumugam
I have already pass hi6220-key.dtb in my xen.cfg: options=console=dtuart dom0_mem=512M dom0_max_vcpus=4 conswitch=x dtuart=/smb/uart@f7113000 kernel=Image console=hvc0 root=/dev/mmcblk1p4 rootwait rw dtb=hi6220-hikey.dtb I download the hi6220-hikey.dtb from this site:

Re: [Xen-devel] unable start xen in hikey

2016-08-04 Thread Chenxiao Zhao
you have to pass hi6220-key.dtb to xen. On Thu, Aug 4, 2016 at 2:15 AM Kamenee Arumugam wrote: > Hi all, > > I am unable to start xen in hikey successfully but getting to this prompt > message: > > > >* Xen 4.7.0 (c/s Mon Jun 20 11:38:15 2016 +0100 git:9a6cc4f) EFI

[Xen-devel] unable start xen in hikey

2016-08-03 Thread Kamenee Arumugam
Hi all, I am unable to start xen in hikey successfully but getting to this prompt message: >* Xen 4.7.0 (c/s Mon Jun 20 11:38:15 2016 +0100 git:9a6cc4f) EFI loader* >* Using configuration file 'xen.cfg'* > * Image: 0x79fd-0x7acb8c00* *> Unable to create new FDT* *Shell* I