Table of Contents



Design Overview


This module shows how to build a Qt video application demonstrating the following features:




Design Components


This module requires the following components:


Build Flow Tutorials


This tutorial uses both XSDK and PetaLinux tools. It is recommended to use separate shells for each of the tools.

PetaLinux BSP


This tutorial shows how to build the Linux image and boot image using the PetaLinux build tool. This step assumes you have run through the PetaLinux config in DM1 previously.

PetaLinux SDK


This tutorial shows how to use the PetaLinux build tool to generate and install an SDK for application development in XSDK or SDx.

Video Qt Application


This tutorial shows how to build the video Qt application. It is by default built as part of the meta-user layer of the PetaLinux BSP. The corresponding yocto recipe and source files are located at $TRD_HOME/petalinux/bsp/project-spec/meta-user/recipes-apps/video-qt2 and the generated binary is located at /usr/bin/video_qt2 on the target rootfs.
To build the application outside the PetaLinux BSP, follow the steps below.


Run Flow Tutorial



Next Steps