Hi Itamar, On Fri, Dec 04, 2009 at 09:50:30AM +0200, itamar levit wrote: > I'am new in linux GUI application > > Q1. I use linux 2.6.28 run on arm CortexA8 I have LCD and keys on the hw > board. > I look for cross platform GUI enviroment that I can developend and run my > application on ubuntu and run it the embedded linux
As Omer has suggested Qt is a good GUI environment for cross platform development. With Qt you can compile your application natively for testing on your Ubuntu box, and then cross compile for testing on your Cortex-A8 based board. See http://doc.trolltech.com/4.6/qt-embedded-linux.html > Q2. What is the kernel driver that the tool use to output the GUI ? Generally you need the framebuffer driver for LCD output. The driver that you need depends on the specific chip that you use. Look at the kernel sources under drivers/video/. baruch -- ~. .~ Tk Open Systems =}------------------------------------------------ooO--U--Ooo------------{= - [email protected] - tel: +972.2.679.5364, http://www.tkos.co.il - _______________________________________________ Linux-il mailing list [email protected] http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il
