Skip to main content
Associate III
December 20, 2024
Solved

STM32MP157 and boot2Qt

  • December 20, 2024
  • 1 reply
  • 872 views

Hi,

I'm trying to learn programming STM32MP157 with qt library using boot2qt module.

I flashed microSD card using boot2qt module, prepared and employed samlpe project from qt Creator to STM32MP157. - this works fine.

Now I would like to control interfaces (ec. GPIO, SPI, CAN) in STM using qt.  - there is where my knowledge ends.

I think so that I should connect libraries delivered by STM  to my qt project?, So what libraries I should including to control DIDO?

 

Best answer by PPAGE.13

Qt6 is officially supported with OSTL, you can use the 2.0.1 X-LINUX-QT meta layer here: https://www.st.com/en/embedded-software/x-linux-qt.html
Doc is here: https://wiki.st.com/stm32mpu/wiki/X-LINUX-QT_Expansion_Package

1 reply

ienecodeAuthor
Associate III
January 16, 2025

Project based on boot2qt module abandoned in favor of openstlinux-eglfs distribution.

PPAGE.13
PPAGE.13Best answer
ST Employee
February 4, 2025

Qt6 is officially supported with OSTL, you can use the 2.0.1 X-LINUX-QT meta layer here: https://www.st.com/en/embedded-software/x-linux-qt.html
Doc is here: https://wiki.st.com/stm32mpu/wiki/X-LINUX-QT_Expansion_Package

In order to give better visibility on the answered topics, please click on 'Accept as Solution' on the reply which solved your issue or answered your question.