Contact Us
  • Home
  • BLOG
  • Edge AI Hardware PCB Solutions: SoM Boards, Automotive Domain Controllers to Smart Cameras

Edge AI Hardware PCB Solutions: SoM Boards, Automotive Domain Controllers to Smart Cameras

Edge AI Hardware PCB Solutions: SoM Boards, Automotive Domain Controllers to Smart Cameras

Published: June 21, 2026 • Category: AI Compute • Reading Time: 17 min

1. Edge AI: Where Compute Meets the Physical World

While data center AI training captures headlines, the deployment of trained models at the edge—in factories, vehicles, retail stores, hospitals, and smart cities—represents an equally important and technically distinct PCB design challenge. Edge AI hardware must deliver substantial inference throughput (tens of TOPS) within severe power, thermal, mechanical, and cost constraints that data center equipment never faces.

An edge AI PCB might need to process 4K video streams at 30fps in a fanless enclosure at 85°C ambient, survive automotive-grade shock and vibration, and fit within a 50mm × 50mm footprint—all while costing under $50 in volume. This article examines the full spectrum of edge AI PCB solutions: from the tightly integrated System-on-Module (SoM) core board to the ruggedized automotive domain controller and the intelligent camera sensor board.

Edge AI PCB Spectrum: At one end, a 10-layer HDI SoM core board with an embedded AI accelerator (NVIDIA Jetson Orin NX, Qualcomm QCS8550). At the other, a 4-layer automotive-grade intelligent camera board processing video at the sensor. Design strategies differ radically across this spectrum.

2. System-on-Module (SoM) Core Board PCBs

2.1 SoM Architecture Overview

The System-on-Module approach separates the complex, high-density compute core (processor, memory, PMIC) onto a small, standardized module PCB, while the application-specific I/O resides on a simpler carrier board. Leading platforms include:

PlatformAI TOPSModule SizePCB LayersConnector
NVIDIA Jetson Orin Nano20-4069.6×45mm10-12260-pin SO-DIMM
NVIDIA Jetson Orin NX70-10069.6×45mm12-14260-pin SO-DIMM
NVIDIA Jetson AGX Orin200-275100×87mm14-16699-pin Molex
Qualcomm QCS8550 SoM4850×50mm10-12Board-to-board
Intel Agilex 7 SoMVariable (FPGA)Various12-16HSMC/FMC

2.2 SoM PCB Design Challenges

The SoM core board is a masterpiece of miniaturization. Fitting an SoC, LPDDR5/LPDDR5x memory (4-16GB), eMMC/UFS storage, PMIC, and support components onto a board smaller than a credit card requires:

  • HDI any-layer construction: Typically 2-4-2 or 3-4-3 build-up with laser-drilled microvias (75-100μm) enabling layer-to-layer transitions without consuming routing channels

  • Package-on-Package (PoP): LPDDR memory stacked directly atop the SoC, eliminating the memory bus routing area but requiring careful thermal management

  • Via-in-pad with copper fill: Essential for breaking out the SoC's 0.4-0.5mm pitch BGA while maintaining flat pad surfaces for PoP mounting

  • Blind and buried vias: Multiple via types (L1-L2 microvia, L1-L4 skip via, L4-L10 buried via) to optimize routing density

2.3 Memory Bus Routing

LPDDR5x memory at 6400-8533 MT/s demands meticulous PCB routing:

  • DQ byte lanes matched to within ±5 mils within each byte, ±20 mils across bytes

  • Reference plane continuous under all signal traces—no splits, no voids

  • Characteristic impedance: 40Ω single-ended for DQ, 80Ω differential for DQS clocks

  • On-die termination (ODT) settings tuned for the specific PCB stackup through simulation

3. Carrier Board PCB Design for SoM Integration

3.1 Carrier Board Function

The carrier board provides application-specific I/O and power while hosting the SoM. A well-designed carrier board is typically 6-10 layers and includes:

  • SoM connector: 260-pin SO-DIMM or 699-pin high-density connector with precision alignment

  • I/O interfaces: HDMI/DisplayPort, USB 3.2, GbE/10GbE, CAN bus, MIPI CSI camera inputs, GPIO

  • Storage expansion: M.2 M-key for NVMe SSD, microSD slot, eMMC

  • Wireless connectivity: Wi-Fi 6E/7, BT 5.x, optional 4G/5G modem via M.2 or mPCIe

  • Power input: Wide-input DC-DC converters (9-36V typical for industrial, 12V for automotive)

3.2 High-Speed Signal Integrity on Carriers

While not as demanding as the SoM itself, the carrier board must maintain signal integrity for PCIe Gen3/4, USB 3.2 Gen2 (10Gbps), and MIPI CSI (2.5Gbps/lane). Key practices:

  • 85Ω differential impedance for PCIe and USB SuperSpeed pairs

  • 100Ω differential for MIPI CSI/DSI lanes

  • Length matching within ±10 mils for PCIe lane pairs

  • AC coupling capacitors placed near the connector for PCIe transmit lanes

