Loading…
25-27, August 2025
Amsterdam, Netherlands
View More Details & Registration
Note: The schedule is subject to change.

The Sched app allows you to build your schedule but is not a substitute for your event registration. You must be registered for Open Source Summit Europe 2025 to participate in the sessions. If you have not registered but would like to join us, please go to the event registration page to purchase a registration.

This schedule is automatically displayed in Central European Summer Time, CEST (UTC +2). To see the schedule in your preferred timezone, please select from the drop-down menu to the right. 

IMPORTANT NOTE: Timing of sessions and room locations are subject to change.

Venue: D201 clear filter
arrow_back View All Dates
Tuesday, August 26
 

11:00 CEST

Status of Embedded Linux - Tim Bird, Sony Electronics & Marta Rybczynska, Ygreky
Tuesday August 26, 2025 11:00 - 11:40 CEST
In this talk, Marta and Tim will give an overview of updates with Linux in the embedded space that have come about in the past year. We will discuss recent developments in the Linux kernel that are of interest to embedded developers, which may include topics such as filesystems, networking, tracing, real-time, power management, security, testing and more. We will also talk about community, industry and legal news related to Linux in embedded systems, including things like the status of major processor architectures, projects at the Linux Foundation, and other relevant community projects. It is hoped that through this talk, developers can learn about changes to the kernel, or initiatives in the industry that might benefit their own embedded Linux development. Come to this session and find out what's new with embedded Linux!
Speakers
avatar for Tim Bird

Tim Bird

Principal Software Engineer, Sony Electronics
Tim Bird is a Principal Software Engineer for Sony Corporation, where he helps Sony use Linux and other open source software in their products. Tim is the organizer of the Linux Boot-Time Special Interest Group and is involved with various Linux Foundation projects (including being... Read More →
avatar for Marta Rybczynska

Marta Rybczynska

Technical Program Manager, Security Team, Eclipse Foundation/Ygreky
Marta Rybczynska has a network security background, with 20 years of experience in Open Source. She has worked with embedded operating systems like Linux and various real-time OSes, and with system libraries and frameworks up to user interfaces. She has been involved in various Open... Read More →
Tuesday August 26, 2025 11:00 - 11:40 CEST
D201
  Embedded Linux Conference

11:55 CEST

Fail-Safe Embedded Linux: Designing for Power Resilience - Sergio Prado, Embedded Labworks
Tuesday August 26, 2025 11:55 - 12:35 CEST
Unexpected power cuts can lead to corrupted filesystems, lost data, and even bricked devices in embedded Linux systems. Ensuring resilience against power failures is critical for reliability in industrial, automotive, and IoT applications. This talk will explore strategies to make embedded Linux systems fail-safe against power interruptions. We’ll cover filesystem choices (JFFS2, UBIFS, F2FS, etc.), journaling and atomic writes, strategies for bootloader and firmware redundancy, and hardware-based solutions such as supercapacitors and secure storage. Real-world examples and debugging techniques will be presented to help engineers design robust, power-resilient systems. By the end of this session, attendees will have a practical understanding of how to safeguard their embedded Linux devices against power failures, reducing field failures and improving system reliability.
Speakers
avatar for Sergio Prado

Sergio Prado

Consultant & Trainer, Embedded Labworks
Sergio Prado has over 25 years of experience in embedded systems development. He is the founder of Embedded Labworks, providing consulting and training services to customers worldwide. A passionate Linux developer, he specializes in BSP development and embedded security, actively... Read More →
Tuesday August 26, 2025 11:55 - 12:35 CEST
D201
  Embedded Linux Conference

13:00 CEST

Yocto Project BoF - Philip Balister, OpenEmbedded & Megan Knight, Arm
Tuesday August 26, 2025 13:00 - 13:40 CEST
This BoF provides an open forum for the Embedded Linux community to ask questions and discuss issues with the Yocto Project and OpenEmbedded community. We open with a Yocto Project summary and OpenEmbedded State of the Union. All users, contributors and maintainers as well as curious minds are invited to bring their thoughts and topics.
Speakers
avatar for Philip Balister

Philip Balister

Minister of Progress, OpenEmbedded
I have a bio
avatar for Megan Knight

Megan Knight

Director of Software Communities and Advocacy Chair for Yocto Project, Arm
Megan Knight is the Director of Software Communities at Arm where she leads upstream engagements with open source communities. She holds many leadership positions with various communities including Advocacy Chair for the Yocto Project, OSPO Special Interest Group lead for UXL Foundation... Read More →
Tuesday August 26, 2025 13:00 - 13:40 CEST
D201
  Embedded Linux Conference

14:10 CEST

Implementing Bluetooth LE Audio & Auracast on Embedded Linux Systems - George Kiagiadakis, Collabora
Tuesday August 26, 2025 14:10 - 14:50 CEST
Bluetooth LE Audio and its Auracast feature represent the next generation of wireless audio technology. LE Audio enables efficient, high-quality sound transmission designed for modern use cases, while Auracast introduces one-to-many audio broadcasting capabilities that open up exciting possibilities in delivering novel listening experiences.

This talk will discuss the practical implementation of these technologies on embedded Linux systems using open source software that is available today. Specifically, it will focus on BlueZ, the official Linux Bluetooth protocol stack, and PipeWire, the standard audio server on modern Linux systems that implements connection to Bluetooth audio devices, among several other things.

Attendees will gain practical insights into integrating LE Audio and Auracast on embedded platforms, along with an overview of the current support status and key challenges.
Speakers
avatar for George Kiagiadakis

George Kiagiadakis

Principal Software Engineer, Collabora
George Kiagiadakis is a principal software engineer at Collabora, with over 14 years of experience in open source and embedded multimedia projects in particular. He is the author and maintainer of WirePlumber, a modular session manager for PipeWire, and has worked extensively with... Read More →
Tuesday August 26, 2025 14:10 - 14:50 CEST
D201
  Embedded Linux Conference

15:05 CEST

The Cost of Security: Measuring and Reducing Boot-Time Impact - Michael Olbrich, Pengutronix
Tuesday August 26, 2025 15:05 - 15:45 CEST
As security becomes a top priority in embedded systems, features like Secure Boot are more critical than ever. However, these protections often come at the cost of increased boot time — a trade-off that’s especially painful in performance-sensitive environments.

This talk will look at the steps necessary for Secure Boot and typical security hardening features and examine the impact they have on boot speed, highlighting real-world examples and measurable overheads.

We will explore practical techniques to mitigate these slowdowns, and show how a well designed software architecture can help you achieve both faster and more secure boot processes.
Speakers
avatar for Michael Olbrich

Michael Olbrich

Software Engineer, Pengutronix
Michael Olbrich is an open-source developer with a focus on platform integration on embedded Linux. He works as a full-time Linux developer for Pengutronix. His job is to provide a smooth Linux experience on embedded devices from init systems to graphics and multimedia frameworks... Read More →
Tuesday August 26, 2025 15:05 - 15:45 CEST
D201
  Embedded Linux Conference

16:20 CEST

Producing a Complete Linux System With a Single Command (and Configuration File) With Yocto - Alexander Kanavin, Linutronix
Tuesday August 26, 2025 16:20 - 17:00 CEST
The Yocto project is a toolkit for creating custom Linux distributions for the embedded use cases. Historically it has not provided tools and standards for setting up and replicating build configurations in a reproducible manner, leaving that to third party projects and custom scripts. In the past few months this has been changing, and many of the pieces are now available out of the box in oe-core/poky, or are under review. This talk will give an overview of what is available and how it can be used to both write a record of how to build a complete system, and to replicate that build elsewhere with that record. It will also cover parts that still need to be added, and possible future directions for build configuration management.
Speakers
avatar for Alexander Kanavin

Alexander Kanavin

Software Engineer, Linutronix
Alexander is an open source developer specializing in distribution engineering using vendor-neutral tooling and userspace stacks. He is one of the primary contributors to the Yocto project and has an interest in developing foundations of digital infrastructure in a sustainable ma... Read More →
Tuesday August 26, 2025 16:20 - 17:00 CEST
D201
  Embedded Linux Conference
 
  • Filter By Date
  • Filter By Venue
  • Filter By Type
  • Audience Experience Level
  • Timezone

Share Modal

Share this link via

Or copy link

Filter sessions
Apply filters to sessions.
Filtered by Date -