Skip to content

Commit 87fb97a

Browse files
committed
Issue #684, Issue #685: Add AMD RX 6500 XT and 7600.
1 parent a9ecc0d commit 87fb97a

5 files changed

+34
-2
lines changed

_cards_gpu/amd-radeon-pro-w7700.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@ layout: card
33
title: "AMD Radeon Pro W7700 16GB"
44
picture: "/images/gpu-amd-radeon-pro-w7700.jpg"
55
functionality_cm4: "None"
6-
functionality_pi5: "Currently Testing"
6+
functionality_pi5: "Full"
77
driver_required: "Yes"
88
github_issue: "https://github.com/geerlingguy/raspberry-pi-pcie-devices/issues/680"
99
buy_link: https://amzn.to/48HUH0g
1010
videos:
11+
- https://www.youtube.com/watch?v=AyR7iCS7gNI
1112
- https://www.youtube.com/watch?v=7Qx_bdFSSuc
1213
---
1314
The Radeon Pro W7700 was released in 2023 and is supported by the open source `amdgpu` driver in the Linux Kernel.
@@ -24,6 +25,6 @@ Also make sure you have the AMD firmware installed (`sudo apt install -y firmwar
2425

2526
On the Compute Module 4, it doesn't seem we can get `amdgpu` drivers to work with the Pi's PCIe bus.
2627

27-
On the Pi 5, we are still testing the card using a branch of Raspberry Pi's Linux kernel with GPU patches.
28+
On the Pi 5, we have tested Coreforge's Pi OS Linux GPU support branch, and it runs great!
2829

2930
See the linked GitHub issue for more details.

_cards_gpu/amd-radeon-rx-7600.md

+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
layout: card
3+
title: "AMD Radeon RX 7600"
4+
picture: "/images/gpu-amd-radeon-rx-7600.jpeg"
5+
functionality_cm4: "None"
6+
functionality_pi5: "Full"
7+
driver_required: "Yes"
8+
github_issue: "https://github.com/geerlingguy/raspberry-pi-pcie-devices/issues/684"
9+
buy_link: https://amzn.to/3OboSn4
10+
videos:
11+
- https://www.youtube.com/watch?v=AyR7iCS7gNI
12+
- https://www.youtube.com/watch?v=AyR7iCS7gNI
13+
---
14+
The Radeon RX 7600 is a low-end graphics card supported by the open source `amdgpu` driver in the Linux Kernel.
15+
16+
It requires a 16x PCIe card slot. You will need to supply power to the card directly through a 1x8-Pin PCIe power cable.
17+
18+
### `amdgpu` (open source) driver
19+
20+
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).
21+
22+
Go to `Device Drivers` > `Graphics support` on the `menuconfig` step, and select the `amdgpu` driver to install.
23+
24+
Also make sure you have the AMD firmware installed (`sudo apt install -y firmware-amd-graphics`) or the driver will complain about missing files.
25+
26+
On the Compute Module 4, it doesn't seem we can get `amdgpu` drivers to work with the Pi's PCIe bus.
27+
28+
On the Pi 5, we have tested Coreforge's Pi OS Linux GPU support branch, and it runs great!
29+
30+
See the linked GitHub issue for more details.

_cards_gpu/amd-radeon-rx6700xt-12gb.md

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ driver_required: "Yes"
88
github_issue: "https://github.com/geerlingguy/raspberry-pi-pcie-devices/issues/222"
99
buy_link: https://amzn.to/3l1K8g7
1010
videos:
11+
- https://www.youtube.com/watch?v=AyR7iCS7gNI
1112
- https://www.youtube.com/watch?v=7Qx_bdFSSuc
1213
- https://www.youtube.com/watch?v=LO7Ip9VbOLY
1314
- https://www.youtube.com/watch?v=crnEygp4C6g

images/gpu-amd-radeon-rx-6500-xt.jpeg

645 KB
Loading

images/gpu-amd-radeon-rx-7600.jpeg

593 KB
Loading

0 commit comments

Comments
 (0)