DESK-MX8M-L/General/Managed Virtual Machine (MVM)

From DAVE Developer's Wiki
< DESK-MX8M-L
Revision as of 17:37, 17 February 2022 by U0007 (talk | contribs) (Host setup)

Jump to: navigation, search
History
Version Issue Date Notes
1.0.0 Feb 2022 First DESK-MX8M-L release



Virtual Machine[edit | edit source]

DAVE' standard DVDK Virtual Machine contains all the required software and documentation to start developing Linux applications on the ORCA and MITO 8M Mini platforms. In particular, DESK-MX8M-L 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 ORCA SOM and MITO 8M Mini SOM
  • 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 NXP/Freescale; these trees have been customized to add support for the ORCA and MITO 8M Mini SOMs.

Host setup[edit | edit source]

As stated previously, ORCA SOM host tools are based on a Managed Virtual Machine. As indicated here, microSD card delivered along with ORCA 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 DESK Reserved area please contact our helpdesk support channel

To install it, please refer to this page.

DVDK for release 2.0.0-rc2[edit | edit source]

The Virtual Machine used for the ORCA and MITO 8M Mini SOMs is the same used for the DESK-MX6-L development environment. Here below you can find the simple instructions for installing the rc2 release for DESK-MX8M-L BSP using DESK-MX6-L Virtual Machine.

Additional library[edit | edit source]

  • libssl-devel is required for building the linux kernel: it is enough to install the library in the VM
dvdk@vagrant:~/desk-mx-l$ sudo apt-get install libssl-dev

Installing the meta-toolchain SDK[edit | edit source]

  • open a Desktop Linux Terminal
  • download the proper SDK from the mirror server fsl-imx-wayland-glibc-x86_64-meta-toolchain-aarch64-desk-mx8mp-toolchain-5.4-zeus.sh
dvdk@vagrant:~/desk-mx-l/sdk$ wget http://mirror.dave.eu/desk-mx-l/desk-mx8m-l-2.0.0-rc2/fsl-imx-wayland-glibc-x86_64-meta-toolchain-aarch64-desk-mx8mp-toolchain-5.4-zeus.sh
--2022-02-14 16:09:59--  http://mirror.dave.eu/desk-mx-l/desk-mx8m-l-2.0.0-rc2/fsl-imx-wayland-glibc-x86_64-meta-toolchain-aarch64-desk-mx8mp-toolchain-5.4-zeus.sh
Resolving mirror.dave.eu (mirror.dave.eu)... 79.143.179.155
Connecting to mirror.dave.eu (mirror.dave.eu)|79.143.179.155|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 445468102 (425M) [text/x-sh]
Saving to: ‘fsl-imx-wayland-glibc-x86_64-meta-toolchain-aarch64-desk-mx8mp-toolchain-5.4-zeus.sh’

fsl-imx-wayland-glibc-x86_64-meta-toolchain-aar 100%[=======================================================================================================>] 424.83M   639KB/s    in 8m 54s  

2022-02-14 16:18:54 (815 KB/s) - ‘fsl-imx-wayland-glibc-x86_64-meta-toolchain-aarch64-desk-mx8mp-toolchain-5.4-zeus.sh’ saved [445468102/445468102]

dvdk@vagrant:~/desk-mx-l/sdk$ 
  • the sdk recommended installation directory is desk-mx-l/sdk
  • directory listing before installing the new SDK
dvdk@vagrant:~/desk-mx-l/sdk$ pwd
/home/dvdk/desk-mx-l/sdk
dvdk@vagrant:~/desk-mx-l/sdk$ ls -la
total 16
drwxr-xr-x 4 dvdk dvdk 4096 Apr  9  2021 .
drwxr-xr-x 6 dvdk dvdk 4096 Apr  9  2021 ..
drwxr-xr-x 3 root root 4096 Apr  9  2021 desk-mx6-l-1.0.0
drwxr-xr-x 3 root root 4096 Apr  9  2021 desk-mx6-l-1.0.0-toolchain
lrwxrwxrwx 1 root root   41 Apr  9  2021 latest_desk-mx6-l -> /home/dvdk/desk-mx-l/sdk/desk-mx6-l-1.0.0
lrwxrwxrwx 1 root root   51 Apr  9  2021 latest_desk-mx6-l-toolchain -> /home/dvdk/desk-mx-l/sdk/desk-mx6-l-1.0.0-toolchain
dvdk@vagrant:~/desk-mx-l/sdk$ 
  • SDK installation
