Elektrine lite

← Feed

@diebarschlampe@mas.to

Post #1275607

2024-09-01 21:47 UTC

@manawyrm That's seriously fast *tips hat* One question though - why go the buildroot way instead of "just" building a custom kernel image?

Replies (1)

  • @manawyrm@chaos.social 2024-09-01 21:53

    @diebarschlampe I wanted to have buildroot anyway for the main project, it helps a lot with CI/reproducible builds. Buildroot also takes away a lot of the pain of creating disk images, getting a compatible aarch64 toolchain, etc. While the initial setup is more complex, just being able to call „make“ without worrying about local toolchain options (like CROSS_COMPILE and ARCH) is nice.

    Open ##1275608