Hi,
I installed Voyager SDK 1.5.1 on Ubuntu 22.04 and the Metis PCIe card is detected correctly, but running inference results in a segmentation fault.
System Setup
-
OS: Ubuntu 22.04 (AMD64)
-
Hardware: Axelera Metis PCIe card
-
SDK Version: Voyager SDK 1.5.1
-
GPU/CPU: AMD Ryzen + integrated GPU
-
Installation completed successfully:
PCIe Card Detection
lspci -tv correctly shows the Metis device:
Issue
When I run a sample inference:
I get:
The last debug messages:
What I’ve checked
-
SDK installation is complete
-
PCIe card detected
-
Firmware + drivers installed (
metis-dkms == 1.4.4,axelera-multi-device == 1.0.0) -
Activated virtual environment
-
Media file loads (GStreamer detects FPS correctly)
Questions
-
Why does the GStreamer pipeline trigger a segmentation fault?
-
Do the OpenCL warnings indicate a missing GPU runtime that the SDK requires?
Any help or suggestions would be greatly appreciated!

