[Qt-interest] procedures of qt embedded GUI porting to ARM board
linux newbie
linux.newbie79 at gmail.com
Thu Sep 30 07:21:32 CEST 2010
Hi,
* download the qt-embedded version
* compile it for arm tool chain u r using.
* copy the libraries (not all..just the ones u wanna use in ur
application) into ur board.
* develop the application, compile it for arm, copy it to ur board and run it.
* there are good documentation available in the official website.
* hope u already enabled frame buffer driver for ur board. in that
case, u can run ur application like server (-qws option),so that it
wil get hold of frame buffer and draws it on screen.
http://doc.trolltech.com/4.6/qt-embedded-linux.html
Hope it helps :-)
All the best!!!
On Thu, Sep 30, 2010 at 12:46 PM, piyush pandey
<piyushispandey07 at gmail.com> wrote:
> Hi Everybody
>
> I want to port Linux on an embedded board and want to provide it a GUI
> layer using qt.
>
> Actually my board is consist of an ARM processor and other peripherals and
> a touch screen display.
>
>
> Actually this is a small embedded board which I have made .
>
> I want to display various gui widgets like buttons , scrollbars etc . I
> want to use QT for this purpose.
>
>
> But I don't know how to proceed , how I can make the QT GUI layer to
> interact with kernel
>
> So , can you tell me how can I make it to talk to the linux kernel, I
> mean how can I interface it to the kernel and what would be the tools
> required to accomplish this task.
>
> Thank you
>
>
> _______________________________________________
> Qt-interest mailing list
> Qt-interest at trolltech.com
> http://lists.trolltech.com/mailman/listinfo/qt-interest
>
>
More information about the Qt-interest-old
mailing list