PDA

View Full Version : On BeagleBone Black QT GUI application doesn't open GUI window,instead runs in termin



sask1236
24th September 2013, 09:47
On BeagleBone Black QT GUI application doesn't open GUI window,instead runs in terminal

I am using Qt Creator 2.4.1 Based on Qt 4.8.0 (32 bit) Built on Mar 21 2012 installed on virtual box with Ubuntu. I have BeagleBone Black of Revision A5B. i have apt get qt4-embedded on it.

I have created a QT GUI application and copied the same into my BeagleBone. I executed the project by: ./ -qws it gives qDebug string output on the terminal, but the GUI is not there on screen, i have attached this to my HDMI TV, where i see the terminal with output but no GUI.

Do i need to add some stuff to beaglebone black? Some files nned to be copied to board?

Please help me for the same.

Thanks in Advance

Sahil Kulkarni

andre_teprom
29th September 2013, 15:06
Sahil,


Are you sure this process works ?
Unless you install and properly configure on the _X86 platform a toolchain able to perform a cross-compile to _ARM platform, there is not expected the executable file works.

Despite Beaglebone have no much hardware resources, try to install QT 4.8.1 rev at this board the QT-SDK under Synaptics tool.
I performed the same procedure on a similar board - pcDuino - successfully.

+++

sask1236
30th September 2013, 13:18
I will try to do the same.
Thanks you