hello,
I made a mistake when designing a custom carrier board. Connect the pcie tx/rx cable directly to the tx/rx cable of the device as following.
PCIE2_RX0_P <----------> UPE_RX0_P
PCIE2_RX0_N <----------> UPE_RX0_N
PCIE2_TX0_P <----------> UPE_TX0_P
PCIE2_TX0_N <----------> UPE_TX0_N
But devices need to cross connect tx/rx.
PCIE2_RX0_P <----------> UPE_TX0_P
PCIE2_RX0_N <----------> UPE_TX0_N
PCIE2_TX0_P <----------> UPE_RX0_P
PCIE2_TX0_N <----------> UPE_RX0_N
Can I fix the bug by modifying the Jetson Linux software?