

The same dashboard program I cross compiled from Ubuntu and run it from Beagleblack. Normal Qt applications are running fine in Beaglebone Black.īut QtQuick are failing and showing segment fault. home/sajeevan2/bbb_tools_sgx/qt-everywhere-src-5.12.5/configure -platform linux-g++-64 -prefix /home/sajeevan2/bbb_tools_sgx/qt_5_12_5_bbb/qt_5_12_5 -extprefix /home/sajeevan2/bbb_tools_sgx/qt_5_12_5_bbb/binaries_sgx -hostprefix /home/sajeevan2/bbb_tools_sgx/qt_5_12_5_bbb/tool -release -opengl es2 -device linux-beaglebone-g++ -device-option CROSS_COMPILE=/home/sajeevan2/bbb_tools_sgx/gcc-linaro-7.5.0-2019.12-x86_64_arm-linux-gnueabihf/bin/arm-linux-gnueabihf-no-sql-db2 -no-sql-ibase -no-sql-mysql -no-sql-oci -no-sql-odbc -no-sql-psql -no-sql-sqlite -no-sql-sqlite2 -no-sql-tds -sysroot /home/sajeevan2/bbb_tools_sgx/sysroot -opensource -confirm-license -skip qtwayland -skip qtlocation -skip qtscript -make libs -nomake examples -nomake tests -v -no-gbm -skip webengineĭirectFB. qt5-quickcontrols 5.15.6+kde+r0-1 File List usr/ usr/lib/ usr/lib/qt/ usr/lib/qt/qml/ usr/lib/qt/qml/QtQuick/ usr/lib/qt/qml/QtQuick/Controls/ usr/lib/qt. Sysroot : taken from beaglebone black with rsync command as shown in the guide

With the above procedure, the dashboard is finely displayed in Beaglebone Black attached Display.īut what I required is Cross compiling Qt Quick EGLFS Application in an Ubuntu 20.04 system and run it in Beagle Bone Black.įor Cross compiling I am following the guide : I could now run a QtQuick EGLFS Application natively in Beaglebone Black.Ĭd /usr/lib/arm-linux-gnueabihf/qt5/examples/quickcontrols/extras/dashboard The image I am using is : įollowing as per : BeagleBoneBlack/SGX + Qt EGLFS + Weston. I am trying to cross compile qt quick applications for running in Beaglebone Black.
