News & Blog

News, Events & Blogs

News & Blog

The latest from our Open Source experts

Search the newsroom

Monado SLAM datasets now available

September 11, 2023 by Mateo de Mayo  |   News & Events

The Monado SLAM datasets (MSD) are egocentric visual-inertial SLAM datasets recorded to improve the Basalt-based inside-out tracking component of the Monado project.

Monado SLAM datasets now available

Video codecs: Adding AV1 stateless video decoder support to Linux

September 07, 2023 by Benjamin Gaignard  |   News & Events

The latest mainline Linux kernel (v6.5) includes 22 patches that enable support for the AV1 uAPI and for two stateless video decoders: one for the Rockchip RK3588 and one for MT8195, a MediaTek SoC.

Video codecs: Adding AV1 stateless video decoder support to Linux

Linux kernel 6.5: USB4v2 and Wifi7 have arrived

August 30, 2023 by Adrian Larumbe  |   News & Events

The 6.5 release is here and it comes with many changes. As is often the case, Collabora has been actively involved in the submission of patches, mostly in the task of hardware enablement for Mediatek and Rockchip SoCs.

Linux kernel 6.5: USB4v2 and Wifi7 have arrived

Ready to All Systems Go!

August 23, 2023 by Kara Bembridge  |   News & Events

Set in the captivating city of Berlin, All Systems Go! is ready to explore foundational user-space Linux technologies after a 4-year hiatus.

Ready to All Systems Go!

Bridging IIO and Input in Linux

August 21, 2023 by Eugen Hristev  |   Blog

In Linux, the Industrial Input/Output subsystem manages devices like Analog to Digital Converters, Light sensors, accelerometers, etc. On the other hand, the Input subsystem handles keyboards, mice, touchscreens, and any device that has a human interface.

Bridging IIO and Input in Linux

Pushing testing laboratory performance limits by benchmarking LAVA - Part 1

August 10, 2023 by Paweł Wieczorek  |   Blog

Collabora's main testing laboratory has grown to automate testing on over 150 devices of about 30 different types. The lab receives job submissions from several CI systems, e.g. KernelCI, MesaCI, and Apertis QA.

Pushing testing laboratory performance limits by benchmarking LAVA - Part 1

Persian Rug - It really ties the Rust room together

August 09, 2023 by Edmund Smith  |   Blog

Rust is a modern language known for its memory safety, efficiency, and wide range of high-level features. But many beginners also run into something else in Rust: how surprisingly difficult it is to represent some common designs.

Persian Rug - It really ties the Rust room together

NVK Has landed!

August 04, 2023 by Faith Ekstrand  |   News & Events

As of today, NVK, the new Vulkan driver for Nvidia GPUs, has landed in the main Mesa branch and will be included as an experimental driver in the 23.3 release of Mesa.

NVK Has landed!

Triple Threat: The Power of Transcription, Summary, and Translation

August 03, 2023 by Marcus Edel  |   Blog

At Collabora, we're committed to bringing people together. That's why we're pushing state-of-the-art machine-learning techniques like Large Language Models, Speech Recognition, and Speech-Synthesis techniques.

Triple Threat: The Power of Transcription, Summary, and Translation

Booting on Radxa's Rock-5B without any media used

July 31, 2023 by Eugen Hristev  |   Blog

I have been working on getting U-boot upstream up to speed for the Radxa Rock-5B Rockchip RK3588 board. One of the cool features that I recently published upstream is the ability to boot the board without any kind of non-volatile media (NVM) used.

Booting on Radxa's Rock-5B without any media used

EOSS - Recorded presentations (videos) now available

July 27, 2023 by Mark Filion  |   News & Events

If you weren't able to attend Embedded Open Source Summit in Prague last month, you're in luck as all presentations were recorded and are now available on YouTube.

EOSS - Recorded presentations (videos) now available

The next step for NVK: Merging into Mesa!

July 26, 2023 by Kara Bembridge  |   News & Events

After months of work, led by Collabora's own Faith Ekstrand, Red Hat's Karol Herbst, and numerous open source contributors, NVK is now considered ready to be merged into the main Mesa project.

The next step for NVK: Merging into Mesa!

Quick hack: Changing the Android boot animation

April 21, 2017 by Robert Foss  |   Blog

If you're looking to change the Android boot animation to something other than the stock one, here's a hands-on guide to help you to do it.

Quick hack: Changing the Android boot animation

GStreamer 1.12: Intel Media SDK support and more

April 19, 2017 by Olivier Crête  |   Blog

With GStreamer 1.12's first release candidate out for testing and the final release expected soon, here's a brief preview of some of the (many) new features, bugfixes and improvements that will be arriving with this release.

GStreamer 1.12: Intel Media SDK support and more

Tracing user space and OS interactions

April 10, 2017 by Gabriel Krisman Bertazi  |   Blog

Like the bug that no one can solve, many issues occur on the interface between the user application and the operating system. But even in the good Open Source world, understanding what is happening at these interfaces is not always easy.

Tracing user space and OS interactions

Ubuntu rejoins the GNOME fold

April 05, 2017 by Daniel Stone  |   Blog

Today we all read the announcement of Ubuntu's decision to refocus on cloud and IoT activities, dropping Unity 8 to move back to a GNOME-based desktop for the 17.04 LTS.

Ubuntu rejoins the GNOME fold

Android: Enabling mainline graphics

March 29, 2017 by Robert Foss  |   Blog

Android uses the HWC API to communicate with graphics hardware. This API is not supported on the mainline Linux graphics stack, but by using drm_hwcomposer as a shim it now is.

Android: Enabling mainline graphics

Linux block I/O tracing

March 28, 2017 by Gabriel Krisman Bertazi  |   Blog

Like starting a car with the hood open, sometimes you need to run your program with certain analysis tools attached to get a full sense of what is going wrong – or right.

Linux block I/O tracing

GTK+ Hackfest 2017: D-Bus communication with containers

March 24, 2017 by Simon McVittie  |   Blog

At the GTK hackfest in London (which accidentally became mostly a Flatpak hackfest) I've mainly been looking into how to make D-Bus work better for app container technologies like Flatpak and Snap.

GTK+ Hackfest 2017: D-Bus communication with containers

Performance analysis in Linux

March 21, 2017 by Gabriel Krisman Bertazi  |   Blog

Modern CPUs implement a number of technologies that may affect application performance in unpredictable ways. Figuring out what is going wrong with an application can be a hard task, but it can become much easier with the correct analysis tools.

Performance analysis in Linux

Kernel debugging with QEMU: An overview of tools available

March 13, 2017 by Frédéric Dalleau  |   Blog

Once you've setup a virtual machine in QEMU using debootstrap, there are a number of tools available for testing, tracing and debugging, such as Kmemleak for memory leaks, GDB (GNU Debugger), ftrace et dynamic_debug.

Kernel debugging with QEMU: An overview of tools available

Quick hack: Removing the Chromebook Write-Protect screw

March 08, 2017 by Robert Foss  |   Blog

Before being able to write firmware data to any production Chromebook device, the Write-Protect screw has to be removed.

Quick hack: Removing the Chromebook Write-Protect screw

A flurry of open source graphics milestones

March 01, 2017 by Daniel Stone  |   Blog

The past few months have been busy ones on the open-source graphics front, bringing with them Wayland 1.13, Weston 2.0 and Mesa 17.0. Here's a look at some of these developments, including Collabora's behind-the-scenes work on performance improvement.

A flurry of open source graphics milestones

Quick hack: Precompiling APK files during Android AOSP build

February 23, 2017 by Robert Foss  |   Blog

How to create your custom Android image, and APK app(s), all at once.

Quick hack: Precompiling APK files during Android AOSP build

Weston 15.0 is here: Lua shells, Vulkan rendering, and a smoother display stack

February 19, 2026 by Marius Vlad  |   News & Events

Weston 15.0 has arrived, bringing a brand new Lua-based shell for fully customizable window management, an experimental Vulkan renderer, and a host of improvements to color handling, media playback, and display performance.

Weston 15.0 is here: Lua shells, Vulkan rendering, and a smoother display stack

Monado at the core of Android XR

February 18, 2026 by Mark Filion  |   News & Events

Collabora is excited to see Monado at the heart of the new OpenXR runtime for Android XR, a major milestone for Open Source XR interoperability.

