Qualcomm Opens Snapdragon X2 Linux to Developers With Early Preview Build
Qualcomm has released an early developer preview of Linux for Snapdragon X2 Series laptops, inviting kernel developers and hardware enablement engineers to test the platform and help push drivers into the mainline kernel.

Qualcomm has made available an early developer preview of Linux targeting Snapdragon X2 Series laptops. The company is calling on kernel developers, distribution maintainers, and hardware enablement engineers to begin testing on the hardware. The initiative builds on groundwork laid out during Snapdragon Summit 2025, with the primary objective of integrating drivers into the mainline kernel rather than maintaining separate out-of-tree patches with limited developer capacity. This preview is not intended for general consumers.
Current state of the preview
The preview combines a Debian 13 "Trixie" userspace with a custom kernel. Initial efforts focus on establishing the foundational components developers require before undertaking substantial work on the platform. Systemd-boot serves as the UEFI manager for system startup, while Core I/O manages USB, PCIe, and the Qualcomm Universal Peripheral serial engine for UART, I2C, and SPI connectivity.
Graphics handling relies on Mesa's open-source Qualcomm drivers, with Freedreno providing OpenGL support, Turnip delivering Vulkan 1.3 capabilities, and Rusticl managing OpenCL compute tasks. All three components continue to receive active development, and display output, browser acceleration, and GPU compute workloads are already functional.
The FastRPC driver, which routes compute tasks from the CPU to the DSP, is being submitted upstream to enable the Hexagon NPU for local AI inference operations. Power management and thermal support are also part of this development effort.
Two build paths available
Qualcomm's official documentation outlines two distinct approaches for developers. The unregistered path allows building the Debian OS layer using precompiled firmware binaries without requiring a Qualcomm developer account. The registered path demands an account but grants full firmware source code access for building everything independently.
Precompiled flashable images are also provided for those who prefer to bypass the build process entirely. Host system requirements vary depending on the build approach. Building the Debian layer requires an ARM64 machine running Ubuntu 24.04 LTS or later, or Debian Trixie. Firmware compilation requires an x86_64 host on Ubuntu 22.04 LTS or later.
Developers interested in seeing a live demonstration of Linux running on Snapdragon X2 hardware can visit this year's Snapdragon Summit in Maui, Hawaii, which concludes today.
A model for other vendors
Qualcomm's approach—featuring a staged roadmap, a documentation portal, publicly available build scripts, and direct developer engagement—offers a template that other silicon manufacturers pursuing mainline kernel integration should consider. When drivers reach mainline, distributions no longer need to maintain custom patches, ultimately making hardware platforms viable for users beyond early adopters. Linux benefits from each driver that lands in the official kernel.