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

From DAVE Developer's Wiki
Jump to: navigation, search
(Root file systems and SDKs)
Line 7: Line 7:
 
}}
 
}}
  
==U-Boot and Linux kernel==
+
==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 (DIVELK)|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.
 
The U-Boot and the Linux kernel are typically built without invoking the Yocto build system.
  
Line 13: Line 16:
 
*[[Building U-Boot (DIVELK)]]
 
*[[Building U-Boot (DIVELK)]]
 
*[[Building Linux kernel (DIVELK)]]
 
*[[Building Linux kernel (DIVELK)]]
 
==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 the Yocto BSP (DIVELK)|this page]].
 

Revision as of 15:31, 11 September 2017

Info Box
Diva-am335x-overview.png Applies to Diva
Yocto-logo.png Applies to Yocto


200px-Emblem-important.svg.png

As the DIVELK 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: