Difference between revisions of "Developing the software for the target (XUELK)"

From DAVE Developer's Wiki
Jump to: navigation, search
(Introduction)
 
(8 intermediate revisions by the same user not shown)
Line 3: Line 3:
 
{{AppliesToSBCLynx}}
 
{{AppliesToSBCLynx}}
 
{{InfoBoxBottom}}
 
{{InfoBoxBottom}}
==Introduction==
 
As the XELK kit is based on Yocto, the implementation of the MVM follows the approach described [[Managed_Virtual_Machine_(MVM)#Yocto-based_Linux_distribution|here]]. As such, the reading of [[Managed_Virtual_Machine_(MVM)#Yocto-based_Linux_distribution|this section]] is highly recommended.
 
  
==U-Boot and Linux kernel==
+
{{ImportantMessage|text=As the XUELK kit is based on Yocto, the implementation of the MVM follows the approach described [[Managed_Virtual_Machine_(MVM)#Yocto-based_Linux_distribution|here]]. As such, the reading of [[Managed_Virtual_Machine_(MVM)#Yocto-based_Linux_distribution|this section]] is highly recommended.
 +
}}
 +
 
 +
==Yocto BSP image and associated SDKs==
 +
The Yocto BSP image includes the U-Boot binary, the Linux kernel image, and the target root file system. For more information about how to build it and how to build the associated SDKs, please refer to [[Building the Yocto BSP (XUELK)|this page]].
 +
 
 +
==Building the U-Boot and the Linux kernel separately==
 +
The U-Boot and the Linux kernel are typically built without invoking the Yocto build system.
 +
 
 
Please refer to the following links for the specific instructions describing these operations:
 
Please refer to the following links for the specific instructions describing these operations:
 
*[[Building U-Boot (XUELK)]]
 
*[[Building U-Boot (XUELK)]]
 
*[[Building Linux kernel (XUELK)]]
 
*[[Building Linux kernel (XUELK)]]
 
==Root file systems and SDKs==
 
TBD
 

Latest revision as of 14:45, 11 September 2017

Info Box
AXEL ULite-top.png Applies to AXEL ULite
SBC Lynx-top.png Applies to SBC Lynx


200px-Emblem-important.svg.png

As the XUELK kit is based on Yocto, the implementation of the MVM follows the approach described here. As such, the reading of this section is highly recommended.

Yocto BSP image and associated SDKs[edit | edit source]

The Yocto BSP image includes the U-Boot binary, the Linux kernel image, and the target root file system. For more information about how to build it and how to build the associated SDKs, please refer to this page.

Building the U-Boot and the Linux kernel separately[edit | edit source]

The U-Boot and the Linux kernel are typically built without invoking the Yocto build system.

Please refer to the following links for the specific instructions describing these operations: