On Friday 28 January 2011 10:34:55 pm Yury Bushmelev wrote:
> 2011/1/28 Caglar Akyuz <caglarak...@gmail.com>:
> > Hi all,
> >
> > I'm compiling Angstrom 2010.x against commit:
> >
> >  commit d10ef750c59ee954c11a8edd0e278f99dbf2816a
> >  Author: Khem Raj <raj.k...@gmail.com>
> >  Date:   Mon Jan 24 01:06:08 2011 -0800
> >
> > Machine is custom one based on davinci-dm6446, ARM core is 926ej-s. C
> > library and compilers are the Angstrom default(eglibc, gcc 4.5.3). Kernel
> > version is 2.6.37-rc7.
> >
> > When I booted into my filesystem, I do the following:
> >
> > $cp /dev/zero /dev/fb0
> 
> Do you have /dev/fb0 before doing this? If not this will create plain
> file /dev/fb0 which cause your following error.
> 

Yes I have the device node. Besides, calling 'fbset' prior to copy operation 
works as expected. However, after copy operation device node is overwritten:

root@jd:~# ls -l /dev/fb*                                                       
                                                                                
                    
-rw-r--r--    1 root     root      48766976 Jan  1 00:00 /dev/fb0               
                                                                                
                    
crw-------    1 root     root       29,   1 Jan  1 00:00 /dev/fb1               
                                                                                
                    
crw-------    1 root     root       29,   2 Jan  1 00:00 /dev/fb2               
                                                                                
                    
crw-------    1 root     root       29,   3 Jan  1 00:00 /dev/fb3

How can this be possible?

Regards,
Caglar

> > $fbset
> >
> > And fbset gives the following error:
> >
> >  fbset: FBIOGET_VSCREENINFO: Inappropriate ioctl for device
> 

_______________________________________________
Angstrom-distro-devel mailing list
Angstrom-distro-devel@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel

Reply via email to