Difference between revisions of "IoTGateway/BSP/Linux/iMX8/Qt5Creator"

From ESS-WIKI
Jump to: navigation, search
Line 11: Line 11:
 
Setup the build-directory:
 
Setup the build-directory:
  
   cd ~/karo-yocto/fsl-imx-sumo
+
   MACHINE=imx8mqrom5720a1 DISTRO=fsl-imx-xwayland source fsl-setup-release.sh -b build_xwayland
  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`.
+
*MACHINE=imx8mqrom5720a1 for ROM-5720 A1
 +
*MACHINE=imx8mqrom5721a1 for ROM-5721 A1
 +
*MACHINE=imx8mqrom5620a1 for ROM-5620 A1
 +
*MACHINE=imx8mqrom7720a1 for ROM-7720 A1
 +
 
 +
Build the image for your board. To flash the image use uuu.
  
 
   bitbake fsl-image-qt5-validation-imx
 
   bitbake fsl-image-qt5-validation-imx
Line 20: Line 24:
 
Populate the SDK:
 
Populate the SDK:
  
   bitbake -c populate_sdk fsl-image-qt5-validation-imx
+
   bitbake fsl-image-qt5-validation-imx -c populate_sdk
  
 
=== <span style="color:#0070c0"><span style="color:#0070c0"><span style="color:#0070c0">Download iMX8 Yocto-2.5 sumo SDK</span></span></span> ===
 
=== <span style="color:#0070c0"><span style="color:#0070c0"><span style="color:#0070c0">Download iMX8 Yocto-2.5 sumo SDK</span></span></span> ===
Line 26: Line 30:
 
<span style="color:#0070c0"><span style="color:#0070c0">[https://www.dropbox.com/s/dyv2633fulfgvdv/fsl-imx-xwayland-glibc-x86_64-fsl-image-qt5-validation-imx-aarch64-toolchain-4.14-sumo.sh?dl=0 QT_development_Yotco_sumo_2.5_SDK_for_i.MX8]</span></span>
 
<span style="color:#0070c0"><span style="color:#0070c0">[https://www.dropbox.com/s/dyv2633fulfgvdv/fsl-imx-xwayland-glibc-x86_64-fsl-image-qt5-validation-imx-aarch64-toolchain-4.14-sumo.sh?dl=0 QT_development_Yotco_sumo_2.5_SDK_for_i.MX8]</span></span>
  
== <span style="color:#0070c0"><span style="color:#0070c0"><span style="color:#0070c0">Setup</span></span></span> ==
+
== <span style="color:#0070c0"><span style="color:#0070c0"><span style="color:#0070c0">Installing QT Creator in Ubuntu</span></span></span> ==
 +
 
 +
  sudo apt-get install qtcreator
 +
 
 +
== <span style="color:#0070c0"><span style="color:#0070c0"><span style="color:#0070c0">Install the SDK</span></span></span> ==
 +
 
 +
  ./fsl-imx-xwayland-glibc-x86_64-fsl-image-qt5-validation-imx-aarch64-toolchain-4.14-sumo.sh
 +
 
 +
== <span style="color:#0070c0"><span style="color:#0070c0"><span style="color:#0070c0">Using the SDK</span></span></span> ==
 +
 
 +
  source /opt/fsl-imx-xwayland/4.14-sumo/environment-setup-aarch64-poky-linux
  
sudo apt-get install qtcreator
+
== <span style="color:#0070c0"><span style="color:#0070c0"><span style="color:#0070c0">Using QT Creator</span></span></span> ==
  
 +
  # qtcreator
  
== <span style="color:#0070c0"><span style="color:#0070c0"><span style="color:#0070c0">Example</span></span></span> ==
+
== <span style="color:#0070c0"><span style="color:#0070c0"><span style="color:#0070c0">Setup QT Creator</span></span></span> ==
  
<span style="color:#0070c0"><span style="color:#0070c0">== <span style="color:#0070c0">Run</span> ==</span></span>
+
Start QT Creator and go to Tools --> Options and select the Kits.

Revision as of 09:23, 11 September 2020

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:

  MACHINE=imx8mqrom5720a1 DISTRO=fsl-imx-xwayland source fsl-setup-release.sh -b build_xwayland
  • MACHINE=imx8mqrom5720a1 for ROM-5720 A1
  • MACHINE=imx8mqrom5721a1 for ROM-5721 A1
  • MACHINE=imx8mqrom5620a1 for ROM-5620 A1
  • MACHINE=imx8mqrom7720a1 for ROM-7720 A1

Build the image for your board. To flash the image use uuu.

  bitbake fsl-image-qt5-validation-imx

Populate the SDK:

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

Download iMX8 Yocto-2.5 sumo SDK

QT_development_Yotco_sumo_2.5_SDK_for_i.MX8

Installing QT Creator in Ubuntu

  sudo apt-get install qtcreator

Install the SDK

  ./fsl-imx-xwayland-glibc-x86_64-fsl-image-qt5-validation-imx-aarch64-toolchain-4.14-sumo.sh

Using the SDK

  source /opt/fsl-imx-xwayland/4.14-sumo/environment-setup-aarch64-poky-linux

Using QT Creator

  # qtcreator

Setup QT Creator

Start QT Creator and go to Tools --> Options and select the Kits.