All of lore.kernel.org
 help / color / mirror / Atom feed
* Initial pointer to start with new BSP for Yocto 3.1 with ARM-V8.2 Cortex-A55
@ 2021-11-16 14:40 Ashishx88
  2021-11-16 15:14 ` [poky] " Jose Quaresma
  0 siblings, 1 reply; 3+ messages in thread
From: Ashishx88 @ 2021-11-16 14:40 UTC (permalink / raw)
  To: poky

[-- Attachment #1: Type: text/plain, Size: 611 bytes --]

Hi Team ,

I have an kernel code base wich we want to add to our existing Yocto BSP .
we have Yocto 3.1 BSP for x86-64 architecture .

We have an ARM board for which we use to compile using traditional way

Any pointer as to how to approach creation of new BSP for ARM-V8.2 Cortex-A55 , 64bit little endian
- Like is there any existing sample Yocto ARM-V8.2 BSP which i can look .
- Pointer to add new architecture to existing Yocto BSP
- Any other suggestion will be helpful

So basically i want to add Kernel for ARMV-8.2 to our Yocto BSP ( which we have checked for x86-64 )

Thanks ,
Ashish

[-- Attachment #2: Type: text/html, Size: 1254 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [poky] Initial pointer to start with new BSP for Yocto 3.1 with ARM-V8.2 Cortex-A55
  2021-11-16 14:40 Initial pointer to start with new BSP for Yocto 3.1 with ARM-V8.2 Cortex-A55 Ashishx88
@ 2021-11-16 15:14 ` Jose Quaresma
  2021-11-17  4:57   ` Ashishx88
  0 siblings, 1 reply; 3+ messages in thread
From: Jose Quaresma @ 2021-11-16 15:14 UTC (permalink / raw)
  To: Ashishx88; +Cc: poky

[-- Attachment #1: Type: text/plain, Size: 1396 bytes --]

Hi Ashish,

Nvidia Jetson Xavier NX uses an ARMv8.2 CPU
https://elinux.org/Jetson_Xavier_NX

You can look in meta-tegra layer how is it done:

https://github.com/OE4T/meta-tegra/blob/master/conf/machine/jetson-xavier-nx-devkit.conf
https://github.com/OE4T/meta-tegra/blob/master/conf/machine/include/xavier-nx.inc
https://github.com/OE4T/meta-tegra/blob/master/conf/machine/include/tegra194.inc

require conf/machine/include/arm/arch-armv8-2a.inc


That uses yocto tunning from
https://git.yoctoproject.org/cgit/cgit.cgi/poky/tree/meta/conf/machine/include/arm/arch-armv8-2a.inc

Jose

Ashishx88 <ashish.emailaddress@gmail.com> escreveu no dia terça, 16/11/2021
à(s) 14:40:

> Hi Team ,
>
> I have an kernel code base wich we want to add to our existing Yocto BSP .
> we have Yocto 3.1 BSP for x86-64 architecture .
>
> We have an ARM board for which we use to compile using traditional way
>
> Any pointer as to how to approach creation of new BSP for ARM-V8.2
> Cortex-A55 , 64bit little endian
> - Like is there any existing sample Yocto ARM-V8.2 BSP which i can look .
> - Pointer to add new architecture to existing Yocto BSP
> - Any other suggestion will be helpful
>
> So basically i want to add Kernel for ARMV-8.2 to our Yocto BSP ( which we
> have checked for x86-64 )
>
> Thanks ,
> Ashish
>
> 
>
>

-- 
Best regards,

José Quaresma

[-- Attachment #2: Type: text/html, Size: 4593 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Initial pointer to start with new BSP for Yocto 3.1 with ARM-V8.2 Cortex-A55
  2021-11-16 15:14 ` [poky] " Jose Quaresma
@ 2021-11-17  4:57   ` Ashishx88
  0 siblings, 0 replies; 3+ messages in thread
From: Ashishx88 @ 2021-11-17  4:57 UTC (permalink / raw)
  To: poky

[-- Attachment #1: Type: text/plain, Size: 74 bytes --]

Thanks for staring points Jose.
Will start looking at these

- Ashish

[-- Attachment #2: Type: text/html, Size: 104 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-11-17  4:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-16 14:40 Initial pointer to start with new BSP for Yocto 3.1 with ARM-V8.2 Cortex-A55 Ashishx88
2021-11-16 15:14 ` [poky] " Jose Quaresma
2021-11-17  4:57   ` Ashishx88

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.