Open main menu

DAVE Developer's Wiki β

Changes

Software Manual (Diva)

472 bytes added, 14:51, 2 October 2014
m
Building the Yocto image
=== Building the Yocto image ===
 
Once completed the initialization phase, developers can launch the Yocto image build process with the following commands:
$ cd …
$ source /home/dvdk/divelk/env.sh
$ source diva-bsp-init-env.sh
$ bitbake matrix-rootfs-image
 
Three different images are available:
 
* matrix-rootfs-image (includes the matrix gui application from Texas Instruments)
* qt5-rootfs-image (root file system with Qt 5.1.1 libraries and examples)
* base-rootfs-image (minimal root file system)
== 4.4 Building the software components outside Yocto ==