Hello!
I recently bought the new EVO 15 with Slimbook OS and am so far very happy with the laptop. I have run into an issue trying to install the NPU driver following the guide: https://slimbook.com/en/blog/guides-2/post/installation-of-ai-driver-for-amd-ai9-478
When I try to compile the XRT plugin using this command: ./build.sh -release
The whole thing fails with this error (kernel version: 6.14.0-1017-oem):
amdxdna_gem.c: In function ‘amdxdna_gem_vmap’:
amdxdna_gem.c:291:23: error: implicit declaration of function ‘drm_gem_vmap_unlocked’; did you mean ‘dma_buf_vmap_unlocked’? [-Werror=implicit-function-decl
aration]
291 | ret = drm_gem_vmap_unlocked(to_gobj(abo), &map);
| ^~~~~~~~~~~~~~~~~~~~~
| dma_buf_vmap_unlocked
Also, I noticed that the Slimbook Notification about a new BIOS version points to a blog post about the EVO 8845HS model and not the AI9 365, which is a very minor issue but just wanted to point that out.
Thank you for your time!