Skip to main content
Solved

AXELERA M2 Not Detected – “No target device found in lspci output”

  • May 28, 2025
  • 3 replies
  • 146 views

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

 

Best answer by ChinmayMulgund

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!

3 replies

Spanner
Axelera Team
Forum|alt.badge.img+2
  • Axelera Team
  • May 28, 2025

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!


  • Author
  • Ensign
  • Answer
  • May 28, 2025

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!


Spanner
Axelera Team
Forum|alt.badge.img+2
  • Axelera Team
  • May 28, 2025

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?