From d055f3b05bfa75ba77c1476b91a341917719557b Mon Sep 17 00:00:00 2001 From: Aksh Garg Date: Wed, 3 Jun 2026 16:04:10 +0530 Subject: [PATCH] fix(linux): Update the PCIe cable model name and the supplier The hardware setup details in PCIe Endpoint documentation points to an incorrect link for an equivalent PCIe male to male connector cable. Update the model name as well as the link, which points to the correct supplier to obtain the correct cables. Signed-off-by: Aksh Garg --- .../Kernel/Kernel_Drivers/PCIe/PCIe_End_Point.rst | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/source/linux/Foundational_Components/Kernel/Kernel_Drivers/PCIe/PCIe_End_Point.rst b/source/linux/Foundational_Components/Kernel/Kernel_Drivers/PCIe/PCIe_End_Point.rst index ae461a165..ee446e982 100644 --- a/source/linux/Foundational_Components/Kernel/Kernel_Drivers/PCIe/PCIe_End_Point.rst +++ b/source/linux/Foundational_Components/Kernel/Kernel_Drivers/PCIe/PCIe_End_Point.rst @@ -116,7 +116,13 @@ PCIe End Point .. Image:: /images/Pcie_ep_cable.jpg -An equivalent cable can be obtained from DigiKey (https://www.digikey.com/en/products/detail/3m/8kj2-0743-0250/5128345). +Obtain the above cable with model name PE-FLEX1-G2-MMCX-12-TI1 from +https://www.adexelec.com/pe-flex1-4-8-16. Please reach out to them for +further details. + +.. ifconfig:: CONFIG_part_family in ('J7_family') + + For x4-lane applications, use the cable with model PE-FLEX4-G2-MMCX-12-TI1. Modify the cable to remove resistors in CK+ and CK- in order to avoid ground loops (power) and smoking clock drivers (clk+/-).