Skip to content

Commit 0b08b47

Browse files
Add amdgpu installation instruction doc (#13075)
Co-authored-by: Daniel McIlvaney <damcilva@microsoft.com>
1 parent 8a3ff4c commit 0b08b47

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

toolkit/docs/amd/amd.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# AMD Repository Configuration
2+
3+
## Overview
4+
The following documentation describes how to access Azure Linux packages from the AMD RPM repository at [packages.microsoft.com](https://packages.microsoft.com/azurelinux/3.0/prod/amd/)
5+
6+
## Instructions
7+
The following instructions register the amd package store with the package manager and install the amdgpu package.
8+
```ls
9+
sudo tdnf install -y azurelinux-repos-amd
10+
sudo tdnf install -y amdgpu
11+
```
12+
13+
## Notes
14+
1. Packages earlier than March 2025 (amdgpu-6.10.5.60302_2109964-1_6.6.78.1.3.azl3.x86_64.rpm) require an additional step `sudo modprobe amdgpu` or reboot to load the kernel modules.
15+
1. Installing for an older kernel may require a specific driver version, for example:
16+
- `uname -a` reports `6.6.64.2-9.azl3` is running
17+
- `tdnf list amdgpu` lists the available driver versions
18+
- amdgpu-6.8.5.60202_2078359-6_6.6.64.2.9.azl3.x86_64.rpm is the package for this kernel
19+
- `sudo tdnf install amdgpu-6.8.5.60202_2078359` installs it

0 commit comments

Comments
 (0)