Issues Adding Example Qt Application to st-image-weston on STM32MP1 Discovery Board

Hi I’m trying to learn embedded with stm32mp1 discovery board on my Ubuntu. The task ım trying to do is adding an example qt application to my st-image-weston image and flash it to the board but I got errors. I can share the link to st community post if you can help
Solution:
@nesnes I see you fixed the first issue by using the correct syntax of the IMAGE_INSTALL:append = "" For your second issue, your script is not working on your board, but it looks like you have posted the directory tree of /usr/local on your build host. Try searching for one of the files on your board with something like:...
Jump to solution
3 Replies
nesnes
nesnes3mo ago
Re: libGLESv2.so.2 Error with Qt Application on STM32
Hello  , Maybe try to check the st-image-qt and what does it bring into the final image. As you build st-image-weston maybe you miss some distro installations. Kind regards, Erwan.
nesnes
nesnes3mo ago
@techielew @Ming this link for you to have info about what ım trying to do and https://community.st.com/t5/stm32-mpus-embedded-software/qt-aplication-problem-failed-to-create-wl-display/td-p/710246 is the new error ı couldn’t solve
qt aplication problem: Failed to create wl_display
Hello   I hope your week started well. I think the script didn’t work because I couldn't adjust the paths correctly. Could you please assist me in finding the correct paths and adjusting my script accordingly?        # !/bin/sh export QSG_INFO=1 export QML2_IMPORT_PATH=~/imports/ export PATH=/usr/l...
Solution
Ming
Ming3mo ago
@nesnes I see you fixed the first issue by using the correct syntax of the IMAGE_INSTALL:append = "" For your second issue, your script is not working on your board, but it looks like you have posted the directory tree of /usr/local on your build host. Try searching for one of the files on your board with something like: find / -name "*xcb*" -print
Want results from more Discord servers?
Add your server