Hello everyone!
I am Luca Gessi, from Italy.
I am a (lucky) owner of Aetina board with M2 Axelera Metis.
Unfortunatly the board arrived without the SDK installed. I installed it using the github guide. The procedure faced several issues and broken packages. I had to run it several time but at the end the installation completed.
From this I tried to run simple command for testing the board (as suggested on the getting started guide):
./inference.py --no-display yolov5s-v7-coco dataset
However the inference failed:
(venv) aetina@aetina:~/voyager-sdk$ ./inference.py --no-display yolov5s-v7-coco dataset
ERROR : timeout for querying an inferencearm_release_ver: g13p0-01eac0, rk_so_ver: 9
INFO : Using dataset val
INFO : Dataset 'COCO2017' split 'val' downloaded successfully to /home/aetina/.cache/axelera/data/coco
INFO : Dataset 'COCO2017' split 'labels' downloaded successfully to /home/aetina/.cache/axelera/data/coco
INFO : Dataset 'COCO2017' split 'annotations' downloaded successfully to /home/aetina/.cache/axelera/data/coco
Creating new label cache: /home/aetina/.cache/axelera/data/coco/labels/val2017/val_coco_objdet.cache
Labels found: 4952, corrupt images: 0
Background images: 48, missing label files: 48, empty label files: 0
Detecting... : 0%|▎ | 13/5000 [00:15<1:41:32, 1.22s/frames][libtriton_linux.c:505] DMABUF_METIS_XFER failed: Connection timed out
[AxeleraDmaBuf.cpp:240] DMA transfer failed: Connection timed out
[ERROR][axeShareMemoryExecute]: Dmabuf transfer failed.
[ERROR][axeCommandQueueExecuteCommandListsAsync]: Level-zero memory operation failed: 0x70010001.
terminate called after throwing an instance of 'std::runtime_error'
what(): axr_run_model failed with Error at zeCommandQueueExecuteCommandLists(cmdqueue, n_cmdlists, cmdlists, nullptr): cmdqueue_run_cmdlists: 319: Exit with error code: 0x70010001 : ZE_RESULT_ERROR_NOT_AVAILABLE
The board seems to be recognized by the system, axdevice outputs :
Device 0: metis-0:1:0 1GiB m2 flver=1.2.0-rc2 bcver=1.0 clock=800MHz(0-3:800MHz) mvm=0-3:100%
Metis also has the heat dissipator.
Thank you for your assistance.

