-
-
Notifications
You must be signed in to change notification settings - Fork 145
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Issue #680: Add AMD Radeon Pro W7700.
- Loading branch information
1 parent
5f4710d
commit e57e811
Showing
3 changed files
with
29 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
--- | ||
layout: card | ||
title: "AMD Radeon Pro W7700 16GB" | ||
picture: "/images/gpu-amd-radeon-pro-w7700.jpg" | ||
functionality_cm4: "None" | ||
functionality_pi5: "Currently Testing" | ||
driver_required: "Yes" | ||
github_issue: "https://github.com/geerlingguy/raspberry-pi-pcie-devices/issues/680" | ||
buy_link: https://amzn.to/48HUH0g | ||
videos: [] | ||
--- | ||
The Radeon Pro W7700 was released in 2023 and is supported by the open source `amdgpu` driver in the Linux Kernel. | ||
|
||
It requires a 16x PCIe card slot. You will need to supply 190W of power to the card directly through a 1x8-Pin PCIe power cable. | ||
|
||
### `amdgpu` (open source) driver | ||
|
||
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). | ||
|
||
Go to `Device Drivers` > `Graphics support` on the `menuconfig` step, and select the `amdgpu` driver to install. | ||
|
||
Also make sure you have the AMD firmware installed (`sudo apt install -y firmware-amd-graphics`) or the driver will complain about missing files. | ||
|
||
On the Compute Module 4, it doesn't seem we can get `amdgpu` drivers to work with the Pi's PCIe bus. | ||
|
||
On the Pi 5, we are still testing the card using a branch of Raspberry Pi's Linux kernel with GPU patches. | ||
|
||
See the linked GitHub issue for more details. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.