Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.os.linux.development.system > #709
| From | Måns Rullgård <mans@mansr.com> |
|---|---|
| Newsgroups | comp.os.linux.development.system |
| Subject | Re: udev and the device tree? |
| Date | 2014-05-29 22:01 +0100 |
| Message-ID | <yw1xwqd4pad8.fsf@unicorn.mansr.com> (permalink) |
| References | <63a8c063-714f-44d8-a872-4d5e4ac956be@googlegroups.com> |
Jimmy Johnson <eclectic.sounds@gmail.com> writes: > Can anyone comment on how these 2 schemes fit together for embedded > Linux devices? Should we still use the udev calls to populate known > devices to /dev or is there a better way now that we have the device > tree available? DT is a method for the bootloader to pass information about the hardware to the kernel. Udev performs userspace actions based on kernel-provided information about hardware (and other things). The two are (almost) entirely unrelated since the kernel reports the same events to udev regardless of the form in which it received the information. -- Måns Rullgård mans@mansr.com
Back to comp.os.linux.development.system | Previous | Next — Previous in thread | Next in thread | Find similar
udev and the device tree? Jimmy Johnson <eclectic.sounds@gmail.com> - 2014-05-29 11:43 -0700
Re: udev and the device tree? Måns Rullgård <mans@mansr.com> - 2014-05-29 22:01 +0100
Re: udev and the device tree? Jimmy Johnson <eclectic.sounds@gmail.com> - 2014-05-29 15:27 -0700
csiph-web