Hello everyone,
I’m new to working with this hardware and recently installed the Metis M.2 chip (Firmware version: v1.2.0-rc2+bl1-stage0) on an ASRock Z170 Pro4S motherboard. The device was detected successfully.
I’ve installed the Voyager SDK and attempted to run the following command from the Quick Start Guide:
./inference.py yolov5s-v7-coco dataset --no-display
However, I encountered an input/output error when executing the command. I’ve included the full error message below for reference.
I would appreciate any guidance or suggestions you may have to help resolve this issue.
Thank you in advance for your support.
INFO : Using default val dataset INFO : Using device metis-0:5:0 INFO : Network type: NetworkType.SINGLE_MODEL INFO : Input INFO : └─detections INFO : Imported DataAdapter ObjDataAdaptor from /home/tud/voyager-sdk/ax_datasets/objdataadapter.py Stream Playing: 71%|██████████████████████▏ | 5/7 00:00<00:00, 6.26/s]AxeleraDmaBuf.cpp:234] UIO_IOCTL_DMA_XFER failed: Input/output error .ERROR]AaxeShareMemoryExecute]: Dmabuf transfer failed. ERROR]oaxeCommandQueueExecuteCommandListsSync]: Level-zero memory operation failed: 0x70010001. terminate called after throwing an instance of 'std::runtime_error' what(): axr_load_model_instance failed : Error at zeCommandQueueExecuteCommandLists(cmdqueue, n_cmdlists, cmdlists, nullptr): cmdqueue_run_cmdlists: 309: Exit with error code: 0x70010001 : ZE_RESULT_ERROR_NOT_AVAILABLE Aborted (core dumped)