Difference between revisions of "BORA SOM/BELK-L/General/DVDK Virtual Machine"

From DAVE Developer's Wiki
Jump to: navigation, search
(Created page with "<section begin=History/> {| style="border-collapse:collapse; " !colspan="4" style="width:100%; text-align:left"; border-bottom:solid 2px #ededed"|History |- !style="border-le...")
 
Line 13: Line 13:
 
|}
 
|}
 
<section end=History/>
 
<section end=History/>
 +
 +
{{Board Specific Information|text=Please note that most '''BXELK''' pages share the same information with ''BELK'' pages. Moreover, BELK and BXELK share the same MVM (Virtual Machine)}}
  
 
__TOC__
 
__TOC__
Line 33: Line 35:
 
** Linux kernel source tree cloned from DAVE Embedded Systems public git repository
 
** Linux kernel source tree cloned from DAVE Embedded Systems public git repository
 
** external pre-built toolchain
 
** external pre-built toolchain
** Yocto BSP for [[BORA SOM]]
+
** Yocto BSP for [[BORA SOM | BORA]], [[BORA Lite SOM | BORA Lite]] and [[BORA Xpress SOM  | BORA Xpress]] SOMs
 
* pre-installed Yocto-based root file systems with setup scripts, makefiles, example applications, ...
 
* pre-installed Yocto-based root file systems with setup scripts, makefiles, example applications, ...
 
* administrator account (dvdk) with autologin. Please note that the user account credentials are provided with the development kit (you can find them in the README file contained in the sw/dvdk folder of the kit distribution)
 
* administrator account (dvdk) with autologin. Please note that the user account credentials are provided with the development kit (you can find them in the README file contained in the sw/dvdk folder of the kit distribution)
Line 39: Line 41:
 
** password: '''dvdk'''
 
** password: '''dvdk'''
  
Please note that u-boot and kernel source trees are derived from the official trees released by NXP/Freescale; these trees have been customized to add support for the [[BORA SOM]].
+
Please note that u-boot and kernel source trees are derived from the official trees released by Xilinx; these trees have been customized to add support for the BORA, BORA Lite and BORA Xpress SOMs
  
 
===Host setup===
 
===Host setup===
As stated previously, [[BORA SOM | BORA]] host tools are based on a [[Managed_Virtual_Machine_(MVM)|Managed Virtual Machine]]. As indicated [[BORA /BORA Evaluation Kit/Getting started/Unboxing#microSD_Layout|here]], microSD card delivered along with [[BORA SOM/BORA Evaluation Kit | BORA Evaluation Kit]] includes basic version of MVM that is the default option.
+
As stated previously, host tools are based on a [[Managed_Virtual_Machine_(MVM)|Managed Virtual Machine]]. As indicated [[BORA SOM/BORA Evaluation Kit/Getting started/Unboxing#microSD_Layout|here]], microSD card delivered along with [[BORA SOM/BORA Evaluation Kit | BORA Evaluation Kit]] includes basic version of MVM that is the default option.
  
 
Please follows the README file on the SD card to extract the ''*.ova'' archive and to install the MVM.
 
Please follows the README file on the SD card to extract the ''*.ova'' archive and to install the MVM.

Revision as of 13:51, 23 November 2021

History
Version Issue Date Notes
1.0.0 Jan 2020 BELK-4.1.0 MVM


Info-icon.png Please note that most BXELK pages share the same information with BELK pages. Moreover, BELK and BXELK share the same MVM (Virtual Machine) Info-icon.png


Virtual Machine[edit | edit source]

BELK-L contains all the required software and documentation to start developing Linux application on the BORA platform. In particular, BELK-L-S provides a virtual machine, called DVDK, with the following features:

  • VirtualBox virtual machine (.OVA archive)
  • based on Lubuntu 16.04 LTS (64-bit version)
  • pre-installed VirtualBox Guest Additions
  • LXDE desktop environment
  • boot disk with the distro and pre-configured basic Linux services:
    • TFTP: with base directory /srv/tftp/
    • NFS: configured through the /etc/exports file
  • secondary disk containing source code and tools:
    • bootloader (u-boot) source tree cloned from DAVE Embedded Systems public git repository
    • Linux kernel source tree cloned from DAVE Embedded Systems public git repository
    • external pre-built toolchain
    • Yocto BSP for BORA, BORA Lite and BORA Xpress SOMs
  • pre-installed Yocto-based root file systems with setup scripts, makefiles, example applications, ...
  • administrator account (dvdk) with autologin. Please note that the user account credentials are provided with the development kit (you can find them in the README file contained in the sw/dvdk folder of the kit distribution)
    • user: dvdk
    • password: dvdk

Please note that u-boot and kernel source trees are derived from the official trees released by Xilinx; these trees have been customized to add support for the BORA, BORA Lite and BORA Xpress SOMs

Host setup[edit | edit source]

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

Please follows the README file on the SD card to extract the *.ova archive and 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.

MVM can be downloaded here. For accessing BELK Reserved area please contact our helpdesk support channel

To install it, please refer to this page.