Blog Posts

Modern Error Handling with C++23

Adrian Winterstein

With the introduction of std::expected, it is finally possible to use error codes in C++ without the usual hassle. This post shows how.

C++

Setting up Remote SWUpdate with Yocto

Adrian Winterstein

Guide for extending an SWUpdate Yocto layer configuration for automatic installation of update images provided by an HTTP server.

Comments for Static Website (with Mastodon)

Adrian Winterstein

How I added a static comment feature to my static website.

Setting up SWUpdate with Yocto

Adrian Winterstein

Guide for integrating firmware updates with the SWUpdate layer into a Yocto project using a Raspberry Pi as an example device.

Creating a Yocto Project

Adrian Winterstein

Short guide for creating a Yocto project repository based on the Poky reference distribution. It gives an overview on possible repository structures and shows the basic usage of the kas tool for bitbake management.