Skip to content

Commit bfd5171

Browse files
Merge pull request #3872 from raspberrypi/pcie-3-tabs
Update PCIe with tabs, fix minor typo from sd card product brief, bend bumper pin straight
2 parents d01ef25 + adcef9b commit bfd5171

File tree

3 files changed

+17
-13
lines changed

3 files changed

+17
-13
lines changed
-23 Bytes
Loading

documentation/asciidoc/accessories/sd-cards/about.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Random 4KB read performance:
2626
* 3,200 IOPS on Raspberry Pi 4 (DDR50)
2727
* 5,000 IOPS on Raspberry Pi 5 (SDR104)
2828

29-
Random 4K write performance:
29+
Random 4KB write performance:
3030

3131
* 1,200 IOPS on Raspberry Pi 4 (DDR50)
3232
* 2,000 IOPS on Raspberry Pi 5 (SDR104)

documentation/asciidoc/computers/raspberry-pi/pcie.adoc

Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -53,32 +53,36 @@ After saving your changes, reboot your Raspberry Pi with `sudo reboot` to update
5353

5454
WARNING: The Raspberry Pi 5 is not certified for Gen 3.0 speeds. PCIe Gen 3.0 connections may be unstable.
5555

56-
==== via `config.txt`
57-
58-
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`:
59-
56+
By default, Raspberry Pi 5 uses Gen 2.0 speeds (5 GT/s). Use one of the following approaches to force Gen 3.0 (8 GT/s) speeds:
57+
58+
[tabs%sync]
59+
======
60+
via `config.txt`::
61+
+
62+
To enable PCIe Gen 3.0 speeds, add the following line to `/boot/firmware/config.txt`:
63+
+
6064
[source,ini]
6165
----
6266
dtparam=pciex1_gen=3
6367
----
64-
68+
+
6569
Reboot your Raspberry Pi with `sudo reboot` for these settings to take effect.
6670
67-
==== via `raspi-config`
68-
71+
via `raspi-config`::
72+
+
6973
Run the following command to open the Raspberry Pi Configuration CLI:
70-
74+
+
7175
[source,console]
7276
----
7377
$ sudo raspi-config
7478
----
75-
79+
+
7680
Complete the following steps to enable PCIe Gen 3.0 speeds:
77-
81+
+
7882
. Select `Advanced Options`.
7983
. Select `PCIe Speed`.
8084
. Choose `Yes` to enable PCIe Gen 3 mode.
8185
. Select `Finish` to exit.
86+
. Reboot your Raspberry Pi with `sudo reboot` for your changes to take effect.
8287
83-
Reboot your Raspberry Pi with `sudo reboot` for these settings to take effect.
84-
88+
======

0 commit comments

Comments
 (0)