cancel
Showing results for 
Search instead for 
Did you mean: 

STM32MP157 and boot2Qt

ienecode
Associate III

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?

 

1 ACCEPTED SOLUTION

Accepted Solutions

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.

View solution in original post

2 REPLIES 2
ienecode
Associate III

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

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.