linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
From: Andre' Draszik <andid@gmx.net>
To: Embedded PPC Linux list <linuxppc-embedded@ozlabs.org>
Subject: Re: moving from devfs to udev with 2.6 kernel on 8xx board?
Date: Mon, 11 Apr 2005 17:08:45 +0200	[thread overview]
Message-ID: <425A92FD.8070301@gmx.net> (raw)
In-Reply-To: <Pine.LNX.4.61.0504110931540.6667@localhost.localdomain>

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

      reply	other threads:[~2005-04-11 16:11 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=425A92FD.8070301@gmx.net \
    --to=andid@gmx.net \
    --cc=linuxppc-embedded@ozlabs.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).