0

I am trying to install a PCIe HAT from Waveshare with the Transcend M.2 SSD TS1TMTS425S.

HAT and SSD

I have enabled PCIe in /boot/firmware/config.txt:

$ sed -n '/^\[all\]/,$p' /boot/firmware/config.txt                                                                                                                                         
[all]
dtparam=pciex1

But lspci does not show the SSD:

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

What can be wrong?

ceving
  • 197
  • 1
  • 5

1 Answers1

2

The Transcend TS1TMTS425S is a SATA SSD. The Pi does not have SATA capability, and the M.2 adapter only supports NVMe SSDs.

My best suggestion would be to use it via a SATA M.2 to USB adapter, or buy an NVMe M.2 drive.

user1908704
  • 251
  • 1
  • 6