Audit koan

Comprehensive Guide to Auditd for Linux Embedded Systems: Security Auditing and Compliance

This article explores the powerful capabilities of Auditd, a crucial tool for security auditing in Linux embedded systems. Learn how to configure Auditd, monitor system calls, track changes to vital files, and ensure compliance with security standards. With practical installation steps and usage techniques, this guide equips you with the knowledge to enhance system security and monitor activities effectively.

Linux embedded and Yocto Project in-person training course

Are you an engineer looking to master Linux and the Yocto Project for your next project? This course is designed for those seeking to integrate Linux and the Yocto Project into new projects. Over four days, participants will gain a comprehensive understanding of embedded Linux system architecture, learn how to configure and build the Linux kernel and Device Tree, and leverage open-source components for system development.
Resume in-person training Linux and Yocto Project

Restart doing courses in-person again

Starting this autumn, we will resume offering in-person courses, both public and private, directly at companies around the world. Our first in-person public course will be held in Bergamo, Italy, in November. This will be a comprehensive four-day course on Linux embedded and Yocto Project, focusing on a board with an NXP i.MX8MM CPU. The course will include several exercises for managing additional peripherals (I2C, SPI and GPIO) mounted on an dedicated expansion board.

Guide to use systemd with Yocto Project

Systemd is an initialization software for the GNU/Linux operating system, also known as the system daemon. Learn how to use systemd with Linux Embedded configuring it into Yocto Project.
Koan Y2038

The Y2038 problem in embedded systems

Time management on 32bit Linux machines has always been done with signed 32bit type. These type present a problem: in 2038 the 32bit space will run out and the time count will return to 13/12/1901.