From 26f3f5f457b5717a6a79f65a90d7a0ab1075c1e3 Mon Sep 17 00:00:00 2001 From: Scott Burns Date: Sat, 5 Oct 2024 01:09:21 -0700 Subject: [PATCH 1/2] Correct PCIe 3.0 speed --- documentation/asciidoc/computers/raspberry-pi/pcie.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/asciidoc/computers/raspberry-pi/pcie.adoc b/documentation/asciidoc/computers/raspberry-pi/pcie.adoc index b05f59ba7..d76662476 100644 --- a/documentation/asciidoc/computers/raspberry-pi/pcie.adoc +++ b/documentation/asciidoc/computers/raspberry-pi/pcie.adoc @@ -55,7 +55,7 @@ WARNING: The Raspberry Pi 5 is not certified for Gen 3.0 speeds. PCIe Gen 3.0 co ==== via `config.txt` -The connection is certified for Gen 2.0 speeds (5 GT/sec), but you can force Gen 3.0 (10 GT/sec) speeds. To enable PCIe Gen 3.0 speeds, add the following line to `/boot/firmware/config.txt`: +The connection is certified for Gen 2.0 speeds (5 GT/sec), but you can force Gen 3.0 (8 GT/sec) speeds. To enable PCIe Gen 3.0 speeds, add the following line to `/boot/firmware/config.txt`: [source,ini] ---- From 47dd66d38c6d935e8e43380d1c4da1aa1cc5a94b Mon Sep 17 00:00:00 2001 From: nate contino Date: Sat, 5 Oct 2024 11:53:28 +0100 Subject: [PATCH 2/2] Update documentation/asciidoc/computers/raspberry-pi/pcie.adoc --- documentation/asciidoc/computers/raspberry-pi/pcie.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/asciidoc/computers/raspberry-pi/pcie.adoc b/documentation/asciidoc/computers/raspberry-pi/pcie.adoc index d76662476..e78972ff4 100644 --- a/documentation/asciidoc/computers/raspberry-pi/pcie.adoc +++ b/documentation/asciidoc/computers/raspberry-pi/pcie.adoc @@ -55,7 +55,7 @@ WARNING: The Raspberry Pi 5 is not certified for Gen 3.0 speeds. PCIe Gen 3.0 co ==== via `config.txt` -The connection is certified for Gen 2.0 speeds (5 GT/sec), but you can force Gen 3.0 (8 GT/sec) speeds. To enable PCIe Gen 3.0 speeds, add the following line to `/boot/firmware/config.txt`: +The connection is certified for Gen 2.0 speeds (5 GT/s), but you can force Gen 3.0 (8 GT/s) speeds. To enable PCIe Gen 3.0 speeds, add the following line to `/boot/firmware/config.txt`: [source,ini] ----