> ## Documentation Index
> Fetch the complete documentation index at: https://dragonwingdocs.qualcomm.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Qualcomm Linux vs. General-Purpose OS

Understand how Qualcomm Linux differs from distributions like Debian or Ubuntu, and what tradeoffs that entails.\
\
Qualcomm Linux and general-purpose distributions like **Debian** or **Ubuntu** are both Linux-based, but they serve fundamentally different purposes and audiences. Understanding these differences helps you choose the right platform for your project.

## **Side-by-Side Comparison**

| Property                  | **Qualcomm Linux**                     | **Debian / Ubuntu**                    |
| :------------------------ | :------------------------------------- | :------------------------------------- |
| **Target hardware**       | Qualcomm SoCs (IQ9, IQ8, etc.)         | Generic x86/ARM hardware               |
| **Build system**          | Yocto / BitBake                        | APT / dpkg                             |
| **Package ecosystem**     | Curated Yocto recipes                  | Thousands of pre-built `.deb` packages |
| **Hardware acceleration** | Pre-integrated (AI Engine, GPU, DSP)   | Requires manual driver installation    |
| **Boot chain**            | Qualcomm-validated UEFI + device tree  | Generic GRUB / U-Boot                  |
| **Kernel**                | Qualcomm-maintained with HW patches    | Mainline or distro kernel              |
| **Update mechanism**      | Full image flash or OTA                | `apt update`                           |
| **Iteration speed**       | Slower (full builds take time)         | Fast (`apt install` in seconds)        |
| **Production readiness**  | High — designed for product deployment | Moderate — requires hardening          |
| **Community support**     | Qualcomm + Yocto community             | Large general Linux community          |