dvdk@vagrant:~/desk-mx-l/sdk$ chmod 755 fsl-imx-wayland-glibc-x86_64-meta-toolchain-aarch64-desk-mx8mp-toolchain-5.4-zeus.sh
dvdk@vagrant:~/desk-mx-l/sdk$ ./fsl-imx-wayland-glibc-x86_64-meta-toolchain-aarch64-desk-mx8mp-toolchain-5.4-zeus.sh
NXP i.MX Release Distro SDK installer version 5.4-zeus
======================================================
Enter target directory for SDK (default: /opt/fsl-imx-wayland/5.4-zeus): /home/dvdk/desk-mx-l/sdk/desk-mx8m-l-2.0.0-rc2-toolchain
You are about to install the SDK to "/home/dvdk/desk-mx-l/sdk/desk-mx8m-l-2.0.0-rc2-toolchain". Proceed [Y/n]? Y
Extracting SDK.................................................................................................................done
SDK has been successfully set up and is ready to be used.
Each time you wish to use the SDK in a new shell session, you need to source the environment setup script e.g.
 $ . /home/dvdk/desk-mx-l/sdk/desk-mx8m-l-2.0.0-rc2-toolchain/environment-setup-aarch64-poky-linux
dvdk@vagrant:~/desk-mx-l/sdk$ 
  • create a symbolic link to the SDK directory latest version
ln -s /home/dvdk/desk-mx-l/sdk/desk-mx8m-l-2.0.0-rc2-toolchain latest_desk-mx8-l-toolchain
  • create the environment script for enabling the toolchain (during the development phase) and make it executable
dvdk@vagrant:~/desk-mx-l$ {
>   echo \# DESK-MX8M-L development environment for u-boot/kernel development
>   echo 
>   echo source /home/dvdk/desk-mx-l/sdk/latest_desk-mx8-l-toolchain/environment-setup-aarch64-poky-linux
> } | tee > /home/dvdk/desk-mx-l/desk-mx8m-l-2.0.0-rc2_env.sh
dvdk@vagrant:~/desk-mx-l$ chmod 755 desk-mx8m-l-2.0.0-rc2_env.sh
dvdk@vagrant:~/desk-mx-l$ 
  • once installed, if required for freeing some space, the SDK file can be removed:
rm fsl-imx-wayland-glibc-x86_64-meta-toolchain-aarch64-desk-mx8mp-toolchain-5.4-zeus.sh

Installing the application SDK[edit | edit source]

The previously installed SDK is used for building u-boot and kernel sources. For building userspace application another SDK has to be used: the fsl-imx-wayland-glibc-x86_64-desk-image-qt5-aarch64-desk-mx8mp-toolchain-5.4-zeus.sh script has been created by DAVE's Yocto building when the desk-image-qt5-desk-mx8mp.tar.bz2 root file system has been created: it contains the SDK headers and libraries for building the Qt5 application too.

The same previously described operations can be followed for installing this SDK in the same directory. At the end, both SDK are installed and present into the rfs:

dvdk@vagrant:~/desk-mx-l/sdk$ ls -la
total 435052
drwxr-xr-x 5 dvdk dvdk      4096 Feb 14 16:38 ./
drwxr-xr-x 6 dvdk dvdk      4096 Feb 14 16:36 ../
drwxr-xr-x 3 root root      4096 Apr  9  2021 desk-mx6-l-1.0.0
drwxr-xr-x 3 root root      4096 Apr  9  2021 desk-mx6-l-1.0.0-toolchain
drwxr-xr-x 3 dvdk dvdk      4096 Feb 14 16:30 desk-mx8m-l-2.0.0-rc2
drwxr-xr-x 3 dvdk dvdk      4096 Feb 14 16:30 desk-mx8m-l-2.0.0-rc2-toolchain
lrwxrwxrwx 1 root root        41 Apr  9  2021 latest_desk-mx6-l -> /home/dvdk/desk-mx-l/sdk/desk-mx6-l-1.0.0
lrwxrwxrwx 1 root root        51 Apr  9  2021 latest_desk-mx6-l-toolchain -> /home/dvdk/desk-mx-l/sdk/desk-mx6-l-1.0.0-toolchain
lrwxrwxrwx 1 dvdk dvdk        57 Feb 14 16:38 latest_desk-mx8-l -> /home/dvdk/desk-mx-l/sdk/desk-mx8m-l-2.0.0-rc2
lrwxrwxrwx 1 dvdk dvdk        57 Feb 14 16:38 latest_desk-mx8-l-toolchain -> /home/dvdk/desk-mx-l/sdk/desk-mx8m-l-2.0.0-rc2-toolchain
dvdk@vagrant:~/desk-mx-l/sdk$ 

Using the SDK[edit | edit source]

Anytime it is required to compile u-boot or kernel sources, it is enough to enabling it using the script:

 source /home/dvdk/desk-mx-l/desk-mx8m-l-2.0.0-rc2_env.sh

MITO 8M Mini SDK[edit | edit source]

MITO 8M Mini has the same 4-cores Cortex-A53 architecture: even if Yocto builds two SDK, it is possible to install and use the previously described/used SDK file for both SOM modules/architectures.