Hi, WayneWWW,
LTE Module is Mini-Pcie Type Form-factor but signal I/F is USB 2.0.
This module use USB 2.0 resource.
I found this link has the same question. But I don’t know how did it get solved. Question about AGX Xavier PCIE Reset:
I don’t really care about what this signal is in use on this module itself.
I only care about what interface is in use on jetson side… If it connects on PCIe, then it is PCIe device to jetson… You won’t be able to see it on lsusb no matter what…
This module only use usb resource on mini-pcie base.
Like this:
USB resource :
pin 36 MPE_USB_N1
pin 38 MPE_USB_P1
rst resource:
pin 22 RST#_MPE1 – >PCIE1_RST
Could you share what is “MPE_USB_N1/P1” on jetson side? As I said, I really don’t care about your connection on the device side. I need to know what is connected on jetson.
Hi,
This USB resources have undergone multiple transformations and are somewhat complex.
It passed through 2 USB Hub IC.
And use Xavier NX USB2_DN,USB2_DP
After our analysis, the PCIE CLK Request signal mapped to the corresponding PCIE I/F continues to be held low, so the PCIE Reset has become HIGH normally.
The solution is to catch the PCIE CLOCK Request mapped to the PCIE BUS as a row.
Thank for you sugguestion.
But when we use EC20, there is no PCIE CLK Request signal, so the PCIE Reset is LOW normally.
How can we set PCIE Reset HIGH without PCIE CLK Req?