Speaking

Upcoming Events

Embedded Recipes

Building Trust - Use Cases and Implementation of TPM 2.0 in Embedded Linux Systems

As embedded systems become increasingly interconnected, the demand for robust platform security and integrity has surged. Trusted Platform Modules (TPM), currently in version 2.0, are becoming increasingly beneficial for enhancing security in embedded systems. TPMs provide hardware-backed mechanisms for critical functions such as random number generation, cryptographic key generation, key binding and data sealing. This presentation will explore the capabilities of TPM 2.0, focusing on several practical use cases, including Providing a unique and persistent serial number for device identification. Supporting secure boot mechanisms to establish a reliable chain of trust. Encrypting user data without the need for user passwords. Managing application credentials securely.Additionally, we will discuss the integration of TPM 2.0 within Yocto-based embedded systems and present strategies for automated provisioning, highlighting how these elements work together to enhance overall system security.

14-16 May 2025
Nice, France
Details and Registration

Past Talks



October 8, 2024

Advanced System Profiling, Tracing and Trace Analysis with Perfetto in Android and Yocto

Together with my colleague Stefan Lengfeld.

Tracing is a capable mechanism for deep system analysis and profiling with a minimal overhead. By recording defined system events, in Linux but also Android, tracing can be used to analyze concurrency or latency issues, for example. Android’s systrace tool made it easy to analyze and correlate traces and events due to a graphical UI, in order to help developers identify performance bottlenecks. The successor to this advanced and convenient tool is called Perfetto. It’s available for pure Linux too, and part of Yocto (meta-oe) since Langdale now. In the talk, we’ll have a look into