Skip to content

Commit 9861f8f

Browse files
committed
Issue #685: Add AMD Radeon RX 6500 XT.
1 parent 1b9aa06 commit 9861f8f

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
layout: card
3+
title: "AMD Radeon RX 6500 XT"
4+
picture: "/images/gpu-amd-radeon-rx-6500-xt.png"
5+
functionality_cm4: "None"
6+
functionality_pi5: "Full"
7+
driver_required: "Yes"
8+
github_issue: "https://github.com/geerlingguy/raspberry-pi-pcie-devices/issues/685"
9+
buy_link: https://amzn.to/3Ix1VLS
10+
videos: []
11+
---
12+
The Radeon RX 6500 XT is a low-end graphics card supported by the open source `amdgpu` driver in the Linux Kernel.
13+
14+
It requires a 16x PCIe card slot. You will need to supply power to the card directly through a 1x8-Pin PCIe power cable.
15+
16+
### `amdgpu` (open source) driver
17+
18+
To get the amdgpu driver loaded, you have to [recompile the Linux kernel for Pi OS](https://github.com/geerlingguy/raspberry-pi-pcie-devices/tree/master/extras/cross-compile).
19+
20+
Go to `Device Drivers` > `Graphics support` on the `menuconfig` step, and select the `amdgpu` driver to install.
21+
22+
Also make sure you have the AMD firmware installed (`sudo apt install -y firmware-amd-graphics`) or the driver will complain about missing files.
23+
24+
On the Pi 5, we have tested both Coreforge's Pi OS Linux GPU support branch and the simpler 15-line patch from yanghaku, and both offer full functionality.
25+
26+
See the linked GitHub issue for more details.
307 KB
Loading

0 commit comments

Comments
 (0)