Controlling LEDs on Alpine Linux using the command line

We have developed an embedded Raspberry Pi Compute Module carrier board for industrial use: the PCCB. As you can see, there are three (directly) user programmable LEDs on the PCCB: USER / INFO / ACT. These are defined in the device tree. For example, we can define the following in our device tree overlay: //LEDs…

Weiterlesen

Entscheidung für Raspberry Pi als Embedded Development-Plattform

Als einer der approved Raspberry Pi Reseller, und einem offiziellen Reseller der Pi Zero Serie (wir waren übrigens der erste auf dem europäischen Festland) mit starken technischen Kompetenzen rund um die Raspberry Pi Plattform möchten wir Sie bei Ihrer Entscheidung für oder gegen die Plattform unterstützen, und einige immer wieder kehrende Fragen beantworten. Die Abbildung…

Weiterlesen

Raspbian SSH Server fails after upgrade from Stretch to Buster (no SSH connection)

I used this excellent guide to update my Raspbian from Stretch to Buster: https://pimylifeup.com/upgrade-raspbian-stretch-to-raspbian-buster/ After rebooting my Pi, the SSH connection was gone. Logging into the Pi using the attached keyboard and monitor allowed me to debug the issue: service ssh status journalctl -u ssh -n 200 “Missing privilege separation directory /run/sshd” This directory needs…

Weiterlesen

Our own product PCCB: Pi Control Carrier Board

This is a quick overview of our product, PCCB (Pi Control Carrier Board). PCCB is already in a second revision with significantly expanded features. How does it look? What does it do? The PCCB (Pi Control Carrier Board) is an industrial carrier board for the Raspberry Pi Compute Module. It offers several industrial interfaces, and…

Weiterlesen

Vorteile von Android™ vs. Linux

Technische Grundlagen Android™ basiert auf dem Linux-Kernel, optimiert ihn aber besonders auf embedded Systeme & mobile Plattformen. Android nutzt den Linux Kernel mit einigen Anpassungen. Es unterscheidet sich jedoch grundlegend von üblichen Linux Distributionen, wie bspw. Debian / Raspbian / Alpine Linux. Üblicherweise nutzen Distributionen die GNU C Bibliothek (glibc), und einen X server (bspw.…

Weiterlesen

Interview with Simon Long of Raspberry Pi about the Raspberry Pi Desktop, UI design, and much more!

Important background information: this interview was done in early July 2018, so some applications to which Simon refers might already be released, etc. Max: This is the interview with Simon Long of the Raspberry Pi Foundation who is mainly responsible for Raspbian the desktop OS. Simon: That’s right. Max: Many applications like VeraCrypt release binaries…

Weiterlesen

Screenshots über SSH erstellen

Ein kurzer Tipp um Screenshots vom Raspberry Pi X Desktop (LXDE) über SSH zu erstellen: sudo aptitude install scrot  DISPLAY=”:0.0″ scrot /tmp/screenshot1.png Die Screenshots können dann z.B. mit dem Windows Tool WinSCP vom Pi heruntergeladen werden. scrot hat auch einige weitere Optionen, z.B. eine verzögerte Aufnahme.

Weiterlesen