hello I have Some Question About AGX Orin PCIe I/F
The connected PCIE signals of M.2 KEY-M on AGX ORIN Dev Kit are connected as follows:
AGX ORIN ↔ M.2 KEY-M
- UPHY_TX/RX[22] ↔ M.2 TX/RX[3]
- UPHY_TX/RX[23] ↔ M.2 TX/RX[2]
- UPHY_TX/RX[10] ↔ M.2 TX/RX[1]
- UPHY_TX/RX[11] ↔ M.2 TX/RX[0]
As above, the lane is connected in reverse, but
I want to connect the carrier board that I am developing without reverse, as shown below.
AGX ORIN ↔ M.2 KEY-M
- UPHY_TX/RX[22] ↔ M.2 TX/RX[0]
- UPHY_TX/RX[23] ↔ M.2 TX/RX[1]
- UPHY_TX/RX[10] ↔ M.2 TX/RX[2]
- UPHY_TX/RX[11] ↔ M.2 TX/RX[3]
Will it work normally automatically even if I connect it like this without reverse?
- Is there something that needs to be processed in software? (EX: BSP)