Thanks for the quick answer!
I used the technologics provided debian sarge image on th NFS server,
so I don't know what should be inside...
As I find the problem is that /dev is not really mounted as a tempfs,
cause I find stuff in it on the NFS server.
Is the deletion of the whole content will solve the problem?
Does anybody have a better image for development under 2.6 kernel?
Cheers,
denx
--- In Triffid Hunter <> wrote:
>
> On Sun, 30 Nov 2008, denx_ts wrote:
>
> > Hi all,
> >
> > I built the 2.6.21-ts kernel from technologics. (I know it's not the
> > latest, but i't enough for me.) I've created the NSF export on a
> > debian box and the boot on the sbc was successfull. But my kernel
> > module tries to create char devices in /dev, but I got an error:
> > "Permission denied"
> >
> > As I see, the /dev is mounted in read only mode. "mount" says: "tmpfs
> > on /dev type tmpfs (ro)"
> >
> > Is it possible to change this silly situation easily?
>
> mount -o remount,rw /dev
>
> strangely, tmpfs mounts read-write by default, so one of your boot
scripts
> is doing something silly.. grep is your friend
>
------------------------------------
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/ts-7000/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/ts-7000/join
(Yahoo! ID required)
<*> To change settings via email:
<*> To unsubscribe from this group, send an email to:
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|