I have a Raspberry Pi 5 8GB. I have attached a PNY CS1030 250gb NVMe SSD to my Pi using a Pineberry Pi Bottom Hatdrive hat. I have configured my /boot/firmware/config.txt as follows:I have also edited the following into the EEPROM config:I used a USB enclosure to flash an operating system to it using the RPi Imager. When I plug it into the correct port on the Pi, and reboot the system, it can't boot the nvme.
While the SSD is plugged in I can boot from SD card, and when I search for devices it can only see the SD card:
I know the NVMe works, because I can read it from the USB enclosure. The board that houses the NVMe is also functioning, as indicated by the board lights turning on. If anyone could help, it would be appreciated.
Code:
dtparam=pciex1dtparam=nvme
Code:
BOOT_ORDER=0xf416PCIE_PROBE=1
While the SSD is plugged in I can boot from SD card, and when I search for devices it can only see the SD card:
Code:
~ $ lsblkNAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTSmmcblk0 179:0 0 29G 0 disk ├─mmcblk0p1 179:1 0 512M 0 part /boot/firmware└─mmcblk0p2 179:2 0 28.5G 0 part /
Code:
~ $ blkid/dev/mmcblk0p1: LABEL_FATBOOT="bootfs" LABEL="bootfs" UUID="50C8-AEAE" BLOCK_SIZE="512" TYPE="vfat" PARTUUID="81953029-01"/dev/mmcblk0p2: LABEL="rootfs" UUID="fc7a1f9e-4967-4f41-a1f5-1b5927e6c5f9" BLOCK_SIZE="4096" TYPE="ext4" PARTUUID="81953029-02"
Statistics: Posted by SC13NC3F1CT10N — Wed Mar 20, 2024 8:21 pm