2024-10-06 11:59 PM - edited 2024-10-07 02:25 AM
hi
i am using stm32mp157d-dk1 and i have downloaded qt creator and i have created a simple hello world window now how to display it in the stm32mp157d-dk1?
how to set up cross compilation in order to deploy Qt projects directly from a host Linux machine to the embedded target using qtcreator.
Solved! Go to Solution.
2024-10-10 12:08 AM
Hello @Sharan ,
sorry I have never seen such error. My first guess would be an issue with your PC installation setup.
Please double check it: https://wiki.st.com/stm32mpu/wiki/PC_prerequisites
Philippe.
2024-10-10 12:38 AM
i am using virtual box and latest Ubuntu 24 LTS.
2024-10-10 12:42 AM
Noboby on our side has tried with an Ubuntu 24, we use 20.04 or 22.04.
I cannot guarantee the support.
2024-10-10 02:09 AM
ok i will download 22.04 and I hope X-linux-qt expansion Package can be used to set up my qt creator for stm32mp157d-dk1.
2024-10-10 11:49 PM - edited 2024-10-11 12:01 AM
he build-<distro>-<machine>/tmp-glibc/deploy/images/<machine> directory
i cant find the file system images in this directory and also in any other directory.
cant find
FlashLayout_sdcard_stm32mp157d-dk1-optee.tsv
2024-10-11 12:06 AM
Hi,
have you followed the documentation:
https://wiki.st.com/stm32mpu/wiki/X-LINUX-QT_Expansion_Package#How_to_install_Distribution_Package
After final following command,
bitbake st-image-qt package-index
you should get your image.
Please also use this post for more details.
Philippe.
2024-10-11 12:07 AM
Please also use this post for more details.
2024-10-11 12:29 AM
DISTRO=openstlinux-weston MACHINE=<machine> source layers/meta-st/scripts/envsetup.sh
in the place of machine do i have to mention the exact name of the board i am using (stm32mp157d-dk1)
2024-10-11 12:34 AM
For stm32mp157d-dk1, please use: MACHINE=stm32mp15-disco
2024-10-11 01:01 AM
i used MACHINE=stm32mp1 instead of MACHINE=stm32mp15-disco is it fine