IoTGateway/BSP/Linux/iMX8/Qt5Creator

From ESS-WIKI
Revision as of 07:35, 11 September 2020 by Clayder.huang (talk | contribs)
Jump to: navigation, search

Toolchain with QT Creator iMX8

Note: This guide was tested and wirtten for Yocto version 4.14.98_2.0.0_ga-sumo on Ubuntu 14.04.

How to get the SDK

Building the SDK

To compile a working SDK, the SDK has to be created from the same image like the one running on your board.

Setup the build-directory:

  cd ~/karo-yocto/fsl-imx-sumo
  DISTRO=fsl-imx-xwayland MACHINE=tx8m-xxxx source karo-nxp-release.sh -b build-qt5-toolchain

Build the image for your board. To flash the image use uuu. We documented examples at :ref:`uuu`.

  bitbake fsl-image-qt5-validation-imx

Populate the SDK:

  bitbake -c populate_sdk fsl-image-qt5-validation-imx

Download iMX8 Yocto-2.5 sumo SDK

QT_development_Yotco_sumo_2.5_SDK_for_i.MX8

Setup

sudo apt-get install qtcreator


Example

== Run ==