# Someone needs to figure out how to adapt MI250 GPUs to PCIe

> Source: <https://forum.level1techs.com/t/someone-needs-to-figure-out-how-to-adapt-mi250-gpus-to-pcie/250596?page=15#post_282>
> Published: 2026-08-17 20:39:39+00:00

Yeah that’s correct. I do see it in `lspci`

.

Interesting development worth noting for others: On my box with the PCIe OAM card, I can now enumerate the adapter with `amdfwflash --list-devices`

after setting `iomem=relaxed`

in my cmdline. (Thank you deepseek)

```
[sbin]# ./amdfwflash --list-devices
AMD Firmware Flash Tool Version 2.0.701.460-Public. Copyright© 2022-2025 Advanced Micro Devices, Inc. All rights reserved.

Detecting AMD GPU/APU. Please wait...
                                                                            IFWI      RMFW
                                                                            Update    Update
SNo BDF           DID ASIC      SPIROM          Size Test BIOS P/N          Available Available 
___ ____________ ____ _________ ___________ ________ ____ _________________ _________ _________
  0 0000:01:00.0 7408 MI200 (M) SST26VF016B 0x200000 Pass 113-D6520100-100         No        No
```


