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

From DAVE Developer's Wiki
Jump to: navigation, search
(Root file systems and SDKs)
Line 15: Line 15:
  
 
==Root file systems and SDKs==
 
==Root file systems and SDKs==
The root file systems and the associated SDKs are built with the tools provided by the Yocto build system. For more details please refer to [[Building root file systems and SDKs (XUELK)|this page]].
+
The root file systems and the associated SDKs are built with the tools provided by the Yocto build system. For more details please refer to [[Building root file systems and SDKs with Yocto (XUELK)|this page]].

Revision as of 09:34, 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.

U-Boot and Linux kernel[edit | edit source]

The U-Boot and the Linux kernel are typically built separately.

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

Root file systems and SDKs[edit | edit source]

The root file systems and the associated SDKs are built with the tools provided by the Yocto build system. For more details please refer to this page.