C

STM32MP1 Quick Start Guide

Qt offers all the necessary tools to design, develop, build, and deploy your application onto the target.

This guide describes how to use the GUIs of Qt tools to develop Linux applications on an STM32MP157F-DK2 or STM32MP157F-EV1. It describes the overall process and provides step-by-step instructions for the following tasks:

Note: Qt for Device Creation requires a license. If you don't have one, you can request a free trial.

Overview

The following figure illustrates the basic concept of the software development process when you're using Qt tools and Boot to Qt Software Stack.

  • Development Host is a development computer running Qt tools on Windows, Linux, or macOS.
  • Qt tools includes development tools such as Qt Creator and Qt Design Studio, and quality assurance (QA) tools such as Squish.
  • QBSP SDK contains a cross-compilation toolchain that is integrated into Qt Creator, and a device image that can be used to boot your device using Boot to Qt Software Stack.
  • Target HW is your development target that runs your embedded Linux application.
  • Upload and debug an application (via Ethernet, Wi-Fi, or USB). Use Qt Creator to upload and debug your application on the target HW.
  • Flash a QBSP image represents ways (such as SD card) to install Linux on the target hardware.

Applicable STM32MP1 Target Devices

The instructions in this guide apply to the following STM32MP1 target devices:

  • STM32MP157F-DK2 (Discovery kit)
  • STM32MP157F-EV1 (Evaluation board)

Note: For more details on the supported target devices and development hosts, see Supported Target Devices and Development Hosts.

Installing Qt

Follow the procedures in this guide to get all the required resources, including Qt Creator and Qt Design Studio.

  1. Sign in to Qt Account Downloads.
  2. Download the Qt online installer. The installer is available for the following hosts:
    • Linux
    • Mac
    • Windows
  3. Open the installer.
  4. Continue to Installation Folder and select Custom installation.
  5. Select Next.
  6. In Select Components, select the latest official release of Qt. The required developer and designer tools (such as Qt Creator and Qt Design Studio) are preselected in the installer.
  7. Select Next.
  8. Continue to Ready to Install and select Install.

Note: If you have Qt already installed, use the Qt Maintenance Tool to install the missing tools.

Installing a QBSP Using the Qt Online Installer

In the example procedure below, QBSP is installed for the STM32MP157F-DK2 (Discovery kit).

  1. Open the Qt online installer.
  2. Continue to Select Components and open the top-level Boot to Qt Software Stack dropdown menu.
  3. Open the correct Qt release -specific Boot to Qt Software Stack dropdown menu.
  4. Select STM32MP15 Discovery.
  5. Continue to Ready to Install and select Install.

Note: You can also develop the required QBSP file yourself. For more details, see Building QBSP with Yocto.

Creating an Application UI

You can use Qt Design Studio to create a cross-platform UI, also for embedded Linux applications.

  1. Open Qt Design Studio.
  2. Select Create Project.
  3. In Presets, select General.
    • Name your project (also notice the project path to open it with Qt Creator).
    • Adjust display resolution and orientation to suit your display.
  4. Make sure your Target Qt Version matches the version of Qt installed on your machine.
  5. Select Create.

Now you can modify your UI as you wish. Once it is ready, select Save All to make sure that you can open your UI project in Qt Creator.

Installing Boot to Qt on the Target Device

Before you can test your Qt applications on the target device, you must flash the target device with an image containing the Boot to Qt Software Stack. After you have successfully flashed your device, \B2QDL appears on the screen when you power on the device.

Flashing Boot to Qt Image to a microSD Card

The Boot to Qt image contains the Boot to Qt Software Stack for the STM32MP1 device. Flash the image to a microSD card as follows:

  1. Insert a microSD card into your host PC.
  2. Open Qt Creator.
  3. Select Tools > Flash Boot to Qt Device.
  4. Select Next.

After you have flashed the image to a microSD card, insert the card into your target HW and turn on your device.

The STM32MP1 device starts with Boot to Qt application by default and if it is connected to the Ethernet network, the application shows the IP address of the device.

Note: If your target hardware does not start, check that microSD card is defined as the Boot mode.

Setting Up a Device

  1. Open Qt Creator.
  2. Select Edit > Preferences.
  3. In the Preferences window:
    1. Select Devices.
    2. Select Add > Boot2Qt Device > Start Wizard.
  4. In the Boot2Qt Network Device Setup window:
    1. Enter the Device name.
    2. Enter the Device address (IP address of the STM32MP1 device).
    3. Select Finish.
  5. On the Devices tab:
    • Select OK.

Note: Qt Creator uploads the application over the IP network, so the STM32MP1 device has to be in the same network as your development host PC.

Configuring and Building an Application in Qt Creator

  1. Open Qt Creator.
  2. Navigate to the project you created with Qt Design Studio.
  3. Select CMakeLists.txt to open the project.
  4. In the Configure Project window:
    1. Select your STM32MP15 kit.
    2. Select Configure Project.

Finally, select Build > Build Project to build the project you configured.

Running an Application on a Device

After setting up your device, you can upload and start your application on the STM32MP1 device.

  1. Open Qt Creator.
  2. Select File > Open File or Project.
  3. Navigate to the project you configured earlier and select Open.
  4. In the Projects window:
    1. Edit the Run Settings if necessary.
    2. Select Run.

Note: To make changes to your application, you can update it on the device simply by running it again.

Debugging an Application

For more information on using Qt Creator to debug an application, see Debugging.

Using a STM32MP1 Device With QBSP

You can use the Qt Maintenance Tool to install the latest Qt and QBSP releases for your STM32MP1 device.

Note: You can also download a QBSP from your Qt Account page.

For details on how to customize and build QBSPs from sources, see How to Customize a Boot to Qt Image.

For more information on how to add QBSP support for new hardware, see How to Add Support for New Device.

Troubleshooting

If you have any issues with your STM32MP1 device, such as how to setup boot switches or connect the debug terminal, turn to ST Community for more information.

For more information on troubleshooting Boot to Qt, see Troubleshooting.

Available under certain Qt licenses.
Find out more.