* moving from devfs to udev with 2.6 kernel on 8xx board?
@ 2005-04-11 13:37 Robert P. J. Day
2005-04-11 15:08 ` Andre' Draszik
0 siblings, 1 reply; 2+ messages in thread
From: Robert P. J. Day @ 2005-04-11 13:37 UTC (permalink / raw)
To: Embedded PPC Linux list
since i don't have enough anguish in my life, i thought i might take
today to see if i can migrate from devfs to udev on my 8xx board. at
the moment, with a 2.6.11.7 kernel, i have:
busybox-1.00
networking with the I2C/SPI/SMC1 patch installed
devfs
JFFS2 support in kernel (but no partition definition yet)
before i start reading up on udev, any guidance on whether this will
be straightforward, or will i want to slit my wrists by lunch time?
thanks.
rday
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: moving from devfs to udev with 2.6 kernel on 8xx board?
2005-04-11 13:37 moving from devfs to udev with 2.6 kernel on 8xx board? Robert P. J. Day
@ 2005-04-11 15:08 ` Andre' Draszik
0 siblings, 0 replies; 2+ messages in thread
From: Andre' Draszik @ 2005-04-11 15:08 UTC (permalink / raw)
To: Embedded PPC Linux list
Hi,
Robert P. J. Day wrote:
> before i start reading up on udev, any guidance on whether this will
> be straightforward, or will i want to slit my wrists by lunch time?
> thanks.
for me, this was quite straightforward on a 405 board. you should
remeber to create two device nodes in your filesystem, though:
crw-rw---- 1 root root 5, 1 2005-04-04 04:03 console
crw-rw-rw- 1 root root 1, 3 2005-02-20 11:39 null
else it won't work...
one thing to note is that udev is quite slow on bootup (at least here).
after init is started some initial device nodes are created, this takes
like 5 to 10 seconds here. i don't know if there is a way to decrease
that time:
Freeing unused kernel memory: 92k init
INIT: version 2.86 booting
Mounting a tmpfs over /dev...done.
Creating initial device nodes...done.
that is a bit annoying... but i didn't put any energy in resolving that
issue yet, so maybe it's easy ;)
hth,
andre
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2005-04-11 16:11 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-04-11 13:37 moving from devfs to udev with 2.6 kernel on 8xx board? Robert P. J. Day
2005-04-11 15:08 ` Andre' Draszik
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).