Creating Qt Application for iMX

less than 1 minute read

The following tutorials provide sample guides to develop Qt Applications for running on i.MX platform.

Initially, the link below summarizes how to build an environment to support Qt development tool on embedded systems:

Embedded Qt with Buildroot.

The following link demonstrates how to configure an Integrated Development Environment (IDE) Qt Creator:

Setting up Qt Creator for development.

The created environment correlates low and high level programming languages by using Kernel driver and a Qt Application.

The NXP i.MX7D SabreSD Board has a MikroBus connector for click boards, the main idea for this demo is to display the temperature measured by the SHT11 sensor.

Temperature demo.

The video demonstration is available on YouTube :

iMX7D: Running a Qt Application that displays the temperature.

Notes: