2024-10-14 01:41 AM
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)
i followed these steps
does this bellow sdk add on work only with stm32mp2
Solved! Go to Solution.
2024-10-14 07:29 AM
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.
2024-10-14 03:22 AM - edited 2024-10-14 03:23 AM
i am setting the qt kit manually using developer package for stm32mp157d-dk1 but not able to do
2024-10-14 05:33 AM
Please do not duplicate thread, it does not help.
Philippe.
2024-10-14 07:06 AM
that thread was for distribution package and this thread is for developer package
2024-10-14 07:29 AM
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.
2024-10-14 07:33 AM
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