Newbie - Difference in Ti-sdk and Angstorm

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.

//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.

God bless,
Jody

Hi Jody,

As you are trying on BBB I dont have any idea in BBB while I can provide you how I have done my thing in Beagleboard-xM

The fllowing link you have to follow

http://processors.wiki.ti.com/index.php/Sitara_Linux_Training:_Hands_on_with_QT

hi jody,

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.

Thanks,
Jody

Hi Jody,

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).

Jody Baudoin於 2013年9月1日星期日UTC+8上午5時03分21秒寫道:

export QWS_MOUSE_PROTO=linuxinput:/dev/input/event1 —>solve mouse issue

barne…@gmail.com於 2013年11月5日星期二UTC+8下午5時48分17秒寫道: