Carl-Daniel Hailfinger wrote: > I'm a bit surprised by the lack of automatically detectable features in > embedded systems. Wouldn't automatic detection allow reusing whole OS > images on slighly different systems and thus lower development cost?
Where systems are slightly different, what often happens is the boot firmware (boot loader, whatever you want to call it) has different parameters patched in. They might be compiled in differently or different values in a small config block. That only applies to different versions of the same product though. Among embedded systems generally there are huge differences between them. In the OS image, you often have only drivers for devices on the board, to keep the OS as small as possible, so it's customised for each board anyway, except being shared between minor revisions. There are often a few custom devices and kernel patches too. -- Jamie _______________________________________________ devicetree-discuss mailing list [email protected] https://ozlabs.org/mailman/listinfo/devicetree-discuss
