Xanderlent/amd-npu-driver

Description

AMD XDNA NPU Driver RPMs

Installation Instructions

Experimental! Don't use this unless you've discussed it with me!

If this breaks your system, fries your hardware, etc. take note: YOU WERE WARNED that this software was experimental.*

Active Releases

The following unofficial repositories are provided as-is by owner of this project. Contact the owner directly for bugs or issues (IE: not bugzilla).

* Total number of downloaded packages.


This is a companion discussion topic for the original entry at https://copr.fedorainfracloud.org/coprs/xanderlent/amd-npu-driver

Hi, thanks for providing RPMs for Fedora! I just installed on F43 and there are a couple of issues:

  1. the executables are not on the regular path (all files are under /usr/xrt/bin)
  2. libs are under /usr/xrt/lib{,64} which breaks execution:
❯ /usr/xrt/bin/xrt-smi examine 
XRT build version: 2.19.0
Build hash: 
Build date: 2025-04-25 00:00:00
Git branch: 
PID: 24126
UID: 1000
[Fri Mar  6 17:41:58 2026 GMT]
HOST: fedora-costa
EXE: /usr/xrt/bin/unwrapped/xrt-smi
[xrt-smi] ERROR: No such library '/opt/xilinx/xrt/lib/libxrt_core.so.2'

Should I open an issue on github? Is this project still active?

1 Like

I could fix it by:

sudo ln -s /usr/xrt/lib64 /usr/xrt/lib
sudo mkdir /opt/xilinx/
sudo ln -s /usr/xrt /opt/xilinx/