Skip to main content
Senior II
October 14, 2024
Solved

setting up qt creator and stm32157d-dk1(developer package)

  • October 14, 2024
  • 3 replies
  • 1645 views

i have downloaded the developer package 

so the steps i followed for developer package was

i downloaded the MP1-DEV-x86 from st website

For x86_64 host architecture i Uncompressed the tarball file to get the SDK installation script. and Ran the SDK installation script. 

for x-linux-qt developer package i downloaded the below file(but my board is stm32mp157d-dk1)

Sharan_0-1728895104595.png

i followed these steps 

Sharan_1-1728895152514.png

does this bellow sdk add on work only with stm32mp2Sharan_0-1728895104595.png

Best answer by PPAGE.13

As I said on the other post, there is no available Qt developper package SDK addon for MP1 available right now. It will come in a few weeks.

The Developper package you have downloaded does not contain any Qt feature, so no qmake tool is there.

This is why you need to use Distribution package and compile with Qt receipe and generate your own SDK with Qt support.

Philippe.

3 replies

SharanAuthor
Senior II
October 14, 2024

i am setting the qt kit manually using developer package for stm32mp157d-dk1 but not able to do

Sharan_4-1728901406103.png

 

 

Sharan_1-1728900985173.png

Sharan_2-1728901034386.png

Sharan_3-1728901075937.png

 

PPAGE.13
ST Employee
October 14, 2024
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.
SharanAuthor
Senior II
October 14, 2024

that thread was for distribution package and this thread is for developer package

PPAGE.13
PPAGE.13Best answer
ST Employee
October 14, 2024

As I said on the other post, there is no available Qt developper package SDK addon for MP1 available right now. It will come in a few weeks.

The Developper package you have downloaded does not contain any Qt feature, so no qmake tool is there.

This is why you need to use Distribution package and compile with Qt receipe and generate your own SDK with Qt support.

Philippe.

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.
SharanAuthor
Senior II
October 14, 2024

Thanks for the reply sure i will download the distribution package but please give the step wise procedure because i am getting confused while doing distribution package even though i refer the wiki