Skip to content

Commit

Permalink
change product name and product description (#608)
Browse files Browse the repository at this point in the history
* Add Raspberry Pi 5 NVMe SSD expansion board NVPI5-2242T and NVPI5-2280B

* change product name and product description

* modify filename
  • Loading branch information
tyanbiao authored Mar 4, 2024
1 parent 7017f25 commit 71843a9
Show file tree
Hide file tree
Showing 2 changed files with 101 additions and 9 deletions.
56 changes: 51 additions & 5 deletions _hats/pcbway-nvme-hat-nvpi5-2242t.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
---
layout: hat
title: "PCBWay NVMe HAT NVPI5-2242T"
short_description: PCBWay's shot NVMe SSD HAT Raspberry Pi 5.
title: "NVPI5-2242T NVMe HAT "
short_description: A shot NVMe SSD HAT Raspberry Pi 5.
status: production
picture: "/images/hat-nvme-nvpi5-2242t.jpg"
github_issue: "https://github.com/geerlingguy/raspberry-pi-pcie-devices/issues/588"
link: "https://www.pcbway.com/project/gifts_detail/NVPI5_2242T_8ef7a248.html"
link: "https://www.elecrow.com/cooperated-designers/nvme-raspberry-pi-5-nvpi5-2242t-hat-2230-2242-gen-3-for-raspbe.html"
videos: []
---
NVMe (M.2 M-Key 2230, 2242 PCIe Gen3 x1) SSD HAT for Raspberry Pi 5

NVMe HAT PCB with M.2 Slot (M-Key)

Features:
# Features:

- Compatible with other HAT shield
- Support boot from the NVMe drive
Expand All @@ -21,4 +21,50 @@ Features:
- Dual LED Indicators: “PWR” and “ACT”
- Supports 2230/2242 NVME M2 SSD only
- 40-Pin Raspberry Pi HAT Connector Support
- M.2 Standard-Compliant Power System
- M.2 Standard-Compliant Power System

# Packing List:
- 1 x NVPI5-2242T
- 2 x PCIe FFC cable (30mm length)
- 2 x PCIe FFC cable (60mm length)
- 4 x M2.5x14mm F/F Spacers
- 4 x M2.5x6+6mm F/M Spacers
- 5 x M2.5x5mm Screws
- 2 x M2x4mm Screws
- 1 x 40-pin male-female HAT connector

# How to use?
## Enabling PCIe
Add the following option into /boot/firmware/config.txt and reboot:

```
# Enable the PCIe external connector.
dtparam=pciex1
```
### PCIe Gen 3.0
The connection is certified for Gen 2.0 speeds (5 GT/sec), but you can force it to Gen 3.0 (10 GT/sec) if you add the following lines to your /boot/firmware/config.txt.

```
# Enable the PCIe external connector
dtparam=pciex1
# Force Gen 3.0 speeds
dtparam=pciex1_gen=3
```
**WARNING:**
> The Raspberry Pi 5 is not certified for Gen 3.0 speeds, and connections to PCIe devices at these speeds may be unstable.
> You should then reboot your Raspberry Pi for these settings to take effect.
### Booting from PCIe
Once enabled, and after rebooting, an NVMe disk attached via the PCIe should be visible. However, your Raspberry Pi won’t try to boot from the NVMe drive. If you wish to enable boot support you will need to change the BOOT_ORDER in the bootloader configuration. Edit the EEPROM configuration by:

`sudo rpi-eeprom-config --edit`

and change the BOOT_ORDER line to be as below.

`BOOT_ORDER=0xf416`

If you are booting from a non-HAT+ device you should also add:

`PCIE_PROBE=1`

to the EEPROM configuration.
54 changes: 50 additions & 4 deletions _hats/pcbway-nvme-hat-nvpi5-2280b.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
---
layout: hat
title: "PCBWay NVMe Base NVPI5-2280B"
title: "NVPI5-2280B NVMe Base "
short_description: PCBWay's long NVMe SSD Base board Raspberry Pi 5.
status: production
picture: "/images/hat-nvme-nvpi5-2280b.jpg"
github_issue: "https://github.com/geerlingguy/raspberry-pi-pcie-devices/issues/588"
link: "https://www.pcbway.com/project/gifts_detail/NVPI5_2280B_d0fc0b49.html"
link: "https://www.elecrow.com/cooperated-designers/nvme-raspberry-pi-5-nvpi5-2280b-base-for-raspberry-pi-5-nvme-223.html"
videos: []
---
NVMe (M.2 M-Key 2230, 2242, 2260, 2280 PCIe Gen3 x1) SSD base peripheral Board for Raspberry Pi 5

NVMe HAT PCB with M.2 Slot (M-Key)

Features:
# Features:

- Compatible with other HAT shield
- Support boot from the NVMe drive
Expand All @@ -22,4 +22,50 @@ Features:
- Supports 2230/2242/2260/2280 NVME M2 SSD
- M.2 Standard-Compliant Power System
- Ext +5V Power input connector
- Base mounting
- Base mounting

# Packing List:
- 1 x NVPI5-2280B
- 2 x PCIe FFC cable (30mm length)
- 2 x PCIe FFC cable (60mm length)
- 4 x M2.5x14mm F/F Spacers
- 4 x M2.5x6+6mm F/M Spacers
- 5 x M2.5x5mm Screws
- 2 x M2x4mm Screws
- 1 x XH2.54 4P Power cable

# How to use?
## Enabling PCIe
Add the following option into /boot/firmware/config.txt and reboot:

```
# Enable the PCIe external connector.
dtparam=pciex1
```
### PCIe Gen 3.0
The connection is certified for Gen 2.0 speeds (5 GT/sec), but you can force it to Gen 3.0 (10 GT/sec) if you add the following lines to your /boot/firmware/config.txt.

```
# Enable the PCIe external connector
dtparam=pciex1
# Force Gen 3.0 speeds
dtparam=pciex1_gen=3
```
**WARNING:**
> The Raspberry Pi 5 is not certified for Gen 3.0 speeds, and connections to PCIe devices at these speeds may be unstable.
> You should then reboot your Raspberry Pi for these settings to take effect.
### Booting from PCIe
Once enabled, and after rebooting, an NVMe disk attached via the PCIe should be visible. However, your Raspberry Pi won’t try to boot from the NVMe drive. If you wish to enable boot support you will need to change the BOOT_ORDER in the bootloader configuration. Edit the EEPROM configuration by:

`sudo rpi-eeprom-config --edit`

and change the BOOT_ORDER line to be as below.

`BOOT_ORDER=0xf416`

If you are booting from a non-HAT+ device you should also add:

`PCIE_PROBE=1`

to the EEPROM configuration.

0 comments on commit 71843a9

Please sign in to comment.