Monado at the core of Android XR

GStreamer 1.28 brings AI inference to your media pipeline

February 17, 2026 by Olivier Crête  |   News & Events

With its latest release, GStreamer adds native support for AI inference engines including ONNX Runtime, LiteRT, and Burn, along with tensor decoders for YOLO, face detection, tracking, and more.

GStreamer 1.28 brings AI inference to your media pipeline

Kernel 6.19: GPU, SoC, and Rust improvements

February 10, 2026 by Michael Riesch  |   News & Events

Collabora continues to be a key contributor to the Linux kernel, with 125 patches from 21 developers! Highlights include Arm Mali GPU improvements, expanded MediaTek and Rockchip SoC support, Rust integration progress, and new Rockchip video capture functionality.

Kernel 6.19: GPU, SoC, and Rust improvements

Running Debian on the OpenWrt One

January 15, 2026 by Sjoerd Simons  |   News & Events

With openwrt-one-debian, you can now install and run a full Debian system leveraging the OpenWrt One’s NVMe storage, enabling everything from custom services and containers to development tools and lightweight server workloads, all on open hardware.

Running Debian on the OpenWrt One

Save your spot at FOSDEM 2026: Rockchip, Tyr, GStreamer ML & more!

January 13, 2026 by Kara Bembridge  |   News & Events

At this year's edition of FOSDEM Collabora will be present with 7 talks! Join us to get the latest on video capture on Rockchip SoCs, Tyr, machine learning in GStreamer, and more!

Save your spot at FOSDEM 2026: Rockchip, Tyr, GStreamer ML & more!

Chromium on MediaTek: From testing to real-world performance on Genio 700 & 720

December 24, 2025 by Alexandros Frantzis  |   News & Events

A deep dive on the current status of Chromium enablement on MediaTek Genio SoCs, including what the numbers look like when MediaTek’s hardware codecs are driven by Chromium’s V4L2 paths.

Chromium on MediaTek: From testing to real-world performance on Genio 700 & 720

Driving a seamless Chromium experience on MediaTek SoCs

December 17, 2025 by Alexandros Frantzis  |   News & Events

As Chromium becomes the default UI runtime on embedded Linux devices, we’re closing long-standing V4L2 gaps and enabling efficient hardware video encoding and decoding on MediaTek platforms for both downstream and upstream.

Driving a seamless Chromium experience on MediaTek SoCs

Monado 25.1.0: Enabling OpenXR experiences of tomorrow

December 10, 2025 by Frederic Plourde  |   News & Events

Released as UnitedXR wraps up in Brussels, this latest update to the cross-platform Open-Source OpenXR runtime delivers major improvements across hand tracking, device support, and the core runtime infrastructure.

Monado 25.1.0: Enabling OpenXR experiences of tomorrow

Pushing the kernel forward at Linux Plumbers 2025

December 04, 2025 by Kara Bembridge  |   News & Events

Collabora is headed to Tokyo for the Linux Plumbers Conference! Join us for our talks exploring stability for Rockchip boards, the latest Tyr Rust-based GPU, and more.

Pushing the kernel forward at Linux Plumbers 2025

Kernel 6.18: Tyr advances Rust in Linux

December 03, 2025 by Louis-Alexis Eyraud  |   News & Events

In the latest Linux kernel release, Collabora’s engineering team delivers multiple contributions including Tyr, a Rust driver for CSF-based Arm Mali GPUs, as well as ongoing hardware enablement and improved support for MediaTek SoCs.

Kernel 6.18: Tyr advances Rust in Linux

Training open source LLMs at ESE Kongress 2025

November 27, 2025 by Kara Bembridge  |   News & Events

Collabora will be at Embedded Software Engineering Kongress! Catch our talk as we share our expertise in training large open source models.

Training open source LLMs at ESE Kongress 2025

Search the newsroom

Upcoming Events

Here are the events we'll be attending in the coming weeks – come say hello!

Embedded World

March 10 - 12, Nuremberg, Germany
 

Featured Video

Open Since 2005 logo

Our website only uses a strictly necessary session cookie provided by our CMS system. To find out more please follow this link.

Collabora Limited © 2005-2026. All rights reserved. Privacy Notice. Sitemap.