Crosstool-ng A cross-toolchain generator

A toolchain is an essential component in a software development project. It will compile, assemble and link the code that is being  developed, and thus is a very sensitive piece of any build system. Toolchains are made of different, complex pieces of software,...

Persistent logs using UBI

A short presentation about a library for persistent log based on the UBI layer. The goal is to enable an embedded software component to log persistent messages  (even after a full update of the system)  without requiring the use of a file...

kconfig-frontends, a packaging of the kconfig parser and frontends

The configuration language used by the Linux kernel, known as kconfig, has gained some traction in the community, and is increasingly used by  third-party projects. The kconfig-frontends package aims at centralising the effort of keeping an up-to-date, out of the...

Easy rootfs using Buildroot

The Linux kernel is an exciting world. But  if you want to get a working system, it is still essential to provide our kernel a root filesystem. The kernel developers often struggle to find a simple rootfs, adapted to their architecture, together with the tools that...