4. Automotive Domain Controller PCBs

4.1 Domain Controller Architecture

Modern vehicles consolidate dozens of ECUs into a handful of high-performance domain controllers (ADAS, infotainment, body, powertrain). The ADAS/autonomous driving domain controller is the most demanding AI PCB in the automotive ecosystem, integrating:

  • Multiple SoCs: 2-4 high-performance SoCs (e.g., NVIDIA Orin, Mobileye EyeQ6, Qualcomm Snapdragon Ride) for redundant processing paths

  • Safety MCU: ASIL-D certified microcontroller (e.g., Infineon Aurix TC4xx) for safety monitoring and fallback

  • Sensor interfaces: 8-12 camera inputs via GMSL2/GMSL3 SerDes, 5-8 radar sensors, 1-3 lidar units

  • Automotive Ethernet: Multiple 100BASE-T1 / 1000BASE-T1 / 10GBASE-T1 ports with integrated PHYs

4.2 Automotive-Grade PCB Requirements

Automotive domain controller PCBs must meet stringent reliability standards (AEC-Q100 for components, IPC-6012DA for PCBs):

  • Temperature range: Grade 2 (-40°C to +105°C) or Grade 1 (-40°C to +125°C)

  • High-Tg materials: Tg > 170°C, with Td > 340°C

  • CAF resistance: Critical for high-density designs in humid environments; minimum hole-to-hole spacing of 0.5mm for 50V

  • Vibration resistance: Plated through-hole reliability validated per IPC-TM-650 2.6.8 (thermal stress) and 2.6.7 (thermal shock)

  • Solder joint reliability: Underfill on large BGA components (SoCs, switch ASICs) to mitigate CTE mismatch between silicon (2.6 ppm/°C) and PCB (14-16 ppm/°C)

4.3 Functional Safety PCB Design

For ASIL-D systems, the PCB design must incorporate hardware safety mechanisms:

  • Separate power domains for primary and redundant processing paths

  • Physical isolation (2mm+ clearance) between ASIL and QM circuit areas

  • Monitoring traces for voltage, temperature, and clock presence

  • Watchdog timer circuits on independent clock sources

5. Intelligent Camera & Vision Sensor PCBs

5.1 Smart Camera Form Factor Constraints

An intelligent camera—whether for factory inspection, retail analytics, or traffic monitoring—integrates an image sensor, AI processor, memory, and network interface into a PCB that must fit inside a cylindrical or box camera housing, often with an M12 lens mount occupying the center. Form factor constraints drive extreme PCB density:

  • Board shape: Often circular or donut-shaped to accommodate the lens barrel and IR LED ring

  • Board size: Typically 38mm × 38mm to 60mm × 60mm

  • Thickness: Limited to 1.0-1.6mm to fit within slim housings

5.2 Sensor Interface PCB Design

High-resolution image sensors (8MP to 48MP) connect to the AI processor via MIPI CSI-2 with 4-8 data lanes running at 1.5-2.5 Gbps each. PCB routing considerations:

  • Controlled impedance: 100Ω differential ±10%

  • Intra-pair skew:

  • Inter-pair skew:

  • Reference plane: Solid ground plane directly adjacent to MIPI signal layer, with no splits or voids under the routing

  • EMI shielding: MIPI lanes routed on inner layers between ground planes; connector area shielded with grounded copper pour

5.3 IR LED Driver PCB

Night-vision capable cameras incorporate IR LED arrays that require high-current PCB design:

  • LED driver traces carrying 1-3A with wide (1mm+) copper traces

  • Thermal management for the LED array (typically 3-10W total)

  • Aluminum-core PCB for the LED ring daughter board in high-power designs

6. Industrial Edge Inference PCBs

6.1 DIN-Rail & Fanless Enclosure Designs

Industrial edge AI gateways present unique PCB challenges. Fanless operation in sealed enclosures (IP40-IP67) means the PCB is the primary heat spreading and dissipation path:

  • Thermal pad/paste: SoC and PMIC directly coupled to the aluminum enclosure through thermal gap pads or paste

  • Copper area: Large, unbroken copper pours on all layers for lateral heat spreading

  • Component placement: Temperature-sensitive components (electrolytic capacitors, crystal oscillators) placed away from hot spots

6.2 Industrial I/O Protection

Industrial environments demand robust I/O protection:

  • TVS diodes on all external-facing connectors (CAN, RS-485, digital I/O)

  • Isolation (2.5kV+) between communication interfaces and the main logic via digital isolators or isolated DC-DC converters

  • Wide-input power supply (9-36V DC) with reverse polarity protection, surge suppression, and hold-up capacitance for brief interruptions

7. HDI & Any-Layer Technology for Edge AI

7.1 HDI Build-Up Architectures

The extreme density of edge AI boards demands advanced HDI techniques:

