I try to use Metis M.2 on Jetson Nano, I followed all the steps to install the board but when I try to run the first example from Voyager-SDK I get the following error:
(venv) adrianza@ubuntu:~/voyager-sdk$ ./inference.py yolov5s-v7-coco media/traffic1_1080p.mp4
2026-02-05 09:54:10.578538286 [W:onnxruntime:Default, device_discovery.cc:164 DiscoverDevicesForPlatform] GPU device discovery failed: device_discovery.cc:89 ReadFileContents Failed to open file: "/sys/class/drm/card1/device/vendor"
WARNING : Failed to get OpenCL platforms : clGetPlatformIDs failed: PLATFORM_NOT_FOUND_KHR
WARNING : Please check the documentation for installation instructions
INFO : Deploying model yolov5s-v7-coco for 4 cores. This may take a while...
|████████████████████████████████████████| 7:53.1
Opening in BLOCKING MODE
NvMMLiteOpen : Block : BlockType = 261
NvMMLiteBlockCreate : Block : BlockType = 261
WARNING : capsfilter0: BUS: not negotiated
WARNING : (../libs/gst/base/gstbasetransform.c(1431): gst_base_transform_reconfigure_unlocked (): /GstPipeline:pipeline0/GstDecodeBin:decodebin0/GstCapsFilter:capsfilter0:
WARNING : not negotiated)
ERROR : qtdemux0: BUS: Internal data stream error.
ERROR : -> ../gst/isomp4/qtdemux.c(6760): gst_qtdemux_loop (): /GstPipeline:pipeline0/GstDecodeBin:decodebin0/GstQTDemux:qtdemux0:
ERROR : streaming stopped, reason not-negotiated (-4)
WARNING : An error occurred whilst in pre-roll pipeline: IndexError('list index out of range'), stopping pipeline
ERROR : list index out of range
terminate called after throwing an instance of 'std::system_error'
what(): Invalid argument
Aborted (core dumped)Can you guide me to solve this problem? Thank you!
