QT on Devkit8000

Hi all,

DId anyone built qtopia image for devkit8000.
How to put qt on devkit8000.
Which root file sytem can i use. I had debian, ubuntu and angstrom
root file system.

I was able to boot this root file system in console.
How to bring QT gui on devkit8000 board.
i also downloaded and compiled at for devkit following the guide from
this http://devkit8000.wikispaces.com/Qt+and+Qt+Everywhere .
But when i booted i didn't get gui in LCD screen.

Sivakumar

Hi,

Is it Display driver configured for the Devkit8000?. Yes. In Kernel boot configuration enable the LCD parameter
bootargs console=ttyS2,115200n8 noinitrd root=/dev/mmcblk0p2 video=omapfb:vram:2M,vram:4M omapdss.def_disp=lcd init=/init rootfstype=ext3 rw rootdelay=3 nohz=off androidboot.console=ttyS2

In console check the /dev/fb0 is create/Not. Then Link with QT Layer to display device info(/dev/fb0).

saminath.