Build-Up TypeLayersVia TypesTypical Application
1-2-1 (1+N+1)4-6Microvias L1-L2, L(N+1)-L(N+2)Simple carrier boards
2-4-2 (2+N+2)8-10Stacked microvias, skip viasSoM core boards, intelligent cameras
3-4-3 (3+N+3)10-14Stacked microvias, skip vias, buried viasHigh-end SoM, domain controllers
Any-layer (ALIVH)8-14Microvias connecting any two adjacent layersMaximum density SoM, smartphone-grade

7.2 Via-in-Pad & Microvia Reliability

Microvias are susceptible to thermal cycling failures at the target pad interface. For automotive and industrial applications:

  • Stacked microvias should be limited to 2 high for Grade 1/2 automotive

  • Staggered microvia patterns are preferred over stacked for improved reliability

  • Aspect ratio of microvias (depth/diameter) should not exceed 1:1 for optimal plating quality

8. Ruggedization & Environmental Hardening

8.1 Conformal Coating

Edge AI PCBs deployed in humid, dusty, or chemically aggressive environments require conformal coating:

  • Acrylic (AR): Good moisture resistance, easy rework, cost-effective

  • Silicone (SR): Excellent temperature range (-65°C to +200°C), flexible, good for high-vibration

  • Polyurethane (UR): Superior chemical and abrasion resistance, harder to rework

  • Parylene: Vapor-deposited, uniform coverage at 5-25μm, best for extreme environments but expensive

8.2 Board-Level Shielding

Edge AI boards often require EMI shielding integrated at the PCB level:

  • Board-level shield cans with spring fingers for removable covers

  • Conductive gaskets compressed between the PCB ground pour and the enclosure

  • Embedded shielding: a grounded copper layer on the outer PCB perimeter acting as a faraday cage edge

9. Thermal Management in Constrained Enclosures

9.1 Thermal Simulation in the Design Flow

For edge AI hardware, thermal simulation is not optional. A typical workflow:

  1. Power map: Estimate power dissipation for each major component from vendor data sheets or measurement

  2. PCB thermal model: Export the PCB stackup with copper coverage maps to a thermal simulation tool (e.g., Ansys Icepak, Siemens FloTHERM)

  3. Enclosure model: Include the enclosure geometry, material, and ambient conditions

  4. Iterate: Adjust copper pours, thermal via patterns, and component placement until junction temperatures meet specifications with margin

9.2 Advanced Thermal PCB Techniques

  • Thermal via arrays: 0.3mm vias on a 0.8mm grid under hot components, with 1 oz copper plating or copper filling for maximum thermal conductivity

  • Coin insertion: Copper coins (2-5mm thick) press-fit or soldered into the PCB directly under the SoC, providing a direct metal thermal path to the enclosure

  • Metal core PCB: For LED driver sections and power supply sub-circuits, aluminum-core PCBs efficiently spread heat

10.1 On-Device Large Language Models

The emergence of quantized LLMs (Llama 3, Phi-3, Gemma) running directly on edge device SoCs is driving new PCB requirements:

  • Increased memory bandwidth: LPDDR5x at 8533-9600 MT/s, pushing trace length matching and impedance control to tighter tolerances

  • Larger memory capacity: 32-64GB on-module, requiring more DRAM packages and denser routing

  • Sustained thermal load: LLM inference keeps the SoC at near-TDP indefinitely, unlike bursty computer vision workloads; this demands improved thermal design for steady-state operation

10.2 Multi-Modal Sensor Fusion

Next-generation edge AI devices fuse data from cameras, radar, lidar, microphones, and IMUs. This creates heterogeneous high-speed bus requirements on the PCB:

  • MIPI CSI for cameras (up to 6 lanes at 2.5Gbps each)

  • MIPI DSI for displays

  • I2S/TDM for microphone arrays

  • SPI/QSPI for IMUs and radar front-ends

  • PCIe for lidar and high-bandwidth sensors

  • All of these must coexist without crosstalk on a compact PCB, requiring careful layer assignment and isolation

11. Conclusion

Edge AI PCB design spans an extraordinary range—from credit-card-sized SoM core boards with any-layer HDI construction to automotive domain controllers that must meet ASIL-D functional safety requirements. The common threads are relentless miniaturization, uncompromising signal integrity, and thermal management ingenuity. As AI inference workloads grow more demanding and deployment scenarios more diverse, edge AI PCBs will continue to push fabrication capabilities in HDI density, material performance, and environmental resilience.

At Superb Automation, we understand that edge AI is not one market but many—each with distinct PCB requirements. Whether your project calls for a 12-layer any-layer SoM core board, an automotive-grade domain controller, or a ruggedized intelligent camera, our engineering team has the expertise to deliver.

复制
AI搜索
AI总结
AI翻译
Edge AI Hardware PCB Solutions: SoM Boards, Automotive Domain Controllers to Smart Cameras记笔记
更多