4
galena
17h

I never expected embedded Linux to be this performant boot wise. On a Cyclone V HPS (800Mhz, Coretex A7) the entire system boots in 3s. Thats from power on to a shell in userspace. And it uses like 40MB of SD-Card Space. The entire speed gets throuwn out the window as soon as you use systemd. Then it takes like five times as long. I kinda want to explore this further in the future by addin LCD support with a desktop environment and get some numbers for that. Currently very happy with the results.

Comments
  • 1
    @kiki will let you know of my findings once I get there. Since you asked for it in a recent rant.
  • 1
    Wow! Yes please
    What’s the distro btw?
  • 1
    @kiki Selfmade!

    Cross compiled Ingredients:
    - Preloader from Altera or ARM tf-A depending on System
    - Linux Kernel 6.1
    - U-Boot
    - Root-fs from buildroot

    Its kinda like using Arch but more bare metal.
  • 1
    @galena 🥹🥹🥹🥰🥰😍😍😍😍 I’m your fan now
    Yep I too thought about building a Linux distro from scratch… openrc + openbox
  • 1
    Love to hear stories about people being efficient with resources and reaping the rewards of such diligence. Bravo!
Add Comment