better program for ARM

NewComers
Hi All,

I'm new here, just bought a friendlyARM and i wanna make program to control
motor. It should be GUI, so my people can use it easily.
Please advice, what program should i use for making GUI?? What OS better i
use now (linux or winCE)? Need your help.

regards

*Baby*
In a first time I advise you to use the OS shipped with the board (Linux +
Qtopia).

And you can use Qt to developp your Gui. You CAN debug the app on tour PC
and send it on the board.

But would you control the motor (PWM, ...) ?

TungPham
I think linux is better.
You can use QT to develop your own GUI and control the motor via GPIO :)

NewComers
@Baby and QTungPham
Thanks guys for your advises.
I follow your instruction, and right now i use QT Creator for all stop
developing.

Next question is..
How can i compile my program to friendlyARM?? Please tell me step by step.
Fyi, i used Ubuntu 10 linux.

All advises would be appreciated.

Regards,

Wingz
http://wingston.wordpress.com/embedded-programming-on-the-mini2440-using...

This tutorial will help you set up your on mini2440 a linux kernel and
filesystem using ptxdist.
using ptxdist you can also write C programs and send them over to the
ini2440 to run. For GUI you can look at the qt examples provided in the
BSP.