Skip to main content

Hello,

I’m having trouble getting my AXELERA M2 to be recognized under Linux. Until recently everything was working fine; now when I try to run an inference the SDK can’t find the board. I’ve already tried rebooting, but the issue persists.

aravind@aravind-H610M-H-V2:~/Desktop/voyager-sdk$ source venv/bin/activate
(venv) aravind@aravind-H610M-H-V2:~/Desktop/voyager-sdk$ ./inference.py yolov5s-v7-coco chinmay/Vehicle-CV-ADAS/assets/challenge_video.mp4 --save-output ~/Desktop/voyager-sdk/chinmay/saved_videos/yolov5s-v7-coco.mp4
ERROR : No target device found in lspci output
ERROR : AXR_ERROR_CONNECTION_ERROR: No target device found in lspci output

 

Hi ​@ChinmayMulgund ! Hope you’re well.

Hmm, could you  run the following command in your terminal and share the output here?

lspci | grep 1f9d

This checks if the system still sees the Metis device at the PCIe level. If it shows something like Device 1f9d:1100, that confirms the hardware is at least enumerated by the system. If not, we’ll investigate further with you!


Hi, thanks for getting back to me!

I just wanted to let you know that after restarting the system again, the M2 is now being recognized properly and inference is running as expected. Sorry for the false alarm, and really appreciate your quick support!


Ah that’s great to hear! Strange that it happened, but good to know you’re back up and running. 👍

How’s it going with the lane change detection, by the way?


Reply