Silence U-Boot

Recently I was integrating Mender into QutiPi’s Linux distribution. I came across a problem that when booting U-Boot was displaying a range of terminal message as it was checking for OTA updates. This was not acceptable due to the primary purpose of the QutiPi project. After a bit of googling I found that by setting…

Systemd Overview

Recently when I  created the Qutipi linux distribution I had to select between the old-fashioned sysvinit and systemd. After a bit of research I decided to take the punt and use systemd. I choose systemd over sysvinit for a range of reasons such as the tooling is better (systemctl etc), greater error logging / reporting,…