Open main menu

Changes

X1001

195 bytes added, 12:11, 8 December 2023
==Test & Reviews==
By default the PCIe connector is not enabled. To enable it you should add the following option into <span class="tb_blue">/boot/firmware/config.txt</span> and <span class="tb_blue">reboot</span>:
sudo nano /boot/config.txt
Then add the following comment;
# Enable the PCIe External connector.
dtparam=pciex1
# This line is an alias for above (you can use either/or to enable the port).
dtparam=nvme
A more memorable alias And the connection is certified for pciex1 existsGen 2.0 speed (5 GT/sec), so but you can alternatively force it to Gen 3.0 (10 GT/sec) if you add the following line after: dtparam=nvme to the /boot/firmware/config.txt file.pciex1_gen=3
You also can refer to official documentatio:[https://www.raspberrypi.com/documentation/computers/raspberry-pi-5.html#enabling-pcie Enabling PCIe]