Hi All,
I am working on the TI's DM6467 target board. I have recently updated the kernel with linux-2.6.18_pro500 and using NFS rootfs. When I run the "gtk-demo" application on target board I am getting message as "Cannot open Disaplay" and aborting without showing any UI. I have tried to run the startx ( used runlevel 5 ) then I got below error messages as below
(EE) open /dev/fb/0: No such file or directory
(EE) No devices detected.
Fatal server error:
no screens found
Please consult the The X.Org Foundation support
at http://wiki.X.Org
I have compiled the kernel with the default davinci_dm6467_defconfig and i set boot args as
bootargs=mem=120M console=ttyS0,115200n8 noinitrd rw root=/dev/nfs ip=dhcp nfsroot=192.168.0.111:/home/work/workdir/filesys,nolock video=davincifb:vid0=0,2025K:vid1=0,1350K:osd0=720x576x16,2025K davinci_enc_mgr.ch0_output=COMPOSITE davinci_enc_mgr.ch0_mode=pal
Still I didn't get any framebuffer device in the /dev/ directory. I have also verfied /proc/fb file but i didn't get any fb device for osd .
Could you please suggest me how to run gtk-demo application ( X11 backend ) and how to enable frame buffer for TI DM6467.
Thanks in Advance.
Best Regards,
Vemulapally.