Hi friends,
I am new with BB-xM and also new with linux stuffs
I want to develop a QT application on my beagleboard,
for that I am using Tisdk and doing a remote debugging.
But instead of that for the sake of execution time point of view I wanna go for angstorm online image,
so that I can create that particular QT application directly on target board.
Am I right ?
and what are the different advantages if i’ll go for angtorm instead of ti-sdk ?
Please help me any advice link appreciated.
//This is a bottom post list, right? I almost forgot - see end of email for my text.
//Also - Am I supposed to send this out in plain text?
Hi friends,
I am new with BB-xM and also new with linux stuffs
I want to develop a QT application on my beagleboard,
for that I am using Tisdk and doing a remote debugging.
But instead of that for the sake of execution time point of view I wanna go for angstorm online image,
so that I can create that particular QT application directly on target board.
Am I right ?
and what are the different advantages if i'll go for angtorm instead of ti-sdk ?
Please help me any advice link appreciated.
Thanks
Nilesh.
Hi List/Nilesh
>> I want to develop a QT application on my beagleboard, for that I am using Tisdk and doing a remote debugging.
Did you get QT to run an application on the Beagle?
I posted an email to this list asking for hints about figuring out why my QT application does not run on the beagle bone.
I got not hints.
Basically, in my case (BeagleBone Black),
the application runs,
I can print debug messages to the command line window,
but NO graphics output of any kind appears on the beagleBone Black display (HDMI).
I am thinking it is some sort of configuration problem, but I do not know where to begin in tracking down the problem.
Thanks for any insight that may be provided.
I only get console debug messages that I put in main. cout << or printf(), not sure which I used.
I was not sure it was even running, so I put the messages in.
It would have been nice if QT could have printed out some error messages instead of running silently.
QT acts like it is happy - I just do not see any graphics.
I also used Beaglebone Black without LCD/touchscreen module, just with HDMI out to my Monitor.You can try to execute “systemctl disable gdm.service” and “./myQtHelloWorld -qws”
But in my BBB, I can see the window display to my Monitor but the mouse hanged(can not be moved).