* Can not boot Dom0 when using Anthony's new XenARM source for Arndale.
@ 2013-03-25 10:35 Gihun Jung
2013-03-26 19:35 ` Julien Grall
0 siblings, 1 reply; 7+ messages in thread
From: Gihun Jung @ 2013-03-25 10:35 UTC (permalink / raw)
To: xen-devel, Anthony.Perard
Hi Xen Developers,
I had tested new XenARM for Arndale board that is updated in Anthony's
tree from 2 days ago.
I expected that will be working. But, I can not boot Dom0 Kernel.
I used kernel and XenARM both are from Xen
Wiki(http://wiki.xen.org/wiki/Xen_ARM_with_Virtualization_Extensions/Arndale).
It (seems) stopped after "(XEN) Freed 212kB init memory" message. When
I changed serial input to Xen ('ctrl-a' 3 times) and dump state, it
show we are in Undefined processor mode or sometimes in Abort mode.
Does anyone else have the same problem? or Am I doing something wrong?
Thanks in advance,
Gihun Jung.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Can not boot Dom0 when using Anthony's new XenARM source for Arndale.
@ 2013-03-25 10:43 Gihun Jung
0 siblings, 0 replies; 7+ messages in thread
From: Gihun Jung @ 2013-03-25 10:43 UTC (permalink / raw)
To: xen-devel
Hi Xen Developers,
I had tested new XenARM for Arndale board that is updated in Anthony's
tree from 2 days ago.
I expected that will be working. But, I can not boot Dom0 Kernel.
I used kernel and XenARM both are from Xen
Wiki(http://wiki.xen.org/wiki/Xen_ARM_with_Virtualization_Extensions/Arndale).
It (seems) stopped after "(XEN) Freed 212kB init memory" message. When
I changed serial input to Xen ('ctrl-a' 3 times) and dump state, it
show we are in Undefined processor mode or sometimes in Abort mode.
Does anyone else have the same problem? or Am I doing something wrong?
Thanks in advance,
Gihun Jung.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Can not boot Dom0 when using Anthony's new XenARM source for Arndale.
2013-03-25 10:35 Can not boot Dom0 when using Anthony's new XenARM source for Arndale Gihun Jung
@ 2013-03-26 19:35 ` Julien Grall
2013-03-27 3:03 ` Chen Baozi
2013-03-27 8:15 ` Gihun Jung
0 siblings, 2 replies; 7+ messages in thread
From: Julien Grall @ 2013-03-26 19:35 UTC (permalink / raw)
To: Gihun Jung; +Cc: Anthony Perard, xen-devel@lists.xensource.com
On 03/25/2013 10:35 AM, Gihun Jung wrote:
> Hi Xen Developers,
Hello,
> I had tested new XenARM for Arndale board that is updated in Anthony's
> tree from 2 days ago.
>
> I expected that will be working. But, I can not boot Dom0 Kernel.
> I used kernel and XenARM both are from Xen
> Wiki(http://wiki.xen.org/wiki/Xen_ARM_with_Virtualization_Extensions/Arndale).
>
> It (seems) stopped after "(XEN) Freed 212kB init memory" message. When
> I changed serial input to Xen ('ctrl-a' 3 times) and dump state, it
> show we are in Undefined processor mode or sometimes in Abort mode.
>
> Does anyone else have the same problem? or Am I doing something wrong?
I have updated the wiki page and the linux git.
Could you retry with the new instructions? If you still have this issue,
could you send serial output?
Thanks,
Julien
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Can not boot Dom0 when using Anthony's new XenARM source for Arndale.
2013-03-26 19:35 ` Julien Grall
@ 2013-03-27 3:03 ` Chen Baozi
2013-03-27 12:21 ` Julien Grall
2013-03-27 8:15 ` Gihun Jung
1 sibling, 1 reply; 7+ messages in thread
From: Chen Baozi @ 2013-03-27 3:03 UTC (permalink / raw)
To: Julien Grall; +Cc: Gihun Jung, Anthony Perard, xen-devel@lists.xensource.com
On Tue, Mar 26, 2013 at 07:35:22PM +0000, Julien Grall wrote:
> On 03/25/2013 10:35 AM, Gihun Jung wrote:
>
> > I had tested new XenARM for Arndale board that is updated in Anthony's
> > tree from 2 days ago.
> >
> > I expected that will be working. But, I can not boot Dom0 Kernel.
> > I used kernel and XenARM both are from Xen
> > Wiki(http://wiki.xen.org/wiki/Xen_ARM_with_Virtualization_Extensions/Arndale).
> >
> > It (seems) stopped after "(XEN) Freed 212kB init memory" message. When
> > I changed serial input to Xen ('ctrl-a' 3 times) and dump state, it
> > show we are in Undefined processor mode or sometimes in Abort mode.
> >
> > Does anyone else have the same problem? or Am I doing something wrong?
>
> I have updated the wiki page and the linux git.
> Could you retry with the new instructions? If you still have this issue,
> could you send serial output?
>
Hi Julien,
Great to see the updates!
Noticed that it would load xen-uImage in u-boot. However, it seems there is
no instruction about how to produce the uImage for xen. It does mention "make
uImage" when building dom0 kernel, but it seems that only zImage is loaded
when loading by u-boot commands. This really confused me.
Thanks,
- Chen Baozi
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Can not boot Dom0 when using Anthony's new XenARM source for Arndale.
2013-03-26 19:35 ` Julien Grall
2013-03-27 3:03 ` Chen Baozi
@ 2013-03-27 8:15 ` Gihun Jung
2013-03-27 11:53 ` Julien Grall
1 sibling, 1 reply; 7+ messages in thread
From: Gihun Jung @ 2013-03-27 8:15 UTC (permalink / raw)
To: Julien Grall; +Cc: Anthony Perard, xen-devel@lists.xensource.com
2013/3/27 Julien Grall <julien.grall@citrix.com>:
> On 03/25/2013 10:35 AM, Gihun Jung wrote:
>
>> Hi Xen Developers,
>
> Hello,
>
>
>> I had tested new XenARM for Arndale board that is updated in Anthony's
>> tree from 2 days ago.
>>
>> I expected that will be working. But, I can not boot Dom0 Kernel.
>> I used kernel and XenARM both are from Xen
>> Wiki(http://wiki.xen.org/wiki/Xen_ARM_with_Virtualization_Extensions/Arndale).
>>
>> It (seems) stopped after "(XEN) Freed 212kB init memory" message. When
>> I changed serial input to Xen ('ctrl-a' 3 times) and dump state, it
>> show we are in Undefined processor mode or sometimes in Abort mode.
>>
>> Does anyone else have the same problem? or Am I doing something wrong?
>
> I have updated the wiki page and the linux git.
> Could you retry with the new instructions? If you still have this issue,
> could you send serial output?
>
> Thanks,
>
> Julien
>
Thanks for your reply. It is pleasure to read updated wiki!
I have solved this issues with changing the load address of zImage by
u-boot to 0x60000000 from 0x40007000.
In that case, we should change "reg" of "module@0" node, which
described xen,multiboot-module as compatible from
exynos5250-ardale.dts.
The default value is reg = <0x40007000, 0x40000>. Am I doing right to
change 0x40007000 to 0x60000000?. It succeed to boot when i change it.
However, when I just leave it as a default and loaded zImage at
0x60000000, it was not working: Xen could not find zImage.
I think you will mention about this matter on wiki for clearing this
situation if it is right.
Thanks,
Gihun Jung
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Can not boot Dom0 when using Anthony's new XenARM source for Arndale.
2013-03-27 8:15 ` Gihun Jung
@ 2013-03-27 11:53 ` Julien Grall
0 siblings, 0 replies; 7+ messages in thread
From: Julien Grall @ 2013-03-27 11:53 UTC (permalink / raw)
To: Gihun Jung; +Cc: Anthony Perard, xen-devel@lists.xensource.com
On 03/27/2013 08:15 AM, Gihun Jung wrote:
> 2013/3/27 Julien Grall <julien.grall@citrix.com>:
>> On 03/25/2013 10:35 AM, Gihun Jung wrote:
>>
>>> Hi Xen Developers,
>>
>> Hello,
>>
>>
>>> I had tested new XenARM for Arndale board that is updated in Anthony's
>>> tree from 2 days ago.
>>>
>>> I expected that will be working. But, I can not boot Dom0 Kernel.
>>> I used kernel and XenARM both are from Xen
>>> Wiki(http://wiki.xen.org/wiki/Xen_ARM_with_Virtualization_Extensions/Arndale).
>>>
>>> It (seems) stopped after "(XEN) Freed 212kB init memory" message. When
>>> I changed serial input to Xen ('ctrl-a' 3 times) and dump state, it
>>> show we are in Undefined processor mode or sometimes in Abort mode.
>>>
>>> Does anyone else have the same problem? or Am I doing something wrong?
>>
>> I have updated the wiki page and the linux git.
>> Could you retry with the new instructions? If you still have this issue,
>> could you send serial output?
>>
>> Thanks,
>>
>> Julien
>>
>
>
> Thanks for your reply. It is pleasure to read updated wiki!
> I have solved this issues with changing the load address of zImage by
> u-boot to 0x60000000 from 0x40007000.
> In that case, we should change "reg" of "module@0" node, which
> described xen,multiboot-module as compatible from
> exynos5250-ardale.dts.
> The default value is reg = <0x40007000, 0x40000>. Am I doing right to
> change 0x40007000 to 0x60000000?. It succeed to boot when i change it.
> However, when I just leave it as a default and loaded zImage at
> 0x60000000, it was not working: Xen could not find zImage.
> I think you will mention about this matter on wiki for clearing this
> situation if it is right.
I made a commit yesterday evening to change module@0 base address. I
don't have access to Anthony's git so I have created a new git:
http://xenbits.xen.org/gitweb/?p=people/julieng/linux-arm.git;a=summary
The wiki should point to the new git.
Cheers,
Julien
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Can not boot Dom0 when using Anthony's new XenARM source for Arndale.
2013-03-27 3:03 ` Chen Baozi
@ 2013-03-27 12:21 ` Julien Grall
0 siblings, 0 replies; 7+ messages in thread
From: Julien Grall @ 2013-03-27 12:21 UTC (permalink / raw)
To: Chen Baozi; +Cc: Gihun Jung, Anthony Perard, xen-devel@lists.xensource.com
On 03/27/2013 03:03 AM, Chen Baozi wrote:
> On Tue, Mar 26, 2013 at 07:35:22PM +0000, Julien Grall wrote:
>> On 03/25/2013 10:35 AM, Gihun Jung wrote:
>>
>>> I had tested new XenARM for Arndale board that is updated in Anthony's
>>> tree from 2 days ago.
>>>
>>> I expected that will be working. But, I can not boot Dom0 Kernel.
>>> I used kernel and XenARM both are from Xen
>>> Wiki(http://wiki.xen.org/wiki/Xen_ARM_with_Virtualization_Extensions/Arndale).
>>>
>>> It (seems) stopped after "(XEN) Freed 212kB init memory" message. When
>>> I changed serial input to Xen ('ctrl-a' 3 times) and dump state, it
>>> show we are in Undefined processor mode or sometimes in Abort mode.
>>>
>>> Does anyone else have the same problem? or Am I doing something wrong?
>>
>> I have updated the wiki page and the linux git.
>> Could you retry with the new instructions? If you still have this issue,
>> could you send serial output?
>>
> Hi Julien,
>
> Great to see the updates!
>
> Noticed that it would load xen-uImage in u-boot. However, it seems there is
> no instruction about how to produce the uImage for xen. It does mention "make
> uImage" when building dom0 kernel, but it seems that only zImage is loaded
> when loading by u-boot commands. This really confused me.
Hello Chen,
Thanks for your comments.
For the moment xen doesn't have a target to compile an uImage.
You can use this command line to build the uImage:
mkimage -A arm -T kernel -a 0x80200000 -e 0x80200000 -C none -d "$xen_src/xen/xen.bin" xen-uImage
$xen_src is the root directory of your git.
On linux source, the command "make uImage" builds both zImage and uImage.
I replaced "make uImage" by "make zImage" to avoid confusion.
Thanks,
Julien
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2013-03-27 12:21 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-25 10:35 Can not boot Dom0 when using Anthony's new XenARM source for Arndale Gihun Jung
2013-03-26 19:35 ` Julien Grall
2013-03-27 3:03 ` Chen Baozi
2013-03-27 12:21 ` Julien Grall
2013-03-27 8:15 ` Gihun Jung
2013-03-27 11:53 ` Julien Grall
-- strict thread matches above, loose matches on Subject: below --
2013-03-25 10:43 Gihun Jung
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).