Difference between revisions of "Host setup and development flow (BELK/BXELK)"

From DAVE Developer's Wiki
Jump to: navigation, search
Line 5: Line 5:
 
The [[Logical_structure_of_Bora_and_BoraX_Embedded_Linux_Kits_(BELK/BXELK)|software development flows]] for BoraX requires the use of several tools on host side. This document collects several resources available in this wiki, in order to illustrate how to install and set up these tools.
 
The [[Logical_structure_of_Bora_and_BoraX_Embedded_Linux_Kits_(BELK/BXELK)|software development flows]] for BoraX requires the use of several tools on host side. This document collects several resources available in this wiki, in order to illustrate how to install and set up these tools.
  
First of all, the reading of [[Introduction to developing environment (BELK/BXELK)|this document]] is strongly recommended to have an overview of the developing environment.
+
First of all, the reading of [[Introduction to developing environment (BELK/BXELK)|this document]] is strongly recommended to have an overview of the whole developing environment.
  
To deepen software related aspects, please refer to
+
To deepen software related aspects, specific pages are available at the following links:
 
*[[Build system (BELK/BXELK)|This link]] for an overview of the build system
 
*[[Build system (BELK/BXELK)|This link]] for an overview of the build system
 
*[[Building U-Boot (BELK/BXELK)|This page]] for detailed instruction on U-Boot building
 
*[[Building U-Boot (BELK/BXELK)|This page]] for detailed instruction on U-Boot building
*[[Building Linux kernel (BELK/BXELK)|This page]] for detailed instruction on Linux kernel building.
+
*[[Building Linux kernel (BELK/BXELK)|This page]] for detailed instruction on Linux kernel building
 +
*[[Building_the_software_components_via_Yocto_(BELK/BXELK)|This link]] shows hot to use Yocto build system to build the entoire BSP, including U-Boot bootloader, Linux kernel and root file system.
  
 +
About Programmable Logic (PL), please refer to [[Creating_and_building_example_Vivado_project_(BELK/BXELK)|this page]] that illustrates a simple reference design for BoraEVB and BoraXEVB.
  
Creating_and_building_example_Vivado_project_(BELK/BXELK)
 
  
Building_the_software_components_via_Yocto_(BELK/BXELK)
 
  
  

Revision as of 14:54, 19 December 2016

Info Box
BORA Xpress.png Applies to BORA Xpress

The software development flows for BoraX requires the use of several tools on host side. This document collects several resources available in this wiki, in order to illustrate how to install and set up these tools.

First of all, the reading of this document is strongly recommended to have an overview of the whole developing environment.

To deepen software related aspects, specific pages are available at the following links:

  • This link for an overview of the build system
  • This page for detailed instruction on U-Boot building
  • This page for detailed instruction on Linux kernel building
  • This link shows hot to use Yocto build system to build the entoire BSP, including U-Boot bootloader, Linux kernel and root file system.

About Programmable Logic (PL), please refer to this page that illustrates a simple reference design for BoraEVB and BoraXEVB.
















Host setup[edit | edit source]

As stated previously, XUELK host tools are based on a Managed Virtual Machine. As indicated here, microSD card delivered along with XUELK includes basic version of MVM that is the default option.

In case you choose to use the Advanced version of the MVM instead, the project-name to be used is lynx.

Either version you choose, please follow the procedure described here to install the MVM.

It is also worth remembering that access to git repositories is required to download target source code. To enable it, please refer to this page.


200px-Emblem-important.svg.png

Either version of MVM is installed, it provides the tools required to build U-boot and Linux kernel. It does not include the tools required to run Yocto build system instead.