The ADLINK DLAP-5200 series is a high-performance fanless industrial computer designed for advanced automation and edge AI, powered by Intel ® Core ™ The 2005 series and 12th/13th/14th generation processors (Raptor Lake/Elder Lake) support up to 196GB DDR5 4800MHz memory and can be optionally equipped with NVIDIA Ampere architecture MxM 3.1 Type A/B GPU modules (A4500 or A2000). Its compact 125 × 240 × 210 mm body provides abundant I/O - up to 6 2.5GbE TSN ports, 4 × USB 3.2 Gen2, 2 × HDMI, and 3 × DisplayPort, designed for 24/7 dust-proof environments. However, high performance brings high power consumption and heat dissipation challenges, and TSN configuration, MxM GPU driver, wide voltage power supply and other links are prone to problems. This article outlines the entire deployment process from selection, installation, heat dissipation optimization to network and GPU configuration, and provides precise solutions for typical faults.
Key points of hardware architecture and selection
DLAP-5200 offers two models: DLAP-5200-3DP (3-channel 2.5GbE) and DLAP-5200-6DP (6-channel 2.5GbE), both of which support 2x SATA III (2.5-inch SSD), 1 × M.2 2280 M Key (NVMe), and 1 × M.2 2230 E Key (WiFi/Bluetooth), and 4 × SO-DIMM slots (up to 196GB). The core difference lies in the number of network ports and the corresponding I/O layout.
CPU selection should pay attention to processor base power consumption (TDP): 35W (TE suffix) or 65W (standard E suffix). The 35W model can operate in an environment of -20~50 ℃, while the 65W model is limited to -20~40 ℃. If the on-site heat dissipation conditions are limited, low-power versions such as i7-12700TE or i5-12500TE should be preferred. The GPU module supports NVIDIA A4500 (Ampere, suitable for high computing power inference) or A2000 (energy-efficient), both using MxM 3.1 Type A/B interfaces. Attention should be paid to heat dissipation design (GPU thermal power consumption should be included in the overall thermal budget).
Storage: NVMe M.2 SSD (M Key, 2280 specification) is recommended for system disks, and 2.5-inch SATA SSD can be configured for RAID 1 for data disks (if redundancy is required). The onboard TPM 2.0 meets the requirements for secure boot and supports Windows 10/11 IoT Enterprise and Ubuntu 22.04.
Mechanical installation and heat dissipation strategy
2.1 Wall mounted and Space Requirements
DLAP-5200 comes standard with a wall bracket, and installation requires:
Use 4 screws to secure the bracket to the bottom of the chassis (the original foot pad position needs to be removed).
Ensure that the load-bearing capacity of the wall mounted wall is ≥ 6.8 kg (total weight of the machine).
At least 50mm ventilation gap should be reserved around the equipment, especially in the area of the top heat dissipation fins.
2.2 Limitations and Countermeasures of Fanless Thermal Design
The fanless design relies on natural convection of aluminum heat sinks, and the total power consumption of CPU+GPU in high temperature environments may exceed 100W. If the ambient temperature is close to the upper limit (such as 40 ℃), it is strongly recommended to:
Select a 35W CPU and set the power limit (PL1/PL2) in BIOS to 35W (supported by R680E chipset).
Reduce GPU power consumption (set power limit through NVIDIA smi, for example, A2000 default 70W can be limited to 50W).
If a 65W CPU must be used and the environment is above 35 ℃, external forced air cooling (such as aligning the cabinet fan with the heat dissipation fins to blow air) must be installed, otherwise it may trigger heat protection and shut down.
2.3 Power Connection
Adopting 2-pin Phoenix terminals, supporting 12/24V DC input, and optional 280W AC-DC adapter. When wiring, be sure to pay attention to:
Voltage range: 12V ± 10% or 24V ± 10% (wide voltage).
The recommended power cord diameter is ≥ AWG 16 and the length is less than 3 meters to reduce voltage drop.
If using a 24V industrial power supply, ensure that the ripple is less than 100mVpp, otherwise it may affect GPU stability.
Installation of Storage and Expansion Modules
3.1 M.2 NVMe SSD
Open the bottom cover plate, insert the M.2 2280 SSD diagonally into the M Key slot, press down and secure it with M2.5 × 4mm screws.
Note: Only PCIe NVMe protocol is supported (not SATA), it is recommended to use PCIe Gen4x4 model to take advantage of bandwidth.
3.2 SATA 2.5-inch SSD
Two SATA III ports and independent power cables are provided inside the chassis, and the top cover needs to be removed to secure the SSD to a dedicated tray.
If using two SATA drives at the same time, pay attention to cable routing to avoid squeezing the fan (if any) or heat sink.
3.3 Installation of MxM GPU module
The MxM module is located on the back of the motherboard (requires removal of the motherboard or through a dedicated opening). Operation key:
Static protection: Always wear an anti-static wristband.
Align the gold fingers of the MxM interface and apply even pressure until the locking spring is fully engaged.
Install the matching heat sink (included with GPU module) and apply thermal grease (it is recommended to use high thermal conductivity coefficient ≥ 8W/m · K).
Fix the heat sink screws with a torque controlled between 0.4~0.6 N · m to prevent cracking of the GPU die.
Common problem: GPU cannot recognize after booting up. Check if the MxM connector is in place and if the power cord (if there is an auxiliary power supply) is securely plugged in; Check if 'Primary Display' is set to PEG in BIOS (if necessary for GPU output).

