Jimmy Johnson <
eclecti...@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
ma...@mansr.com