> ## 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.

# Accessory cards

export const metadata = {
  title: ""
};

The IFP and GMSL Mezzanine boards are expansion add‑ons designed to extend the functionality of Qualcomm® Dragonwing™ IQ‑8275.

IQ‑8275 EVK is compatible with chip‑specific software operating systems.

Following are the Mezzanine documents for Linux:

***

<div
  style={{
display: "flex",
gap: "24px",
marginTop: "20px",
flexWrap: "nowrap"
}}
>
  <div
    style={{
border: "1px solid #e5e7eb",
borderRadius: "12px",
padding: "20px",
width: "380px",
boxShadow: "0 2px 6px rgba(0,0,0,0.08)"
}}
  >
    <div style={{ display: "flex", alignItems: "center", marginBottom: "12px" }}>
      <div
        style={{
    width: "48px",
    height: "48px",
    backgroundColor: "#6d28d9",
    borderRadius: "8px"
  }}
      />

      <div style={{ marginLeft: "12px", fontSize: "12px", color: "#6b7280" }}>
        SUPPORTED BOARDS
      </div>
    </div>

    <h3 style={{ marginBottom: "10px" }}>
      IFP Mezzanine interface – Linux
    </h3>

    <p style={{ marginBottom: "20px" }}>
      The IFP Mezzanine board is an expansion card designed for the Dragonwing IQ‑8275 EVK,
      enabling extended connectivity and peripheral support for industrial and IoT development.
    </p>

    <a
      href="https://docs.qualcomm.com/doc/80-80022-44/topic/iq8-ifp-ug-landing-page.html"
      style={{
  display: "inline-block",
  padding: "10px 16px",
  border: "1px solid #d1d5db",
  borderRadius: "8px",
  textDecoration: "none"
}}
    >
      📄 Documentation
    </a>
  </div>

  <div
    style={{
border: "1px solid #e5e7eb",
borderRadius: "12px",
padding: "20px",
width: "380px",
boxShadow: "0 2px 6px rgba(0,0,0,0.08)"
}}
  >
    <div style={{ display: "flex", alignItems: "center", marginBottom: "12px" }}>
      <div
        style={{
    width: "48px",
    height: "48px",
    backgroundColor: "#6d28d9",
    borderRadius: "8px"
  }}
      />

      <div style={{ marginLeft: "12px", fontSize: "12px", color: "#6b7280" }}>
        SUPPORTED BOARDS
      </div>
    </div>

    <h3 style={{ marginBottom: "10px" }}>
      GMSL Mezzanine – Linux
    </h3>

    <p style={{ marginBottom: "20px" }}>
      GMSL board validates GMSL link integrity, ensuring reliable video and data transmission
      from cameras connected through the mezzanine board.
    </p>

    <a
      href="https://docs.qualcomm.com/doc/80-80022-43/topic/iq8-gmsl-ug-landing-page.html"
      style={{
  display: "inline-block",
  padding: "10px 16px",
  border: "1px solid #d1d5db",
  borderRadius: "8px",
  textDecoration: "none"
}}
    >
      📄 Documentation
    </a>
  </div>
</div>

***
