linux icon indicating copy to clipboard operation
linux copied to clipboard

Incompatible NVMe: 250GB Western Digital PC SN530 (Pi 5, 8GB, X1001)

Open twoplan opened this issue 8 months ago • 24 comments

Describe the bug

The 250GB WD PC SN530 NVMe is not detected with an Geekworm X1001 Adapter on my 8GB Pi 5. Tested with dtparam=pciex1_gen=2 and 3.

With a different 500GB NVMe Sandisk SN740, the X1001 NVMe adapter works perfect (dtparam=pciex1_gen=3).

Steps to reproduce the behaviour

You need a SN530 NVMe from Western Digital.

Device (s)

Raspberry Pi 5

System

cat /etc/rpi-issue

Raspberry Pi reference 2024-03-15
Generated using pi-gen, https://github.com/RPi-Distro/pi-gen, f19ee211ddafcae300827f953d143de92a5c6624, stage4

vcgencmd version

2024/06/05 16:41:49 
Copyright (c) 2012 Broadcom
version 6fe0b091 (release) (embedded)

uname -a Linux raspi5 6.6.31+rpt-rpi-2712 #1 SMP PREEMPT Debian 1:6.6.31-1+rpt1 (2024-05-29) aarch64 GNU/Linux

Logs

250GB Western Digital PC SN530 sudo lspci

00:00.0 PCI bridge: Broadcom Inc. and subsidiaries Device 2712 (rev 21)
01:00.0 Ethernet controller: Device 1de4:0001

With

500GB Sandisk SN740 sudo lspci

0000:00:00.0 PCI bridge: Broadcom Inc. and subsidiaries Device 2712 (rev 21)
0000:01:00.0 Non-Volatile memory controller: Sandisk Corp WD PC SN740 NVMe SSD 512GB (DRAM-less) (rev 01)
0001:00:00.0 PCI bridge: Broadcom Inc. and subsidiaries Device 2712 (rev 21)
0001:01:00.0 Ethernet controller: Device 1de4:0001

Additional context

No response

twoplan avatar Jun 17 '24 16:06 twoplan