You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This HAT includes two 2.5 Gbps Ethernet ports (Realtek 8125BG), an M.2 M-key NVMe slot (2230, 2242, 2260, 2280), and a 12V power input.
11
+
This HAT includes two 2.5 Gbps Ethernet ports (Realtek 8125BG), an M.2 M-key NVMe slot (2230, 2242, 2260, 2280), an additional PCIe FPC connector (to stack an additional PCIe HAT on top) and a 12V power input.
12
12
13
-
The interfaces are adapted through an ASM2806 PCIe Gen 3 switch, with 2 uplinks (the Pi 5 can only use 1), and 4 downlinks—the 4th is exposed as a Pi 5 style PCIe FPC header, so you can daisy-chain other PCIe boards on top of this one!
13
+
The interfaces are adapted through an ASM2806 PCIe Gen 3 switch, with 2 uplinks (the Pi 5 can only use 1), and 4 downlinks.
14
14
15
-
It has a 40 pin GPIO plug, which supplies power to the Pi, and it is not pass-through type, so you would not be able to mount another HAT on top of this board.
15
+
It has a 40 pin GPIO plug, which supplies power to the Pi, and it is not pass-through type, so you would not be able to mount another HAT requiring GPIO on top of this board.
16
16
17
17
**You must manually enable the external PCIe connector** to get this HAT to work on the Pi 5. Also, if you want Gen 3.0 speeds, also add that setting in `/boot/firmware/config.txt` and reboot:
18
18
@@ -21,4 +21,10 @@ dtparam=pciex1
21
21
dtparam=pciex1_gen=3
22
22
```
23
23
24
+
Because this HAT is not 'HAT+' compatible, if you want to [boot from PCIe](https://www.raspberrypi.com/documentation/computers/raspberry-pi.html#boot-from-pcie), you must also edit the Raspberry Pi EEPROM (`sudo rpi-eeprom-config -e`) and add the following line:
25
+
26
+
```
27
+
PCIE_PROBE=1
28
+
```
29
+
24
30
I am currently testing the board and will update this page with more information later.
0 commit comments