Practical deployment of network and TSN configuration
DLAP-5200-6DP integrates Intel I225-IT controller, providing 6 2.5GbE ports, all of which support Time Sensitive Networking (TSN). TSN is crucial in industrial real-time Ethernet (such as EtherCAT, Profinet over TSN).
4.1 Hardware Port Mapping
Ports 0-2 may be bound to the first I225 controller, while ports 3-5 may be bound to the second controller (depending on hardware design).
Under Linux, each controller can be identified through lspci nn | grep 225, and driver information can be viewed using ethtool - i ethX.
4.2 TSN Enabling Steps (Ubuntu 22.04)
Install Linux tools common and Intel i225 tsn drivers (to be downloaded from Intel's official website).
Load the IGC driver (I225 uses the IGC module) and enable TSN Qbv/Qbu functionality:
bash
sudo modprobe igc
sudo ethtool --set-tsn eth0 on
Use tsntool (provided by Intel) to configure the gating list and cycle.
Attention: All TSN devices need to synchronize their clocks (PTP) and install ptp4l and phc2sys to achieve precise time synchronization.
4.3 Troubleshooting
Unstable network connection: Check if the network cable supports Cat6 or above; 2.5G speed requires high-quality cables. If the cable is poor, the speed can be reduced to 1G (ethtool-s eth0 speed 1000 duplex full).
TSN gate control not effective: Confirm that the kernel version is ≥ 5.15 and options such as VNet NET_SCH_CTF have been configured.
GPU module driver and performance tuning
The MxM module (A4500/A2000) uses NVIDIA official drivers. Installation steps:
Download the driver for Ubuntu 22.04 (version ≥ 525).
Disable Nouveau: Create/etc/modprobe. d/blacklist nouveau. conf, add blacklist nouveau, and update initramfs.
Run sh NVIDIA Linux - *. run -- no opengl files (to avoid conflicts with the desktop).
Perform Nvidia SMI verification after installation.
Performance tuning:
Set persistent mode: nvidia smi pm 1.
Adjust GPU frequency and power upper limit (root required): Nvidia smi pl 60 (limit of 60W).
If used for AI inference, it is recommended to enable MIG (only supported by A4500, not supported by A2000) and split the GPU into multiple instances.
Common faults:
GPU fan not running (if the GPU comes with a built-in fan): Check the hardware connection or manually set the speed through Nvidia smi ac (but in a fanless design, the GPU relies on system cooling and no independent fan is normal).
GPU overheating and frequency reduction: Monitor temperature (nvidia smi -- query gpu=temperature. gpu), if it exceeds 85 ℃, increase external airflow.
BIOS key settings (based on R680E chipset)
The BIOS (AMI UEFI) of DLAP-5200 can be accessed by pressing DEL during startup. The following key items must be checked:
6.1 Memory Configuration
XMP: If using high-frequency DDR5 (such as 4800), XMP Profile needs to be enabled in "Memory Overclocking", otherwise it defaults to running at the base frequency (4400 or lower).
Memory Remap: Enable (default) to ensure that 64 bit systems can use all memory.
6.2 Processor Power Consumption Limitations
Go to "CPU Configuration" → "Power Limit 1"/"Power Limit 2":
Set PL1=35W and PL2=45W (short-term) for 35W CPU.
Set PL1=65W and PL2=90W for the 65W CPU (but ensure sufficient heat dissipation).
Turbo Mode: It is recommended to enable it, but if the temperature is too high, Turbo can be disabled to reduce peak power consumption.
6.3 Display output priority
The 'Primary Display' option can be either 'Auto' (Priority PEG) or 'IGFX' (Ensemble Display). If using GPU output and requiring BIOS graphics, PEG should be selected.
Multi monitor: DLAP-5200 provides 2 x HDMI (one from MxM and one from integrated display) and 3 x DP (from MxM), and requires "Multi Monitor" support to be enabled in the BIOS.
6.4 TSN and Network Wake up
In "PCH-IO" → "PCI Express Configuration", ensure that each PCIe Root Port (corresponding to I225 controller) is enabled.
If WOL is required, enable "Wake on LAN" and set "Power On by PCIe".
6.5 Serial port mode
DLAP provides 2 RS-232/422/485 configurable serial ports (COM1/COM2). In the "Super IO Configuration", set the modes (RS-232/422/485) separately, and note that automatic direction control (usually handled by the driver) needs to be set for RS-485 half duplex.
6.6 Watchdog
Built in hardware watchdog, which can set a timeout value (in seconds) in "WatchDog". If the system times out and does not feed the dog, it will automatically reset. It is recommended to set the production environment to 120 seconds.
Common faults and quick solutions
Possible causes and solutions for the fault phenomenon
No response when powered on, low DC input voltage or reversed polarity; Adapter malfunction check 12/24V voltage; Verify positive and negative; Test adapter output
System high temperature shutdown environment temperature is too high; GPU or CPU power consumption exceeds the limit; Dust accumulation on heat dissipation fins limits CPU PL1/PL2; Reduce GPU power consumption; Clean the heat sink; Add external fan
M. 2 SSDs cannot recognize protocols and do not support them (NVMe vs SATA); Confirmation of poor contact using NVMe protocol SSD; Re plug and unplug; Check if M.2 port is enabled in BIOS
GPU driver installation failed. Nouveau is not disabled; GCC version mismatch: Ensure blacklist nouveau before restarting; Install the corresponding kernel header file
2.5G network port can only negotiate 1G network cable with poor quality; The other end device does not support replacing Cat6a cables with 2.5G cables; Force setting to 2.5G (ethtool-s eth0 speed 2500)
TSN Gate Control Invalid Kernel Version Low; PTP synchronization upgrade kernel to 5.15+not enabled; Configure ptp4l and phc2sys to ensure synchronization of the master clock
COM port RS-485 sending garbled code direction control not enabled; Check if the baud rate deviation driver supports automatic RTS; If manual control is required, control the RTS pin in the application
The system cannot boot BIOS from NVMe in non UEFI boot mode; Set Boot Mode to UEFI for MBR partition table; Reinstall the system using GPT partition
Maintenance and long-term reliability
Regular dust cleaning: Fanless models rely on passive heat dissipation, and dust accumulation can seriously weaken their heat dissipation capabilities. It is recommended to use compressed air to blow back from the air inlet every 3 months to avoid dust accumulation.
Firmware update: Follow the ADLINK official website to update BIOS and ME firmware to fix CPU microcode vulnerabilities and optimize TSN performance.
Hard disk health monitoring: Enable S.M.A.R.T. monitoring and regularly backup critical data (can be mirrored regularly through M.2 NVMe and SATA drives).
Power protection: It is recommended to install surge suppressors and EMI filters at the front end to prevent damage to the motherboard caused by fluctuations in the industrial power grid.
