Infrastructure Blueprint Capabilities#
Collecting a Platform Report with system-info.sh#
system-info.sh is a diagnostic script for Intel® Panther Lake (PTL) systems provisioned using Infrastructure Blueprint. After provisioning, the script is available on the target system at /opt/edge/developer/tools/system-info/.
Summary of Tools#
Common tools:
bash,lscpu,lsblk,ip, etc.Optional tools for a more complete report:
dmidecode,turbostat,intel_gpu_top,vulkaninfo,vainfo,clinfo,fwupdmgrsudorecommended for full visibility (firmware, DMI, turbostat, dmesg)
Running the script#
cd /opt/edge/developer/tools/system-info
sudo ./system-info.sh
Save output to a file:
sudo ./system-info.sh > sys-info.txt 2>&1
Note: If PTL is not detected (CPUID mismatch), the script still runs and reports what it finds. Some sections show “not installed” warnings when optional tools are missing.
Output Sections Reference#
The script produces the following sections. Use this table to navigate the output.
Section |
What it covers |
|---|---|
SYSTEM INFO |
Script version, hostname, kernel, OS, uptime, |
PANTHER LAKE PLATFORM CHECK |
CPUID validation (family/model/stepping), microcode, Secure Boot state, PTL-relevant firmware blobs ( |
CPU INFO |
|
MEMORY INFO |
|
STORAGE INFO |
|
NETWORK INFO |
Interface list with IP addresses, default routes, wireless info ( |
INTEL GPU INFO |
PCI VGA devices, |
INTEL NPU INFO |
PCI accelerator device ( |
INTEL COMPUTE / AI RUNTIMES |
OpenCL platform/device details ( |
INTEL USERSPACE PACKAGES (dpkg) |
Installed Intel packages grouped by: CPU/platform/monitoring, GPU/media/display, NPU/AI/OpenVINO/oneAPI, kernel and firmware |
THERMALS, POWER, FANS |
|
FIRMWARE / BIOS / SECURITY |
SMBIOS CPU and board details ( |
PCI / USB DEVICE SUMMARY |
Full Intel® PCI device list (BDF, class, device ID), all PCI devices, USB bus/device topology |
DMESG: LAST 30 INTEL-RELATED LINES |
Filtered dmesg lines for |
RECOMMENDED PACKAGES FOR INTEL PTL |
|
Provisioned System Profile#
The following tables describe what is expected to be present on a system that has been provisioned using the Infrastructure Blueprint. They cover the four key layers of a provisioned edge node: the underlying platform components, the AI and compute environment, the system services, and the orchestration stack.
Platform Components#
Component |
Detail |
|---|---|
Platform |
Intel® Panther Lake Client Platform |
ISA extensions |
SSE4.2, AVX, AVX2, AVX-VNNI, AES-NI, SHA-NI, VAES, VPCLMULQDQ, GFNI, MOVDIRI, MOVDIR64B (no AVX-512 / AMX) |
CPU governor |
|
OS |
Ubuntu OS Version 24.04 LTS ( |
Kernel |
|
iGPU |
|
iGPU firmware |
|
NPU (NPU 5) |
|
Ethernet |
Intel® I226-V ( |
Firmware |
|
AI and Compute Environment#
Component |
Detail |
|---|---|
OpenVINO™ Runtime and OpenVINO™ toolkit |
|
OpenCL |
OpenCL 3.0 via |
Level Zero |
|
oneAPI Deep Neural Network Library (oneDNN) |
|
oneAPI TBB |
|
VA-API / media |
iHD driver |
GStreamer framework |
Full plugin set that comprises base, good, bad, ugly, OpenCV, RTSP, and Qt5 |
Mesa |
|
Container Device Interface (CDI) |
GPU specification generator written in Go programming language and built from source; NPU generator script |
Developer tools |
|
Services#
Service |
Detail |
|---|---|
Network Time Protocol (NTP) |
|
Precision Time Protocol (PTP) |
|
Container runtime |
Docker CE, containerd, Buildx and the Compose plugin (active when |
Kubernetes sever |
K3s single-node server (active when |
SR-IOV |
|
Power monitoring and tuning |
|
GPU monitoring |
|
Network performance and profiling |
|
Kernel Performance and Debug Tooling#
User-space tools sourced from the Intel® Linux overlay (linux-tools/) and aligned with the installed kernel linux-image-6.18-intel build. They provide tracing, profiling, BPF, CPU power control, and related diagnostics tied to the running kernel.
Package |
Detail |
|---|---|
|
Inspect and manage eBPF programs, maps, links, and BTF metadata loaded in the kernel |
|
Microsoft Hyper-V integration daemons (KVP, VSS, fcopy) for running the image as a Hyper-V guest |
|
Intel® Software Defined Silicon (SDSi) provisioning and feature-activation utility |
|
Shared runtime library used by |
|
Development headers for |
|
Kernel BPF UAPI headers required to compile BPF programs against this kernel |
|
Exact |
|
|
|
Kernel build infrastructure (scripts, host tools) needed for out-of-tree module builds |
|
Miscellaneous in-tree user-space tools (e.g. |
|
|
|
Real-Time Linux Analysis tool for latency tracing ( |
|
USB-over-IP client/server for exporting and attaching USB devices across the network |
Orchestration#
Component |
Detail |
|---|---|
Host type dispatch |
|
Helm tool |
version 3.x — deployed via |
Intel® device plugins |
Node Feature Discovery (NFD), GPU plugin, NPU plugin — deployed as Helm charts |
SR-IOV accelerated containers |
VF provisioning and CDI GPU specifications help enable passthrough to containers via device plugin |
NPU accelerated containers |
CDI NPU generator and Intel® NPU device plugin for workload scheduling to NPU |
Provisioning scripts |
|