-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
XDNA drivers for other linux distros #276
Comments
We have not tried other distros than Ubuntu. The driver mostly depends on Linux kernel, but packaging and scripts might be distro specific, yes. |
I am more than happy to try it on Gentoo, if someone can help. I have a ryzen 8700G / 780m with 64GB RAM. |
Installation of XRT drivers crashes. Does not give much info: [ 23%] Building CXX object runtime_src/core/common/api/CMakeFiles/core_common_api_library_objects.dir/xrt_xclbin.cpp.o real 0m15.619s |
Hi All, I'm compiling the driver in manjaro running kernel 6.11: see the following data specs: OS: Manjaro Linux x86_64 and apart from having to solve dependencies manually I get to the following section: [ 77%] Building CXX object test/shim_test/CMakeFiles/shim_test.elf.dir/io.cpp.o From what I can see, the amdxdna_accel.h has a reference to drm but it can't find it on the path.... am I missing something??? |
On Ubuntu, there is a linux-libc-dev package which will install drm header to /usr/include/drm folder. Not sure if there is similar package for other distros. |
This is more like failing at build XRT library. Maybe you haven't installed all the dependencies that XRT needed. |
Definitely would like support for other distros like Fedora. |
i had same environment and fixed with made a symbolic link from /usr/include/libdrm to /usr/include/drm. |
Any guidance for installing it on Gentoo Linux? |
I figured I might need to compile the driver because I have the Beelink Ser9 with that Ryzen AI 9 HX370 and 890 GPU. I don't think they're supported in the default distro. I was able to build XRT and then the XDNA-Driver using Fedora. It wasn't easy, and I didn't document the steps.
|
I await the final release kernel 6.14. I believe the drivers wil form part of the kernel and it will ease the build issues. |
Hi,
can this be used with other distros (such as Gentoo). The automated scripts all seem to use apt and fails.
The text was updated successfully, but these errors were encountered: