diff --git a/_hats/pineberry-pi-hatdrive-commander.md b/_hats/pineberry-pi-hatdrive-commander.md deleted file mode 100644 index 684140529..000000000 --- a/_hats/pineberry-pi-hatdrive-commander.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -layout: hat -title: "Pineberry Pi HatBRICK! Commander" -short_description: A HAT which allows connecting two devices to the Pi 5 PCIe Bus. -status: production -picture: "/images/hat-pineberry-pi-hatdrive-commander.png" -github_issue: "https://github.com/geerlingguy/raspberry-pi-pcie-devices/issues/612" -link: "https://pineberrypi.com/products/hatbrick-commander-2-ports-gen2-for-raspberry-pi-5" -videos: - - https://www.youtube.com/watch?v=l30sADfDiM8 ---- -The Pineberry Pi HatBRICK! Commander splits the Pi's single PCIe Gen 2.0 lane into two PCIe Gen 2.0 ports, via an integrated ASMedia ASM8211e PCIe Gen 2.0 switch chip. diff --git a/_hats/pineberry-pi-hat-ai.md b/_hats/pineboards-hat-ai.md similarity index 62% rename from _hats/pineberry-pi-hat-ai.md rename to _hats/pineboards-hat-ai.md index 51d226759..04bf733f0 100644 --- a/_hats/pineberry-pi-hat-ai.md +++ b/_hats/pineboards-hat-ai.md @@ -1,13 +1,14 @@ --- layout: hat -title: "Pineberry Pi Hat AI!" +title: "Pineboards Hat AI!" short_description: M.2 E-key PCIe slot HAT for the Pi 5. status: production -picture: "/images/hat-pineberry-pi-hat-ai.jpg" +picture: "/images/hat-pineboards-hat-ai.jpg" github_issue: "https://github.com/geerlingguy/raspberry-pi-pcie-devices/issues/567" -link: "https://pineberrypi.com/products/hat-ai-for-raspberry-pi-5" +link: "https://pineboards.io/products/hat-ai-for-raspberry-pi-5" videos: [] +redirect_from: /hats/pineberry-pi-hat-ai --- -Pineberry Pi's Hat AI! is designed for 2230-size E-key M.2 PCIe devices, like Coral TPUs or WiFi cards. +Pineboards' Hat AI! is designed for 2230-size E-key M.2 PCIe devices, like Coral TPUs or WiFi cards. It does not supply pass-through 12V power or USB 3.0, so it is mostly suited for pure PCIe devices, and not other E-key devices like many 4G or 5G modems, or other PCIe adapters which require more power than the 5W the Pi can supply through it's built-in PCIe header. diff --git a/_hats/pineberry-pi-hatdrive-bottom.md b/_hats/pineboards-hatdrive-bottom.md similarity index 57% rename from _hats/pineberry-pi-hatdrive-bottom.md rename to _hats/pineboards-hatdrive-bottom.md index 2e4ba73fb..04f5e91e2 100644 --- a/_hats/pineberry-pi-hatdrive-bottom.md +++ b/_hats/pineboards-hatdrive-bottom.md @@ -1,15 +1,16 @@ --- layout: hat -title: "Pineberry Pi HatDrive! Bottom" +title: "Pineboards HatDrive! Bottom" short_description: A Pi HAT for a single M.2 2242 or 2280 NVMe SSD. status: production -picture: "/images/hat-pineberry-pi-hatdrive-bottom.jpeg" +picture: "/images/hat-pineboards-hatdrive-bottom.jpeg" github_issue: "https://github.com/geerlingguy/raspberry-pi-pcie-devices/issues/559" -link: "https://pineberrypi.com/products/hatdrive-bottom-2230-2242-2280-for-rpi5" +link: "https://pineboards.io/products/hatdrive-bottom-2230-2242-2280-for-rpi5" videos: - https://www.youtube.com/watch?v=EXWu4SUsaY8 +redirect_from: /hats/pineberry-pi-hatdrive-bottom --- -The Pineberry Pi HatDrive! Bottom is an M.2 HAT for the Raspberry Pi 5. It accepts 2242 or 2280-sized NVMe SSDs (or any other PCIe device with M.2 M-key), and includes a 40mm FPC cable to connect the HAT to the Pi's PCIe external connector. +The Pineboards HatDrive! Bottom is an M.2 HAT for the Raspberry Pi 5. It accepts 2242 or 2280-sized NVMe SSDs (or any other PCIe device with M.2 M-key), and includes a 40mm FPC cable to connect the HAT to the Pi's PCIe external connector. To boot off an NVMe SSD using this board, please follow the [NVMe SSD Boot on Raspberry Pi 5](https://www.jeffgeerling.com/blog/2023/nvme-ssd-boot-raspberry-pi-5) guide on my website. @@ -24,6 +25,6 @@ If you wish to experiment with PCIe Gen 3 speeds, you can add the following line dtparam=pciex1_gen=3 ``` -PineberryPi is currently testing a number of SSDs in this HAT and their Bottom-oriented 2280-size board, so visit their website for more info. +Pineboards is currently testing a number of SSDs in this HAT and their Bottom-oriented 2280-size board, so visit their website for more info. -The 'Bottom' version of this HAT has a separate 5V power input adapter—I am currently asking Pineberry Pi how it is to be used. +The 'Bottom' version of this HAT has a separate 5V power input adapter—I am currently asking Pineboards how it is to be used. diff --git a/_hats/pineboards-hatdrive-commander.md b/_hats/pineboards-hatdrive-commander.md new file mode 100644 index 000000000..4d6a46bb9 --- /dev/null +++ b/_hats/pineboards-hatdrive-commander.md @@ -0,0 +1,13 @@ +--- +layout: hat +title: "Pineboards HatBRICK! Commander" +short_description: A HAT which allows connecting two devices to the Pi 5 PCIe Bus. +status: production +picture: "/images/hat-pineboards-hatdrive-commander.png" +github_issue: "https://github.com/geerlingguy/raspberry-pi-pcie-devices/issues/612" +link: "https://pineboards.io/products/hatbrick-commander-2-ports-gen2-for-raspberry-pi-5" +videos: + - https://www.youtube.com/watch?v=l30sADfDiM8 +redirect_from: /hats/pineberry-pi-hatdrive-commander +--- +The Pineboards HatBRICK! Commander splits the Pi's single PCIe Gen 2.0 lane into two PCIe Gen 2.0 ports, via an integrated ASMedia ASM8211e PCIe Gen 2.0 switch chip. diff --git a/_hats/pineberry-pi-hatdrive-top.md b/_hats/pineboards-hatdrive-top.md similarity index 62% rename from _hats/pineberry-pi-hatdrive-top.md rename to _hats/pineboards-hatdrive-top.md index efc4655ee..53f581ecb 100644 --- a/_hats/pineberry-pi-hatdrive-top.md +++ b/_hats/pineboards-hatdrive-top.md @@ -1,17 +1,19 @@ --- layout: hat -title: "Pineberry Pi HatDrive! Top" +title: "Pineboards HatDrive! Top" short_description: A Pi HAT for a single M.2 2230 or 2242 NVMe SSD. status: production -picture: "/images/hat-pineberry-pi-hatdrive-top.jpeg" +picture: "/images/hat-pineboards-hatdrive-top.jpeg" github_issue: "https://github.com/geerlingguy/raspberry-pi-pcie-devices/issues/559" -link: "https://pineberrypi.com/products/hat-top-2230-2240-for-rpi5" +link: "https://pineboards.io/products/hat-top-2230-2240-for-rpi5" videos: - https://www.youtube.com/watch?v=EXWu4SUsaY8 - https://www.youtube.com/watch?v=jjzvh-bfV-E -redirect_from: /hats/mirko-hat5m1-hat +redirect_from: + - /hats/mirko-hat5m1-hat + - /hats/pineberry-pi-hatdrive-top --- -The Pineberry Pi HatDrive! Top is an M.2 HAT for the Raspberry Pi 5. It accepts 2230 or 2242-sized NVMe SSDs (or any other PCIe device with M.2 M-key), and includes a 40mm FPC cable to connect the HAT to the Pi's PCIe external connector. +The Pineboards HatDrive! Top is an M.2 HAT for the Raspberry Pi 5. It accepts 2230 or 2242-sized NVMe SSDs (or any other PCIe device with M.2 M-key), and includes a 40mm FPC cable to connect the HAT to the Pi's PCIe external connector. To boot off an NVMe SSD using this board, please follow the [NVMe SSD Boot on Raspberry Pi 5](https://www.jeffgeerling.com/blog/2023/nvme-ssd-boot-raspberry-pi-5) guide on my website. @@ -26,6 +28,6 @@ If you wish to experiment with PCIe Gen 3 speeds, you can add the following line dtparam=pciex1_gen=3 ``` -PineberryPi is currently testing a number of SSDs in this HAT and their Bottom-oriented 2280-size board, so visit their website for more info. +Pineboards is currently testing a number of SSDs in this HAT and their Bottom-oriented 2280-size board, so visit their website for more info. -This 'Top' version of the board has a special power monitoring circuit available to the Pi, and if there are any more details on how to access that measurement, I will post it here. Follow Pineberry Pi for more details in the mean time! +This 'Top' version of the board has a special power monitoring circuit available to the Pi, and if there are any more details on how to access that measurement, I will post it here. Follow Pineboards for more details in the mean time! diff --git a/_hats/pineberry-pi-hatnet-2.5g.md b/_hats/pineboards-hatnet-2.5g.md similarity index 65% rename from _hats/pineberry-pi-hatnet-2.5g.md rename to _hats/pineboards-hatnet-2.5g.md index c47d6ffe1..dd149ab7c 100644 --- a/_hats/pineberry-pi-hatnet-2.5g.md +++ b/_hats/pineboards-hatnet-2.5g.md @@ -1,14 +1,15 @@ --- layout: hat -title: "Pineberry Pi HatNET! 2.5G" +title: "Pineboards HatNET! 2.5G" short_description: A 2.5 Gigabit network HAT for the Pi 5. status: production -picture: "/images/hat-pineberry-pi-hatnet-2.5g.jpeg" +picture: "/images/hat-pineboards-hatnet-2.5g.jpeg" github_issue: "https://github.com/geerlingguy/raspberry-pi-pcie-devices/issues/617" -link: "https://pineberrypi.com/products/hatnet-2-5g-2-5-gigabit-ethernet-for-raspberry-pi-5" +link: "https://pineboards.io/products/hatnet-2-5g-2-5-gigabit-ethernet-for-raspberry-pi-5" videos: - https://www.youtube.com/watch?v=l30sADfDiM8 +redirect_from: /hats/pineberry-pi-hatnet-2.5g --- -The Pineberry Pi HatNET! 2.5G is a 2.5 Gigabit NIC for the Raspberry Pi 5. +The Pineboards HatNET! 2.5G is a 2.5 Gigabit NIC for the Raspberry Pi 5. It uses the Realtek RTL8125BG NIC, and the same Ethernet jack that's on the Pi 5 itself. It works out of the box, no driver installation is necessary on Raspberry Pi OS, though you may need to enable the PCI external port by adding `dtparam=pciex1` to the end of the `/boot/firmware/config.txt` file and rebooting. diff --git a/images/hat-pineberry-pi-hat-ai.jpg b/images/hat-pineboards-hat-ai.jpg similarity index 100% rename from images/hat-pineberry-pi-hat-ai.jpg rename to images/hat-pineboards-hat-ai.jpg diff --git a/images/hat-pineberry-pi-hatdrive-bottom.jpeg b/images/hat-pineboards-hatdrive-bottom.jpeg similarity index 100% rename from images/hat-pineberry-pi-hatdrive-bottom.jpeg rename to images/hat-pineboards-hatdrive-bottom.jpeg diff --git a/images/hat-pineberry-pi-hatdrive-commander.png b/images/hat-pineboards-hatdrive-commander.png similarity index 100% rename from images/hat-pineberry-pi-hatdrive-commander.png rename to images/hat-pineboards-hatdrive-commander.png diff --git a/images/hat-pineberry-pi-hatdrive-top.jpeg b/images/hat-pineboards-hatdrive-top.jpeg similarity index 100% rename from images/hat-pineberry-pi-hatdrive-top.jpeg rename to images/hat-pineboards-hatdrive-top.jpeg diff --git a/images/hat-pineberry-pi-hatnet-2.5g.jpeg b/images/hat-pineboards-hatnet-2.5g.jpeg similarity index 100% rename from images/hat-pineberry-pi-hatnet-2.5g.jpeg rename to images/hat-pineboards-hatnet-2.5g.jpeg