STM32MP1 cross compile for QML application
-
Hi guys, I'm very new to embedded linux. I developed some Qml application on Raspberry Pi, now I want to build some qt apps on STM32MP157C-DK2 board, I followed up this page https://wiki.st.com/stm32mpu/wiki/How_to_build_and_use_an_SDK_for_QT , but I dont know if I need to install all the images that mentioned in this page? Because images' size are more than 50 GB, Is there any Qt cross compile tutorial for STM32MP1, that you know? Or any advice to get more familiar with STM32MP1?
-
I'm in the same condition. I have built my qt-image for STM32MP1 and with Qt IDE I have created an example QtQuick.
I have settled all the IDE parameters for the debug on my device(STM32MP157C-DK2 board) and the debug start correctly but when start the error is that the QtQuick controls lib is not installed. I don't know if I need to install the QtQuick controls 2.2 lib also on the device machine, or I have other problem. My device tell me on com port that is right connected and the debug start correctly. The display of my device start with white page but the error appear in the terminal. Some help?