Hi Alexander,

Wow, Yocto Linux sure sounds like "fun" :-) I've heard some similar stories about getting Linux onto embedded ARM systems (and now that you mention it, I remember playing around with buildroot a while back), but I guess I am lucky in that I went from writing my own code and drivers for embedded systems without OSes (like TI's MSP430), skipped over getting Linux to run on embedded systems on my own, and now can develop directly on Raspbian on an RPi. If I had to design another embedded system, I'd probably use something that can run a full Linux distro directly.

All the arguments against systemd do make a very strong case against it. In your other post you mention Devuan, but personally I'd be cautious with a distro that is a fork that changes just one thing about the system - I'd worry about whether or not it will be maintained well over time. Although I admit I'm not yet ready to switch right now because my setup works for me for now, but since I've been doing a lot of work on RPis lately, I'll have to start considering whether systemd is the right thing for such an embedded system.

In terms of boot time, I can imagine there are situations where it might be important, for example if there's some kind of power saving necessary - I once developed a system with an FPGA that had to "boot" within a few milliseconds so that it could only be turned on for a fraction of a second to conserve power. But I assume that's rare, and I don't think systemd is the solution for that kind of a hypothetical situation ;-)

Regards,
-- Hauke D


In reply to Re^15: CPAN failed install by haukex
in thread CPAN failed install by Linicks

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.