* building xen activated arm kernel for Tegra k1
@ 2014-08-01 18:34 burak sarac
2014-08-01 21:22 ` Julien Grall
0 siblings, 1 reply; 4+ messages in thread
From: burak sarac @ 2014-08-01 18:34 UTC (permalink / raw)
To: xen-devel
[-- Attachment #1.1: Type: text/plain, Size: 613 bytes --]
Dear all,
I just get my Jetson Tegra k1 and was planning to try out Xen on it. It
has a 3.10 kernel with Ubuntu 14.04. Also I have downloaded kernel source.
I am quite new on kernel building but I have done before via menuconfig for
additional modules. My question is; as I have already source and .config
from Nvidia do you think below guide would be enough for me to rebuild
kernel for arm?
http://wiki.xen.org/wiki/Mainline_Linux_Kernel_Configs
Anyway tonight I will give a shot, it is Friday!:)
Thank you for your help
Burak
*p.s. my subscription is not approved I might not be able to see your
response
[-- Attachment #1.2: Type: text/html, Size: 792 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] 4+ messages in thread
* Re: building xen activated arm kernel for Tegra k1
2014-08-01 18:34 building xen activated arm kernel for Tegra k1 burak sarac
@ 2014-08-01 21:22 ` Julien Grall
2014-08-02 23:26 ` burak sarac
0 siblings, 1 reply; 4+ messages in thread
From: Julien Grall @ 2014-08-01 21:22 UTC (permalink / raw)
To: burak sarac, xen-devel; +Cc: Ian Campbell, Stefano Stabellini
On 01/08/14 19:34, burak sarac wrote:
> Dear all,
Hi,
> I just get my Jetson Tegra k1 and was planning to try out Xen on it.
> It has a 3.10 kernel with Ubuntu 14.04. Also I have downloaded kernel
> source. I am quite new on kernel building but I have done before via
> menuconfig for additional modules. My question is; as I have already
> source and .config from Nvidia do you think below guide would be enough
> for me to rebuild kernel for arm?
>
> http://wiki.xen.org/wiki/Mainline_Linux_Kernel_Configs
This is a good start for building the kernel. Although, some options may
not work/exist on ARM such as:
- *X86* of course :)
- CONFIG_*_PCI_*
- CONFIG_PARAVIRT_*
- CONFIG_HYPERVISOR_GUEST
- all tmem support (I don't even know if someone tried to use it on ARM)
- CONFIG_ACPI
I will see if we can update this page during the next document day for ARM.
You can also give a look to the xen wiki page about ARM. It will give
you some tips about building Xen and debugging guest kernel.
http://wiki.xen.org/wiki/Xen_ARM_with_Virtualization_Extensions
If something is missing or you have an issue that you don't understand,
just let us know.
Regards,
--
Julien Grall
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: building xen activated arm kernel for Tegra k1
2014-08-01 21:22 ` Julien Grall
@ 2014-08-02 23:26 ` burak sarac
2014-08-04 9:42 ` Stefano Stabellini
0 siblings, 1 reply; 4+ messages in thread
From: burak sarac @ 2014-08-02 23:26 UTC (permalink / raw)
To: Julien Grall; +Cc: Stefano Stabellini, Ian Campbell, xen-devel
[-- Attachment #1.1: Type: text/plain, Size: 1785 bytes --]
Hey Julien,
Thank you for the answer, my first resource was your video for the arm
platform. you have done great job guys! my target also is running
Opennebula on Jetson top of Xen it has cortex A15 as Versatile but a bit
more cheaper:) Looks like all those configs by default 'y' in Nvidia
config. I spent some time yesterday on wiki. This week I will try to run
Xen on it and come back if I will have some trouble.
Thank you again
Have a nice weekend
Burak
2014-08-01 23:22 GMT+02:00 Julien Grall <julien.grall@linaro.org>:
>
>
> On 01/08/14 19:34, burak sarac wrote:
>
>> Dear all,
>>
>
> Hi,
>
>
> I just get my Jetson Tegra k1 and was planning to try out Xen on it.
>> It has a 3.10 kernel with Ubuntu 14.04. Also I have downloaded kernel
>> source. I am quite new on kernel building but I have done before via
>> menuconfig for additional modules. My question is; as I have already
>> source and .config from Nvidia do you think below guide would be enough
>> for me to rebuild kernel for arm?
>>
>> http://wiki.xen.org/wiki/Mainline_Linux_Kernel_Configs
>>
>
> This is a good start for building the kernel. Although, some options may
> not work/exist on ARM such as:
>
> - *X86* of course :)
> - CONFIG_*_PCI_*
> - CONFIG_PARAVIRT_*
> - CONFIG_HYPERVISOR_GUEST
> - all tmem support (I don't even know if someone tried to use it on ARM)
> - CONFIG_ACPI
>
> I will see if we can update this page during the next document day for ARM.
>
> You can also give a look to the xen wiki page about ARM. It will give you
> some tips about building Xen and debugging guest kernel.
>
> http://wiki.xen.org/wiki/Xen_ARM_with_Virtualization_Extensions
>
> If something is missing or you have an issue that you don't understand,
> just let us know.
>
> Regards,
>
> --
> Julien Grall
>
[-- Attachment #1.2: Type: text/html, Size: 2778 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] 4+ messages in thread
* Re: building xen activated arm kernel for Tegra k1
2014-08-02 23:26 ` burak sarac
@ 2014-08-04 9:42 ` Stefano Stabellini
0 siblings, 0 replies; 4+ messages in thread
From: Stefano Stabellini @ 2014-08-04 9:42 UTC (permalink / raw)
To: burak sarac; +Cc: Julien Grall, Ian Campbell, Stefano Stabellini, xen-devel
[-- Attachment #1: Type: text/plain, Size: 2202 bytes --]
Hello Burak,
if you come up with a clean set of instructions on how to run Xen on
Jetson Tegra k1, it would be nice if you could write them down on the
wiki.
Cheers,
Stefano
On Sun, 3 Aug 2014, burak sarac wrote:
> Hey Julien,
> Thank you for the answer, my first resource was your video for the arm platform. you have done great job guys! my
> target also is running Opennebula on Jetson top of Xen it has cortex A15 as Versatile but a bit more cheaper:)
> Looks like all those configs by default 'y' in Nvidia config. I spent some time yesterday on wiki. This week I will
> try to run Xen on it and come back if I will have some trouble.
>
> Thank you again
> Have a nice weekend
> Burak
>
>
> 2014-08-01 23:22 GMT+02:00 Julien Grall <julien.grall@linaro.org>:
>
>
> On 01/08/14 19:34, burak sarac wrote:
> Dear all,
>
>
> Hi,
>
> I just get my Jetson Tegra k1 and was planning to try out Xen on it.
> It has a 3.10 kernel with Ubuntu 14.04. Also I have downloaded kernel
> source. I am quite new on kernel building but I have done before via
> menuconfig for additional modules. My question is; as I have already
> source and .config from Nvidia do you think below guide would be enough
> for me to rebuild kernel for arm?
>
> http://wiki.xen.org/wiki/Mainline_Linux_Kernel_Configs
>
>
> This is a good start for building the kernel. Although, some options may not work/exist on ARM such as:
>
> - *X86* of course :)
> - CONFIG_*_PCI_*
> - CONFIG_PARAVIRT_*
> - CONFIG_HYPERVISOR_GUEST
> - all tmem support (I don't even know if someone tried to use it on ARM)
> - CONFIG_ACPI
>
> I will see if we can update this page during the next document day for ARM.
>
> You can also give a look to the xen wiki page about ARM. It will give you some tips about building Xen and
> debugging guest kernel.
>
> http://wiki.xen.org/wiki/Xen_ARM_with_Virtualization_Extensions
>
> If something is missing or you have an issue that you don't understand, just let us know.
>
> Regards,
>
> --
> Julien Grall
>
>
>
>
[-- 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] 4+ messages in thread
end of thread, other threads:[~2014-08-04 9:42 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-01 18:34 building xen activated arm kernel for Tegra k1 burak sarac
2014-08-01 21:22 ` Julien Grall
2014-08-02 23:26 ` burak sarac
2014-08-04 9:42 ` Stefano Stabellini
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).